xref: /OK3568_Linux_fs/kernel/scripts/kconfig/tests/pytest.ini (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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