Initial commit: Ebook Translation System with Docker setup
This commit is contained in:
12
ebook_backend&admin_panel/admin-backend/pytest.ini
Normal file
12
ebook_backend&admin_panel/admin-backend/pytest.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[tool:pytest]
|
||||
testpaths = tests
|
||||
python_files = test_*.py
|
||||
python_classes = Test*
|
||||
python_functions = test_*
|
||||
asyncio_mode = auto
|
||||
addopts = -v --tb=short --maxfail=5 --durations=10 --disable-warnings --no-header
|
||||
filterwarnings =
|
||||
ignore::DeprecationWarning
|
||||
ignore::PendingDeprecationWarning
|
||||
ignore::UserWarning
|
||||
|
||||
Reference in New Issue
Block a user