Merge pull request #2173 from charltonaustin/adding_in_build_cancel_notifications

Adding in cancel notifications
This commit is contained in:
Charlton Austin 2016-11-30 15:03:17 -05:00 committed by GitHub
commit 2c637fe5ce
9 changed files with 153 additions and 29 deletions

Binary file not shown.

View file

@ -11,6 +11,7 @@ class TestCreate(unittest.TestCase):
self.assertIsNotNone(NotificationEvent.get_event('build_success'))
self.assertIsNotNone(NotificationEvent.get_event('build_failure'))
self.assertIsNotNone(NotificationEvent.get_event('build_start'))
self.assertIsNotNone(NotificationEvent.get_event('build_cancelled'))
self.assertIsNotNone(NotificationEvent.get_event('vulnerability_found'))