Skip to content

Commit

Permalink
added skip for test to run RAPID if RAPID not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Jul 6, 2017
1 parent 228ab62 commit f1835a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_rapidpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import os
from pytz import timezone
from shutil import copy

import pytest

#local import
from RAPIDpy import RAPID
Expand Down Expand Up @@ -219,6 +219,7 @@ def test_qout_same():

assert (compare_qout_files(input_qout_file, input_qout_file_cf))

@pytest.mark.skipif(not os.path.exists(RAPID_EXE_PATH), reason='Only run if RAPID installed')
def test_run_rapid_simulation():
"""
Test Running RAPID Simulation
Expand Down

0 comments on commit f1835a5

Please sign in to comment.