File: conftest.py

package info (click to toggle)
rtags 2.41-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,768 kB
  • sloc: cpp: 51,883; lisp: 5,389; ansic: 1,637; sh: 563; python: 305; objc: 81; makefile: 29
file content (10 lines) | stat: -rw-r--r-- 240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
import sys
import os

sys.path.append(os.path.dirname(__file__))


def pytest_addoption(parser):
    parser.addoption(
        '--no-sandbox-root-check', action='store_true', default=False, help='Don\'t do a sandbox root check check'
    )