Files
aiomql/tests/pytest.ini
T
Ichinga Samuel 76a947640f reorganize the library into three folders lib, contrib and core
Write unittests with pytest
Make all functions and method signatures as keyword only arguments
2024-10-06 23:20:59 +01:00

5 lines
133 B
INI

[pytest]
asyncio_default_fixture_loop_scope = session
addopts = --rootdir=tests --capture=tee-sys --last-failed
asyncio_mode = auto