class documentation

Tests for our extension that allows us to clear out a TestSuite.

Method test_clearPyunitSuite Calling _clearSuite on a populated standard library TestSuite removes all tests.
Method test_clearSuite Calling _clearSuite on a populated TestSuite removes all tests.
def test_clearPyunitSuite(self): (source)

Calling _clearSuite on a populated standard library TestSuite removes all tests.

This test is important since _clearSuite operates by mutating internal variables.

def test_clearSuite(self): (source)

Calling _clearSuite on a populated TestSuite removes all tests.