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 79dab56 commit 4d0aef8Copy full SHA for 4d0aef8
pyproject.toml
@@ -66,6 +66,12 @@ push = true
66
67
[tool.pytest.ini_options]
68
addopts = "--cov=src/rembus --cov-report=xml --cov-report=term-missing"
69
+asyncio_mode = "auto"
70
+asyncio_default_fixture_loop_scope = "function"
71
+log_cli = true # Equivalent to log_cli = 1
72
+log_cli_level = "DEBUG"
73
+log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
74
+log_cli_date_format = "%Y-%m-%d %H:%M:%S"
75
76
[tool.coverage.run]
77
source = ["src/rembus"]
pytest.ini
0 commit comments