Updated README with build status, removed some unneeded tests

This commit is contained in:
2012-10-19 22:33:17 +01:00
parent 9827065ab7
commit cda5665fa7
2 changed files with 3 additions and 5 deletions

View File

@@ -17,8 +17,4 @@ class TaskTest(unittest.TestCase):
def testBadCreation(self):
with self.assertRaises(IntegrityError):
Task.objects.create(name='Bad Test')
with self.assertRaises(IntegrityError):
Task.objects.create(user=self.user)
with self.assertRaises(IntegrityError):
Task.objects.create()
Task.objects.create(name='Bad Test')