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

@@ -6,4 +6,6 @@ Django webapp implementation of the "Emergent Task Timer"
Testing
-------
[![Build Status](http://ci.tensixtyone.com/job/django-ett/badge/icon)](http://ci.tensixtyone.com/job/django-ett/)
This project makes use of the standard Django testing framework, along with django-jenkins to allow for easy integration into Jenkins/Hudson.

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')