diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-06 16:11:48 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-06 16:11:48 +0100 |
| commit | c7ab736debbc43c1eef472a970398627fdcb91ae (patch) | |
| tree | eae83b3d986bf952135f68b87709bf32cdff29ce /src/gtfs_vigo_stops/pytest.ini | |
| parent | 093ee906eae5361bbf47ae2fdc4003f95696656a (diff) | |
Add stop_report.py for generating stop-based JSON reports
Diffstat (limited to 'src/gtfs_vigo_stops/pytest.ini')
| -rw-r--r-- | src/gtfs_vigo_stops/pytest.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gtfs_vigo_stops/pytest.ini b/src/gtfs_vigo_stops/pytest.ini new file mode 100644 index 0000000..e455bb4 --- /dev/null +++ b/src/gtfs_vigo_stops/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +minversion = 6.0 +testpaths = tests +python_files = test_*.py |
