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 2097b87 commit f2457b6Copy full SHA for f2457b6
test/framework/easyblock.py
@@ -1191,7 +1191,7 @@ def test_handle_iterate_opts(self):
1191
stdout = self.get_stdout()
1192
self.mock_stdout(False)
1193
self.assertEqual(eb.iter_idx, 0)
1194
- self.assertEqual(stdout, "== starting iteration number 1/3 ...\n")
+ self.assertEqual(stdout, "== starting iteration 1/3 ...\n")
1195
self.assertEqual(eb.cfg.iterating, True)
1196
self.assertEqual(eb.cfg.iterate_options, ['configopts'])
1197
self.assertEqual(eb.cfg['configopts'], "--opt1 --anotheropt")
0 commit comments