Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def test_score(model_identifier, benchmark_identifier, expected_score):
assert actual_score == expected_score


@pytest.mark.travis_slow
@pytest.mark.parametrize(
"model_identifier, benchmark_identifier, expected_score, install_dependencies",
[
Expand All @@ -82,6 +83,7 @@ def test_score_with_install_dependencies(
assert actual_score == expected_score


@pytest.mark.travis_slow
def test_commandline_score():
process = subprocess.run(
[
Expand Down
1 change: 1 addition & 0 deletions tests/test_submission/test_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def teardown_method(self):
logger.info('Clean database')
clear_schema()

@pytest.mark.travis_slow
def test_successful_run(self):
args_dict = {'jenkins_id': 62, 'user_id': 1, 'model_type': 'artificialsubject',
'public': True, 'competition': 'None', 'new_models': ['randomembedding-100'],
Expand Down
Loading