diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4104f67..244eba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,10 @@ urls = { Source = 'https://trong.loang.net/scadere' } scripts = { scadere = 'scadere.__main__:main' } [tool.pytest.ini_options] +asyncio_mode = 'auto' +asyncio_default_fixture_loop_scope = 'function' testpaths = [ 'tst' ] +verbosity_assertions = 2 [tool.coverage.run] branch = true |