blob: 401cbe0ad8650afc139e5f362edb24d3b6cf0aab [file] [log] [blame]
Dean Moldovand47febc2017-03-10 15:42:42 +01001[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