Danek Duvall 425d465122 Import mock so that it works on Python 3.x
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
2016-07-29 14:19:07 -07:00
2016-02-04 02:14:14 +00:00
2015-06-16 14:21:51 +00:00
2016-02-19 15:41:59 +09:00
2014-05-27 05:16:23 -07:00
2014-01-31 15:42:43 -08:00
2014-01-31 15:42:43 -08:00
2014-01-31 15:42:43 -08:00
2014-01-31 15:42:43 -08:00
2015-09-25 14:08:24 +00:00
2016-07-12 16:59:39 +08:00
2015-09-17 12:16:22 +00:00
2016-07-12 16:59:39 +08:00

oslotest -- OpenStack Testing Framework and Utilities

The Oslo Test framework provides common fixtures, support for debugging, and better support for mocking results.

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 352 KiB
Languages
Python 92.1%
Shell 7.6%
reStructuredText 0.3%