summaryrefslogtreecommitdiff
path: root/ext/pybind11/tests/pytest.ini
blob: 401cbe0ad8650afc139e5f362edb24d3b6cf0aab (plain)
1
2
3
4
5
6
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