DEBSOURCES
Skip Quicknav
sources / nanobind / 2.11.0-3 / tests / conftest.py
123456
def pytest_addoption(parser): parser.addoption('--enable-slow-tests', action='store_true', dest="enable-slow-tests", default=False, help="enable long-running tests")