1*4882a593Smuzhiyun[pytest] 2*4882a593Smuzhiyunaddopts = --verbose 3*4882a593Smuzhiyun 4*4882a593Smuzhiyun# Pytest requires that test files have unique names, because pytest imports 5*4882a593Smuzhiyun# them as top-level modules. It is silly to prefix or suffix a test file with 6*4882a593Smuzhiyun# the directory name that contains it. Use __init__.py for all test files. 7*4882a593Smuzhiyunpython_files = __init__.py 8