Skip to content

Commit

Permalink
pytest.mark.integration
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 18, 2024
1 parent 28b5674 commit 14530d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/eval/test_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pytest


@pytest.test.integration
@pytest.mark.integration
def test_run_eval():

# create a fake dataframe
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/eval/test_nwp.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


# can take ~ 1 minute to run
@pytest.test.integration
@pytest.mark.integration
def test_get_nwp():
# make test dataset file
test_set_df = pd.DataFrame(
Expand Down

0 comments on commit 14530d9

Please sign in to comment.