From 4d0a9207d155563ff61e2fff5c7bd000f3fb2f13 Mon Sep 17 00:00:00 2001 From: Lukas Eller Date: Wed, 24 Mar 2021 17:29:35 +0100 Subject: [PATCH] minor changes --- README.md | 4 ++++ tests/{geospatial_test.py => overpy_series_test.py} | 0 2 files changed, 4 insertions(+) rename tests/{geospatial_test.py => overpy_series_test.py} (100%) diff --git a/README.md b/README.md index 0afcc72..8ae82d8 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 -- 2.22.0