The oslotest.tests.unit.test_base
Module¶
-
class
oslotest.tests.unit.test_base.
TestBaseTestCase
(*args, **kwargs)¶ Bases:
testtools.testcase.TestCase
-
class
FakeTestCase
(*args, **kwds)¶ Bases:
oslotest.base.BaseTestCase
-
test_fake_test
()¶
-
-
TestBaseTestCase.
test_capture_output_disabled
(*args, **keywargs)¶
-
TestBaseTestCase.
test_enabled
(*args, **keywargs)¶
-
TestBaseTestCase.
test_fake_logs_default
(*args, **keywargs)¶
-
TestBaseTestCase.
test_fake_logs_with_debug
(*args, **keywargs)¶
-
TestBaseTestCase.
test_fake_logs_with_log_cap
(*args, **keywargs)¶
-
TestBaseTestCase.
test_mock_patch_cleanup_on_teardown
()¶
-
TestBaseTestCase.
test_timeout
(*args, **keywargs)¶
-
class
-
class
oslotest.tests.unit.test_base.
TestManualMock
(*args, **kwds)¶ Bases:
oslotest.base.BaseTestCase
-
setUp
()¶
-
tearDown
()¶
-
test_mock_patch_manually
()¶
-