atrcopy/test/conftest.py

5 lines
130 B
Python

import pytest
def pytest_addoption(parser):
parser.addoption("--runslow", action="store_true",
help="run slow tests")