We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375f566 commit fa99af1Copy full SHA for fa99af1
Modules and packages/Executing modules as scripts/tests/test_task.py
@@ -24,8 +24,8 @@ def test_some_main(self):
24
msg='You should move the last print statement in some_module into the `main` block.')
25
26
def test_main_main(self):
27
- self.assertFalse("This should be printed ONLY when dict_keys.py is called directly." in output,
28
- msg='You should move the last print statement in dict_keys.py into the `main` block.')
+ self.assertFalse("This should be printed ONLY when task.py is called directly." in output,
+ msg='You should move the last print statement in task.py into the `main` block.')
29
30
def test_main_func(self):
31
self.assertTrue('This is a message from the function in the imported module.' in output,
0 commit comments