summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-05-26 17:45:48 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-05-26 17:45:48 +0900
commit56a032568443bdf85dd37df5f6716b3475626d6a (patch)
tree487de1b9bff07ede605d5321faa1f09706e3bd00 /pyproject.toml
parentb37d71bca632c1e29a3402fbaf69a14843eab8f2 (diff)
downloadscadere-56a032568443bdf85dd37df5f6716b3475626d6a.tar.gz
Fix handling of base URL
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
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