twisted.trial.test.test_tests.SuiteClearingMixin(object)
class documentationtwisted.trial.test.test_tests
(View In Hierarchy)
Known subclasses: twisted.trial.test.test_tests.AsynchronousSuiteClearingTests, twisted.trial.test.test_tests.SynchronousSuiteClearingTests
Tests for our extension that allows us to clear out a TestSuite
.
Method | test_clearSuite | Calling _clearSuite
on a populated TestSuite
removes all tests. |
Method | test_clearPyunitSuite | Calling _clearSuite
on a populated standard library TestSuite
removes all tests. |
Calling _clearSuite
on a populated standard library TestSuite
removes all tests.
This test is important since _clearSuite
operates by
mutating internal variables.