aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/pytest.ini
blob: fe04697ef394646fbf46bafbc53942c21251df30 (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_*