Skip to content

Instantly share code, notes, and snippets.

@narfdotpl
Created February 15, 2012 11:09
Show Gist options
  • Save narfdotpl/1835101 to your computer and use it in GitHub Desktop.
Save narfdotpl/1835101 to your computer and use it in GitHub Desktop.
running tests with Johnny Cache on

Oh, the joys of running tests with Johnny Cache on...

ipdb> Currency.objects.all()
[]
ipdb> Currency.objects.get(symbol='EUR')
<Currency: EUR/PLN>
ipdb> Currency.objects.count()
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment