# Pytest configuration file [pytest] testpaths = . python_files = test_*.py python_functions = test_* python_classes = Test* addopts = -v --tb=short filterwarnings = ignore::DeprecationWarning ignore::UserWarning