Skip to content

Commit 4e7c4d3

Browse files
committed
specifying buildtest modules and unload modules
1 parent 854929a commit 4e7c4d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/cli/test_build.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@ def test_build_buildspecs(self):
211211

212212
def test_module(self):
213213
"""Specifying buildtest for modules and unload modules """
214+
buildspecs = [
215+
os.path.join(
216+
BUILDTEST_ROOT, "tutorials", "test_status", "mode.yml"
217+
)
218+
]
214219
cmd = BuildTest(
215220
configuration=configuration,
216221
buildspecs=buildspecs,

0 commit comments

Comments
 (0)