mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-13 09:03:54 +00:00
8 lines
192 B
INI
8 lines
192 B
INI
|
[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
|