[pytest]
# verbose, short traceback
addopts = -v --tb=short
# test directory
testpaths = test
# test file name pattern
python_files = test_*.py