Skip to content

Commit 4e6665d

Browse files
author
Vasileios Karakasis
authored
Merge pull request #2260 from vkarak/testlib/rename-apps
[testlib] Rename `apps` to `sciapps` in test library
2 parents c2f7e55 + 7c8588e commit 4e6665d

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

cscs-checks/apps/amber/amber_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import contextlib
77
import reframe as rfm
8-
from hpctestlib.apps.amber.nve import amber_nve_check
8+
from hpctestlib.sciapps.amber.nve import amber_nve_check
99

1010

1111
@rfm.simple_test

cscs-checks/apps/jupyter/check_ipcmagic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import reframe as rfm
77

8-
from hpctestlib.apps.jupyter.ipcmagic import ipcmagic_check
8+
from hpctestlib.sciapps.jupyter.ipcmagic import ipcmagic_check
99

1010

1111
@rfm.simple_test
File renamed without changes.

0 commit comments

Comments
 (0)