Skip to content

Commit

Permalink
🔧 Recover pytest config in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Jun 26, 2023
1 parent ea04f8a commit 63715ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pytest = "^7"
pytest-cov = "^4"

[tool.pytest.ini_options]
# addopts = "-vv -p no:asyncio --cov=simpleconf --cov-report xml:cov.xml --cov-report term-missing"
addopts = "-vv -p no:asyncio --cov=simpleconf --cov-report xml:cov.xml --cov-report term-missing"
filterwarnings = [
"error"
]
Expand Down

0 comments on commit 63715ec

Please sign in to comment.