GodsDevProject commited on
Commit
1791953
·
verified ·
1 Parent(s): e82495b

Create pytest.ini

Browse files
Files changed (1) hide show
  1. pytest.ini +4 -0
pytest.ini ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ [pytest]
2
+ asyncio_mode = auto
3
+ testpaths = tests
4
+ addopts = -q