Skip to content

Instantly share code, notes, and snippets.

@Ruhshan
Created April 22, 2018 10:04
Show Gist options
  • Save Ruhshan/3f9db5dec68ac3a9542d815b35147133 to your computer and use it in GitHub Desktop.
Save Ruhshan/3f9db5dec68ac3a9542d815b35147133 to your computer and use it in GitHub Desktop.
E
======================================================================
ERROR: test_hello (__main__.MyTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "mytests.py", line 7, in test_hello
self.assertEqual(hello('John'), 'Happy testing! John')
NameError: name 'hello' is not defined
----------------------------------------------------------------------
Ran 1 test in 0.000s
FAILED (errors=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment