From d7ace82cee05a34d520be9d2a1cf8b21e3c3153b Mon Sep 17 00:00:00 2001 From: vggonzal <9Tcostoamm> Date: Wed, 18 Oct 2023 09:19:57 -0700 Subject: [PATCH] change tests names --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 882f28ad..3e669a21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,5 +159,5 @@ jobs: - name: Test with pytest run: | poetry run pytest tests/test_api.py -k 'test_gettimeseries_get' - poetry run pytest tests/test_api.py -k 'test_hydrocron_database' - poetry run pytest tests/test_api.py -k 'test_io_swot_reach_node_shp' + poetry run pytest tests/test_hydrocron_database.py + poetry run pytest tests/test_io_swot_reach_node_shp.py