Skip to content

Commit 4fdf180

Browse files
committed
one more test
1 parent f78d60f commit 4fdf180

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

test/test_sys_checkout.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,9 +1240,16 @@ def test_container_component(self):
12401240
# create the top level externals file
12411241
self._generator.container_full(under_test_dir)
12421242

1243-
# inital checkout
1243+
# inital checkout, first try a nonexistant component argument noref
1244+
checkout_args = ['simp_opt', 'noref']
1245+
checkout_args.extend(self.checkout_args)
1246+
1247+
with self.assertRaises(RuntimeError):
1248+
self.execute_cmd_in_dir(under_test_dir, checkout_args)
1249+
12441250
checkout_args = ['simp_opt']
12451251
checkout_args.extend(self.checkout_args)
1252+
12461253
overall, tree = self.execute_cmd_in_dir(under_test_dir,
12471254
checkout_args)
12481255

0 commit comments

Comments
 (0)