rbtools.utils.testbase¶
Legacy testing support for RBTools.
Deprecated since version 3.0: This will be removed in RBTools 4.0.
Classes
|
Legacy base class for RBTools unit tests. |
- class rbtools.utils.testbase.RBTestBase(methodName='runTest')[source]¶
Bases:
TestCase
Legacy base class for RBTools unit tests.
This has been replaced by
rbtools.testing.testcase.TestCase
. Subclasses should switch to that, and setrbtools.testing.testcase.TestCase.needs_home
toTrue
if the tests all need to run in their own home directory.Deprecated since version 3.0: This will be removed in RBTools 4.0.