Skip to content

Commit a8055ab

Browse files
committed
add initial pytest config with low coverage until we add more tests
1 parent a2fd70a commit a8055ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pytest.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[pytest]
2+
addopts = -vvv --cov=. --cov-report xml --cov-report term-missing --cov-fail-under=65
3+
asyncio_mode = auto
4+
log_cli = true
5+
log_cli_level = DEBUG
6+
log_cli_format = %(asctime)s - %(name)s - %(levelname)s - %(message)s

0 commit comments

Comments
 (0)