Skip to content

Commit 4dcb44f

Browse files
committed
fix: add back pytest options
1 parent 4e21e26 commit 4dcb44f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ init_typed = true
127127
warn_required_dynamic_aliases = true
128128

129129
[tool.pytest.ini_options]
130-
#testpaths = ["tests"]
131-
#python_files = "test_*.py"
132-
#addopts = "-ra -q --cov"
130+
testpaths = ["tests"]
131+
python_files = "test_*.py"
132+
addopts = "-ra -q --cov"
133133
asyncio_default_fixture_loop_scope = "function"
134134
asyncio_mode = "auto"
135135

0 commit comments

Comments
 (0)