Skip to content

Commit

Permalink
chore: enable internal framework stacktraces
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Dec 16, 2024
1 parent c1bfdb6 commit 74a6155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ addopts = """
--cov-report html
--cov-report xml
--cov=ape_safe
--show-internal
"""
python_files = "test_*.py"
testpaths = "tests"
Expand Down

0 comments on commit 74a6155

Please sign in to comment.