Exemplo n.º 1
0
 def test_create_not_there(self):
     assert not Review.objects.count()
     check_spam(1)
Exemplo n.º 2
0
 def test_create_not_there(self):
     Review.objects.all().delete()
     eq_(Review.objects.count(), 0)
     check_spam(1)
Exemplo n.º 3
0
 def test_create_not_there(self):
     assert not Review.objects.count()
     check_spam(1)