Files
atrcopy/test/conftest.py
2016-06-01 15:37:28 -07:00

5 lines
130 B
Python

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