diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d1d6a92..ae05694 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -97,4 +97,4 @@ jobs: - name: Run Tests #TODO: Put back: run: pytest -n 0 -s --cov - run: pytest tests/functional/test_account.py::test_swap_owner --maxfail 1 --stepwise -vvv + run: pytest tests/functional/test_account.py::test_swap_owner --maxfail 1 -vvv diff --git a/pyproject.toml b/pyproject.toml index 2fde2bd..4b3c15e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ addopts = """ --cov-report html --cov-report xml --cov=ape_safe + --show-internal """ python_files = "test_*.py" testpaths = "tests"