Skip to content

Commit

Permalink
Merge pull request #557 from karandesai-96/pytest-slow-tests-skip-marker
Browse files Browse the repository at this point in the history
Enable skipping slow tests.
  • Loading branch information
unoebauer committed May 10, 2016
2 parents 95b117d + d876107 commit 356f2dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tardis/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ def pytest_addoption(parser):
parser.addoption("--atomic-dataset", dest='atomic-dataset', default=None,
help="filename for atomic dataset")

parser.addoption("--slow", action="store_true",
help="include running slow tests during run")


def pytest_report_header(config):

stdoutencoding = getattr(sys.stdout, 'encoding') or 'ascii'
Expand Down

0 comments on commit 356f2dc

Please sign in to comment.