mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
Initial Commit 🚀 🚀
This commit is contained in:
commit
4f2a629340
444 changed files with 76863 additions and 0 deletions
11
api/pytest.ini
Normal file
11
api/pytest.ini
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[pytest]
|
||||
asyncio_mode = strict
|
||||
asyncio_default_fixture_loop_scope = function
|
||||
testpaths = .
|
||||
python_files = test_*.py *_test.py
|
||||
python_classes = Test*
|
||||
python_functions = test_*
|
||||
addopts = -v --tb=short -s
|
||||
markers =
|
||||
asyncio: mark test as an async test
|
||||
slow: mark test as slow running
|
||||
Loading…
Add table
Add a link
Reference in a new issue