monasca-notification/tests
Maciej Maciaszek 28a686d7eb Add fix for local time bug
The test 'test_old_timestamp' was not able to pass in different
timezones due to hardcoded expected datetime

Change `test_alarm_processor.py` permissions

`test_alarm_processor.py` had different permissions than other test
files. While `unittest` module could collect tests in this file,
nosetests could't do it. Nose can collect tests in this file after
permissions change

Change-Id: I2b5791e7b352fbb0c05bc665b4000c412b63f1ef
2015-07-01 09:15:28 +02:00
..
__init__.py Added a simple unit test and the test framework 2014-03-20 09:52:19 -06:00
test_alarm_processor.py Add fix for local time bug 2015-07-01 09:15:28 +02:00
test_email_notification.py Add unicode support to email notifications 2015-04-30 09:34:00 -06:00
test_notification.py AlarmStateTransitionedEvent timestamp now in ms 2015-04-16 13:31:40 -06:00
test_notification_processor.py Added retry engine to notification system 2015-02-09 11:40:02 -07:00
test_notifiers.py Added retry engine to notification system 2015-02-09 11:40:02 -07:00
test_pagerduty_notification.py Added retry engine to notification system 2015-02-09 11:40:02 -07:00
test_webhook_notification.py AlarmStateTransitionedEvent timestamp now in ms 2015-04-16 13:31:40 -06:00