lgtm
This commit is contained in:
parent
11711c57e6
commit
81a16f543c
21 changed files with 29072 additions and 1913 deletions
6
check.sh
6
check.sh
|
|
@ -12,11 +12,7 @@ step() {
|
|||
|
||||
step "Python lint: ruff" uv run ruff check .
|
||||
step "Python dependency lint: deptry" uv run deptry .
|
||||
step "Python unit tests" uv run pytest \
|
||||
pipeline/utils/test_haversine.py \
|
||||
pipeline/utils/test_poi_counts.py \
|
||||
pipeline/download/test_naptan.py \
|
||||
pipeline/transform/postcode_boundaries/test_postcode_boundaries.py
|
||||
step "Python unit tests" uv run pytest pipeline
|
||||
|
||||
(
|
||||
cd "$ROOT_DIR/frontend"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue