diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 5b3a0b12..e9174c1e 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -56,7 +56,7 @@ jobs: - name: Install nox run: python -m pip install nox - name: test with pytest - run: nox -s test + run: nox -s test -- tests/test_scripts/test_gee.py -vv - name: codecov uses: codecov/codecov-action@v3 with: diff --git a/tests/conftest.py b/tests/conftest.py index 36126176..fa677054 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -181,7 +181,7 @@ def gee_dir(_hash: str) -> Optional[Path]: yield gee_dir # flush the directory and it's content - gee.delete_assets(str(gee_dir), False) + # gee.delete_assets(str(gee_dir), False) return diff --git a/tests/test_scripts/test_gee.py b/tests/test_scripts/test_gee.py index dcfd873a..ca494bf6 100644 --- a/tests/test_scripts/test_gee.py +++ b/tests/test_scripts/test_gee.py @@ -78,6 +78,7 @@ def test_get_assets(gee_dir: Path) -> None: "subfolder/subfolder_feature_collection", ] + print("###################", list_) assert len(list_) == len(names) for item, name in zip(list_, names):