We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65d97e commit 3e90216Copy full SHA for 3e90216
test/framework/easyblock.py
@@ -1218,7 +1218,7 @@ def test_handle_iterate_opts(self):
1218
stdout = self.get_stdout()
1219
self.mock_stdout(False)
1220
self.assertEqual(eb.iter_idx, 2)
1221
- self.assertEqual(stdout, "== starting iteration number 3/3 ...\n")
+ self.assertEqual(stdout, "== starting iteration 3/3 ...\n")
1222
self.assertEqual(eb.cfg.iterating, True)
1223
self.assertEqual(eb.cfg.iterate_options, ['configopts'])
1224
self.assertEqual(eb.cfg['configopts'], "--opt3 --optbis")
0 commit comments