Skip to content

Commit

Permalink
test_high_level_workflow_links to nightly
Browse files Browse the repository at this point in the history
check if coverage goes down
  • Loading branch information
unkcpz committed Jan 12, 2025
1 parent d2ca1c6 commit 6be28ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/tools/archive/orm/test_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
###########################################################################
"""orm links tests for the export and import routines"""

import pytest

from aiida import orm
from aiida.common.links import LinkType
from aiida.orm.entities import EntityTypes
Expand Down Expand Up @@ -296,6 +298,7 @@ def test_complex_workflow_graph_export_sets(aiida_profile, tmp_path, aiida_local
)


@pytest.mark.nightly
def test_high_level_workflow_links(aiida_profile, tmp_path, aiida_localhost_factory):
"""This test checks that all the needed links are correctly exported and imported.
INPUT_CALC, INPUT_WORK, CALL_CALC, CALL_WORK, CREATE, and RETURN
Expand Down

0 comments on commit 6be28ed

Please sign in to comment.