
Running oslotest's tests fail on Python 3.x because of the "import mock" lines in test_output.py and test_timeout.py. That works for 2.x because "mock" is an independent package, but in 3.x, it's a part of unittest in the standard library. This difference is covered in six.moves, which is where mock is imported from in other test modules. Change-Id: I3882c2a9be8abc93cf95942579cb9562c6377c01 Closes-Bug: #1607963
oslotest -- OpenStack Testing Framework and Utilities
The Oslo Test framework provides common fixtures, support for debugging, and better support for mocking results.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslotest
- Source: http://git.openstack.org/cgit/openstack/oslotest
- Bugs: http://bugs.launchpad.net/oslotest
Description
Languages
Python
92.1%
Shell
7.6%
reStructuredText
0.3%