diff --git a/README.md b/README.md index 0afcc7212d3f6c180d82aab449052b5d3d63ad79..8ae82d8b54bffee23b66f8f35cb9a9e11589c603 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,7 @@ To run all available unit-tests: to also output stdout use: `python -m pytest -s tests` + +Alternatively you can directly call individual test modules. For instance: + +`python -m pytest -s tests/overpy_series_test.py` diff --git a/tests/geospatial_test.py b/tests/overpy_series_test.py similarity index 100% rename from tests/geospatial_test.py rename to tests/overpy_series_test.py