monasca-notification/tests
Tomasz Trębski c9f0a8e63c Enable Py35 tests to run
Python3.5 tests were not running because Python3 has not
Queue module (instead have queue module). Commit
does not fix failing tests but gives an insight in what
exactly is failing and allows to fix them in future.

Also applied sixer utility to fix common Py2-Py3 compatybility
issues.

Additionally:
* removed unconstrained mysql and psycopg drivers from tox.ini.
  Instead added them to test-requirements to be picked up
  by requirements bot. That also allowed to remove 3 tox
  environments.
* added removing .testrepository/times.dbm (may cause py3 environment
  to fail if present)

Change-Id: I9bcc33dad80fdfbf60d95c4bb0ce7f79f642a414
2017-04-07 19:15:10 +00: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 config option for statsd 2016-12-02 07:10:52 +01:00
test_email_notification.py Enable Py35 tests to run 2017-04-07 19:15:10 +00:00
test_hipchat_notification.py Enable Py35 tests to run 2017-04-07 19:15:10 +00:00
test_mysql_repo.py Query database to see if the periodic notificiation changes 2016-08-29 15:11:20 -06:00
test_notification.py Query database to see if the periodic notificiation changes 2016-08-29 15:11:20 -06:00
test_notification_processor.py Add config option for statsd 2016-12-02 07:10:52 +01:00
test_notifiers.py Remove plugins from possible notifiers 2017-01-24 06:46:12 +01:00
test_pagerduty_notification.py Enable Py35 tests to run 2017-04-07 19:15:10 +00:00
test_utils.py Add config option for statsd 2016-12-02 07:10:52 +01:00
test_webhook_notification.py Enable Py35 tests to run 2017-04-07 19:15:10 +00:00