We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c373d9b commit 95b03bfCopy full SHA for 95b03bf
pyproject.toml
@@ -37,5 +37,5 @@ macos.archs = ["x86_64", "arm64"]
37
test-skip = "*-macosx_arm64"
38
39
before-test = "pip install pytest hypothesis"
40
-test-command = "pytest {project}/tests"
+test-command = "pytest {project}/tests --import-mode=append"
41
0 commit comments