mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2024-11-25 16:32:07 +00:00
5 lines
130 B
Python
5 lines
130 B
Python
|
import pytest
|
||
|
def pytest_addoption(parser):
|
||
|
parser.addoption("--runslow", action="store_true",
|
||
|
help="run slow tests")
|