aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/pytest.ini
blob: e004786511c29f7dfaefc76cf25303f952406248 (plain)
1
2
3
4
5
6
7
[pytest]
addopts = -rA

# Don't set 'python_classes = *' otherwise, pytest doesn't search for classes
# derived from unittest.Testcase
python_files = *
python_functions = test_*