We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pyproject.toml
1 parent 4172ec0 commit 5adc222Copy full SHA for 5adc222
1 file changed
pyproject.toml
@@ -68,6 +68,21 @@ namespace_packages = true
68
non_interactive = true
69
70
71
+[tool.pytest.ini_options]
72
+addopts = "-rA --verbosity=3"
73
+minversion = "2.0"
74
+log_level = "DEBUG"
75
+log_cli_level = "DEBUG"
76
+log_format = "%(asctime)-15s [%(name)-24s] %(levelname)-8s: %(message)s"
77
+testpaths = [
78
+ "src",
79
+ "tests",
80
+]
81
+xfail_strict = true
82
+markers = [
83
84
+
85
86
[tool.ruff]
87
line-length = 80
88
0 commit comments