ironic-python-agent/ironic_python_agent/tests/unit/extensions
Luong Anh Tuan efe739f039 Replace assertRaisesRegexp with assertRaisesRegex
This replaces the deprecated (in python 3.2) unittest.TestCase
method assertRaisesRegexp() with assertRaisesRegex()[1].
[1]https://review.openstack.org/#/c/466155/

Change-Id: Ife8504dbb58019a30bcc1495a78ab14c757efc98
Related-Bug: 1673768
2017-05-19 20:16:47 +07:00
..
__init__.py Split functional and py27 tests 2015-08-28 14:16:34 -07:00
test_base.py Replace assertEqual(None, *) with assertIsNone in tests 2015-12-17 11:32:33 +08:00
test_clean.py Add missing 'autospec' argument to mock.patch 2017-03-19 10:04:19 -07:00
test_flow.py Change assertTrue(isinstance()) by optimal assert 2016-01-21 14:20:11 +08:00
test_image.py Add missing 'autospec' argument to mock.patch 2017-03-19 10:04:19 -07:00
test_iscsi.py Merge "Add missing 'autospec' argument to mock.patch" 2017-03-20 13:59:18 +00:00
test_log.py flake8: Specify 'ironic_python_agent' as name of app 2017-03-16 07:09:07 -07:00
test_standby.py Replace assertRaisesRegexp with assertRaisesRegex 2017-05-19 20:16:47 +07:00