We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df667e commit fbc4fcbCopy full SHA for fbc4fcb
1 file changed
pyproject.toml
@@ -107,6 +107,7 @@ ignore = [
107
[tool.pytest.ini_options]
108
asyncio_default_fixture_loop_scope = "function"
109
log_cli = false
110
+importmode = "append"
111
112
[tool.poe.tasks]
113
test_proc = "pytest --log-level=1 -W error -n auto -v -rfE --capture=fd tests/test_process.py"
0 commit comments