os-brick/os_brick/tests
Jordan Pittier 80fbea0ccb Fix mock==1.1.0 break unit tests
assert_called_once() is not a valid mock assertion. Replace with
assert mock.call_count == 1.

Change-Id: Idb21807ee647d79b1b9792ebd0c1909f09b71706
2015-07-10 18:03:39 +02:00
..
initiator Fix mock==1.1.0 break unit tests 2015-07-10 18:03:39 +02:00
__init__.py renamed the project to os-brick 2015-02-05 23:58:37 +00:00
base.py Added ABCMeta class to the InitiatorConnector 2015-07-08 10:57:33 -07:00
test_brick.py renamed the project to os-brick 2015-02-05 23:58:37 +00:00
test_exception.py Use six.text_type instead of unicode 2015-04-03 10:22:45 +03:00
test_utils.py update os-brick to pass python3 tests 2015-06-30 15:35:06 -07:00