DreamWeaver / pytest.ini
GitHub Actions Bot
Sync from GitHub kumarsrinivasbobba/case_study_1@cf796927435e8a4b0e2e91e4f713110439fbbea2
ae9c02f
raw
history blame contribute delete
222 Bytes
# Pytest configuration file
[pytest]
testpaths = .
python_files = test_*.py
python_functions = test_*
python_classes = Test*
addopts = -v --tb=short
filterwarnings =
ignore::DeprecationWarning
ignore::UserWarning