pytest.ini revision 12037:d28054ac6ec9
1[pytest]
2minversion = 3.0
3addopts =
4    # show summary of skipped tests
5    -rs
6    # capture only Python print and C++ py::print, but not C output (low-level Python errors)
7    --capture=sys
8