From bdd560efc95a3eb5e744451a0d8758ef24a148df Mon Sep 17 00:00:00 2001 From: Jsakkos Date: Tue, 24 Dec 2024 15:20:29 -0800 Subject: [PATCH] update tests --- .github/workflows/tests.yml | 2 +- tests/{tests.py => test_cli.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{tests.py => test_cli.py} (100%) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a243912..3445d56 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: - name: Install dependencies run: | uv venv - uv pip install -e ".[dev]" + uv pip install -e . uv tool install pytest pytest-cov - name: Run tests with pytest and coverage diff --git a/tests/tests.py b/tests/test_cli.py similarity index 100% rename from tests/tests.py rename to tests/test_cli.py