Skip to content

Commit

Permalink
Skip tests and fixtures in GitHub.
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
  • Loading branch information
victorgarcia98 committed May 2, 2023
1 parent 4804bcf commit 8b66c66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flexmeasures/cli/tests/test_data_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def test_cli_help(app):


@pytest.fixture(scope="module")
@pytest.mark.skip_github
def setup_dummy_data(db, app):

"""
Expand Down Expand Up @@ -173,6 +174,7 @@ def setup_dummy_data(db, app):


@pytest.fixture(scope="module")
@pytest.mark.skip_github
def reporter_config_raw(app, db, setup_dummy_data):
sensor1, sensor2, report_sensor = setup_dummy_data

Expand All @@ -195,6 +197,7 @@ def reporter_config_raw(app, db, setup_dummy_data):
return reporter_config_raw


@pytest.mark.skip_github
def test_add_reporter(app, db, setup_dummy_data, reporter_config_raw):
from flexmeasures.cli.data_add import add_report

Expand Down

0 comments on commit 8b66c66

Please sign in to comment.