mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2024-12-02 00:51:41 +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")
|