aboutsummaryrefslogtreecommitdiff
path: root/src/gtfs_vigo_stops/pytest.ini
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-06 16:11:48 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-06 16:11:48 +0100
commitc7ab736debbc43c1eef472a970398627fdcb91ae (patch)
treeeae83b3d986bf952135f68b87709bf32cdff29ce /src/gtfs_vigo_stops/pytest.ini
parent093ee906eae5361bbf47ae2fdc4003f95696656a (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.ini4
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