From c7ab736debbc43c1eef472a970398627fdcb91ae Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 6 Nov 2025 16:11:48 +0100 Subject: Add stop_report.py for generating stop-based JSON reports --- src/gtfs_vigo_stops/pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/gtfs_vigo_stops/pytest.ini (limited to 'src/gtfs_vigo_stops/pytest.ini') 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 -- cgit v1.3