File: conftest.py

package info (click to toggle)
ubelt 1.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,180 kB
  • sloc: python: 15,269; sh: 807; makefile: 24
file content (7 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# content of conftest.py
import pytest  # NOQA


def pytest_addoption(parser):
    # Allow --network to be passed in as an option on sys.argv
    parser.addoption("--network", action="store_true")