Skip to content

Commit 4d0aef8

Browse files
committed
Merge pytest.ini and pyproject,toml
1 parent 79dab56 commit 4d0aef8

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ push = true
6666

6767
[tool.pytest.ini_options]
6868
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"
6975

7076
[tool.coverage.run]
7177
source = ["src/rembus"]

pytest.ini

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)