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 d765174 commit fe47472Copy full SHA for fe47472
pyproject.toml
@@ -178,14 +178,16 @@ exclude = '''
178
179
[tool.pytest.ini_options]
180
minversion = "6.0"
181
-addopts = "-ra -vv"
+addopts = "-ra -vv --maxfail=2 -rf"
182
filterwarnings = "ignore:.*Using or importing the ABCs from 'collections' instead of from 'collections.abc'.*:DeprecationWarning"
183
testpaths = ["tests"]
184
junit_suite_name = "robotcode"
185
-log_cli = true
186
-log_cli_level = 4
187
-log_cli_format = "%(levelname)s %(name)s: %(message)s"
+# console_output_style = "classic"
+# log_cli = true
+# log_cli_level = 4
188
+# log_cli_format = "%(levelname)s %(name)s: %(message)s"
189
asyncio_mode = "auto"
190
+faulthandler_timeout = 10
191
192
193
[tool.coverage.run]
0 commit comments