personabot-api / pytest.ini
GitHub Actions
Deploy c8a8192
efdd22e
raw
history blame contribute delete
186 Bytes
[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -x --tb=short -q
filterwarnings =
ignore::DeprecationWarning:slowapi.*