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 1d33449 commit 8d3c106Copy full SHA for 8d3c106
1 file changed
test/framework/toy_build.py
@@ -2741,6 +2741,7 @@ def test_toy_build_enhanced_sanity_check(self):
2741
2742
expected_out = textwrap.dedent("""
2743
== sanity checking...
2744
+ >> loading modules: toy/0.0...
2745
>> file 'bin/toy' found: OK
2746
""")
2747
self.assertIn(expected_out, stdout)
@@ -3575,6 +3576,7 @@ def test_toy_build_trace(self):
3575
3576
self.assert_multi_regex(patterns, stdout)
3577
expected_stdout = textwrap.dedent("""
3578
3579
3580
>> file 'bin/yot' or 'bin/toy' found: OK
3581
>> (non-empty) directory 'bin' found: OK
3582
>> loading modules: toy/0.0...
0 commit comments