ironic/ironic/tests/unit/api
Béla Vancsics 09adb96836 Use more specific asserts in tests
Instead of assertTrue and assertFalse use more specific asserts.
They are compatible with Python 2.7[1] and 3.4[2]

[1]: https://docs.python.org/2.7/library/unittest.html
[2]: https://docs.python.org/3.4/library/unittest.html

Change-Id: Iea7306f8ab6e3253fd68007829b7e8b51afb790a
2017-08-04 08:42:39 +02:00
..
v1 Use more specific asserts in tests 2017-08-04 08:42:39 +02:00
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
base.py Unit test consistency: DB base and utils prefix 2017-06-20 09:36:21 +01:00
test_acl.py Add keystone policy support to Ironic 2016-08-04 12:43:20 +00:00
test_audit.py Remove unnecessary setUp function in testcase 2017-03-30 15:39:55 +08:00
test_base.py __ne__() unit tests & have special methods use (self, other) 2016-09-08 19:56:57 -07:00
test_hooks.py Add user and project domains to ironic context 2016-11-15 17:35:22 +02:00
test_middleware.py Properly allow Ironic headers in REST API 2017-05-04 15:30:45 -03:00
test_ospmiddleware.py Enable OSProfiler support in Ironic 2017-07-07 15:58:28 -07:00
test_root.py Add REST API for volume connector and volume target operation 2017-07-03 15:51:59 +09:00
utils.py Expose ports' physical network attribute in API 2017-07-19 17:29:20 +01:00