Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KTruong008/717095196669da6ac309c23bc623ee3c to your computer and use it in GitHub Desktop.
Save KTruong008/717095196669da6ac309c23bc623ee3c to your computer and use it in GitHub Desktop.
(testing) ktruong:~ ktruong$ python manage.py test tests
In [1]: print(‘hi’)
hi
In [2]: self
Out[2]: <goals.views.HandList at 0x106778470>
In [3]: dir(self)
Out[3]: …
In [4]: exit()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment