merge: chore/cleanup-remove-bloat-and-secrets into main
This commit is contained in:
commit
bde2f3a97d
1173 changed files with 437609 additions and 0 deletions
9
pytest.ini
Normal file
9
pytest.ini
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[pytest]
|
||||
python_files = test_*.py *_test.py
|
||||
python_functions = test_*
|
||||
python_classes = Test*
|
||||
asyncio_mode = auto
|
||||
testpaths = tests
|
||||
markers =
|
||||
integration: marks tests as integration tests (require running services)
|
||||
slow: marks tests as slow
|
||||
Loading…
Add table
Add a link
Reference in a new issue