ironic/ironic/tests
linggao 1d9acf39ec Removes stubs from unit tests
self.stubs in TestCase and BaseTestCase classes use moxstubout
module which uses mox. OpenStack is moving to python 3 which
will not support mox. This patch removes the use of self.stubs
for all the unit test cases.

Change-Id: I0e5aa50edcbb1913c5143bb93efea965f5d5ebfb
2013-10-16 13:19:01 +00:00
..
api Merge "Fix policies" 2013-10-14 20:24:31 +00:00
conductor Removes stubs from unit tests 2013-10-16 13:19:01 +00:00
db Consolidates TestCase and BaseTestCase 2013-10-15 15:24:43 +00:00
drivers Removes stubs from unit tests 2013-10-16 13:19:01 +00:00
objects Replaces mox with mock in objects' unit tests 2013-10-10 17:40:08 +00:00
__init__.py Fix pep8 errors and make it pass Jenkins tests. 2013-05-16 18:40:38 -07:00
base.py Removes stubs from unit tests 2013-10-16 13:19:01 +00:00
conf_fixture.py Sync new database config group from oslo-incubator 2013-05-27 06:30:42 +01:00
fake_policy.py Fix policies 2013-10-14 21:48:55 +03:00
matchers.py Move glance image service client from nova and cinder into ironic 2013-08-12 22:34:41 +02:00
policy_fixture.py Fix pep8 errors and make it pass Jenkins tests. 2013-05-16 18:40:38 -07:00
stubs.py Move glance image service client from nova and cinder into ironic 2013-08-12 22:34:41 +02:00
test_dbsync.py Add tests for ironic-dbsync. 2013-05-13 00:59:15 -07:00
test_glance_service.py Consolidates TestCase and BaseTestCase 2013-10-15 15:24:43 +00:00
test_images.py Removes stubs from unit tests 2013-10-16 13:19:01 +00:00
test_utils.py Replaces mox with mock for test_utils 2013-10-09 19:46:56 +00:00