mirror of
https://github.com/nikdoof/django-ett.git
synced 2025-12-17 19:59:25 +00:00
Updated README with build status, removed some unneeded tests
This commit is contained in:
@@ -6,4 +6,6 @@ Django webapp implementation of the "Emergent Task Timer"
|
||||
Testing
|
||||
-------
|
||||
|
||||
[](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.
|
||||
|
||||
@@ -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')
|
||||
Reference in New Issue
Block a user