From 25ccef9608b7e2dffe0635bffa6388f6934dea82 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Sun, 12 Jan 2025 01:03:12 +0100 Subject: [PATCH] test_high_level_workflow_links to nightly check if coverage goes down --- tests/tools/archive/orm/test_links.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tools/archive/orm/test_links.py b/tests/tools/archive/orm/test_links.py index ee7392f7b2..122f7a9f93 100644 --- a/tests/tools/archive/orm/test_links.py +++ b/tests/tools/archive/orm/test_links.py @@ -8,6 +8,7 @@ ########################################################################### """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 @@ -296,6 +297,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