WIP: Temporary commit for branch move
This commit is contained in:
25
pytest.ini
25
pytest.ini
@@ -1,8 +1,19 @@
|
||||
[pytest]
|
||||
pythonpath = .
|
||||
python_files = test_*.py *_test.py
|
||||
python_functions = test_*
|
||||
[tool:pytest]
|
||||
testpaths = tests
|
||||
|
||||
[report]
|
||||
omit = *myenv/*, custom_logger.py, *venv/*, tests/*
|
||||
python_files = test_*.py
|
||||
python_classes = Test*
|
||||
python_functions = test_*
|
||||
addopts =
|
||||
-v
|
||||
--tb=short
|
||||
--strict-markers
|
||||
--disable-warnings
|
||||
--asyncio-mode=auto
|
||||
markers =
|
||||
asyncio: marks tests as async (deselect with '-m "not asyncio"')
|
||||
slow: marks tests as slow (deselect with '-m "not slow"')
|
||||
integration: marks tests as integration tests
|
||||
unit: marks tests as unit tests
|
||||
filterwarnings =
|
||||
ignore::DeprecationWarning
|
||||
ignore::PendingDeprecationWarning
|
||||
Reference in New Issue
Block a user