genienlp/text/test/conftest.py

4 lines
129 B
Python
Raw Normal View History

2018-06-20 06:22:34 +00:00
def pytest_addoption(parser):
parser.addoption("--runslow", action="store_true",
help="Run slow tests")