You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertoutput["message"] =="Check your call of <code>print()</code>. Did you correctly specify the first argument? Expected something different."# nopep8
729
729
730
730
731
-
deftest_has_equal_value_shorten_too_long():
731
+
deftest_has_equal_value_shorten_submission():
732
732
sol="""print('short text')"""
733
733
stu="""print('This text is longer than 50 characters if I copy it 3 times. This text is longer than 50 characters if I copy it 3 times. This text is longer than 50 characters if I copy it 3 times.')"""# nopep8
assertoutput["message"] =="Check your call of <code>print()</code>. Did you correctly specify the first argument? Expected <code>'short text'</code>, but got <code>'This text is longer than 50 characters if I ...</code>."# nopep8
assertoutput["message"] =="Check your call of <code>print()</code>. Did you correctly specify the first argument? Expected something different."# nopep8
759
+
745
760
## Check has no error ---------------------------------------------------------
0 commit comments