Split up reframe tests and pytest unit tests

这个提交包含在:
nmannall
2024-02-09 11:59:34 +00:00
父节点 8b603c165e
当前提交 474b7f52f7
共有 48 个文件被更改,包括 4 次插入6 次删除

查看文件

@@ -0,0 +1,9 @@
import os
import reframe.utility.sanity as sn
@sn.deferrable
def path_join(*path):
"""Deferable version of os.path.join"""
return os.path.join(*path)