We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a980ad commit 46f43e4Copy full SHA for 46f43e4
1 file changed
pyproject.toml
@@ -35,6 +35,7 @@ where = ["."]
35
exclude = ["src*", "smlp_py*", "regr_smlp*", "utils*"]
36
37
[tool.pytest.ini_options]
38
+strict = true
39
markers = [
40
"toy: Toy example tests (deselect with '-m \"not toy\"')",
41
"real: Tests on real world data (deselect with '-m \"not real\"')",
0 commit comments