diff options
Diffstat (limited to 'ext/pybind11/tests/pytest.ini')
-rw-r--r-- | ext/pybind11/tests/pytest.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/pybind11/tests/pytest.ini b/ext/pybind11/tests/pytest.ini new file mode 100644 index 000000000..401cbe0ad --- /dev/null +++ b/ext/pybind11/tests/pytest.ini @@ -0,0 +1,7 @@ +[pytest] +minversion = 3.0 +addopts = + # show summary of skipped tests + -rs + # capture only Python print and C++ py::print, but not C output (low-level Python errors) + --capture=sys |