github_sync / pytest.ini
Amol Kaushik
testing
52dd00a
raw
history blame contribute delete
231 Bytes
[pytest]
testpaths = A4
python_files = test_*.py
python_classes = Test*
python_functions = test_*
# output options ??
addopts = -v --tb=short
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning