File: conftest.py

package info (click to toggle)
nanobind 2.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,060 kB
  • sloc: cpp: 11,838; python: 5,862; ansic: 4,820; makefile: 22; sh: 15
file content (6 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
def pytest_addoption(parser):
    parser.addoption('--enable-slow-tests',
                     action='store_true',
                     dest="enable-slow-tests",
                     default=False,
                     help="enable longrundecorated tests")