rally-openstack/tests/unit
Cao Xuan Hoang d104d0ff3e Use assertEqual() instead of assertDictEqual()
In unittesttools, assertDictEqual() and assertEqual()
are implemented by using '!=' operator. But assertEqual()
can handle dict, list, set and so on. So we just call
assertEqual() to make the tests simpler.

Change-Id: I051ce0a96ab0883fdb907ca24bce7e47580758d1
2016-09-26 09:51:02 +07:00
..
doc Skip checking samples in coverage job 2016-08-12 11:00:21 +03:00
plugins Use assertEqual() instead of assertDictEqual() 2016-09-26 09:51:02 +07:00
rally_jobs Rename BenchmarkEngine to TaskEngine 2015-11-12 11:43:13 +00:00
__init__.py Reorganize test module structure 2014-10-07 13:50:40 +00:00
fakes.py [Magnum] Context and scenario for Magnum baymodel 2016-09-19 08:07:09 +00:00
test_ddt.py Add AST checker for missing @ddt.ddt decorators 2015-11-04 12:21:51 -06:00
test_hacking.py replace assertNotEqual(*,None) to assertIsNotNone 2016-07-15 14:00:02 +08:00
test_mock.py [Tests] Ignore too long mock names 2016-09-09 19:14:32 +03:00
test_pytest_launcher.py Add simple wrapper for pytest 2016-09-06 15:10:57 +03:00
test_test_ddt.py Add AST checker for missing @ddt.ddt decorators 2015-11-04 12:21:51 -06:00
test_test_mock.py unit-tests: inception: add mock check unit-tests 2015-07-13 17:01:11 +03:00
test.py [Core] Introduce class-based scenarios 2016-06-13 14:36:48 +03:00