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 32f1d4f commit 93bef6eCopy full SHA for 93bef6e
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)
@@ -3530,6 +3531,7 @@ def test_toy_build_trace(self):
3530
3531
self.assert_multi_regex(patterns, stdout)
3532
expected_stdout = textwrap.dedent("""
3533
3534
3535
>> file 'bin/yot' or 'bin/toy' found: OK
3536
>> (non-empty) directory 'bin' found: OK
3537
>> loading modules: toy/0.0...
0 commit comments