File: conftest.py

package info (click to toggle)
rtags 2.38-12
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,700 kB
  • sloc: cpp: 49,528; lisp: 5,364; ansic: 1,637; sh: 558; python: 298; objc: 81; makefile: 28
file content (10 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
import sys
import os

import pytest

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')