meta_package_manager.tests package¶
Submodules¶
meta_package_manager.tests.case module¶
-
class
meta_package_manager.tests.case.CLITestCase(methodName='runTest')[source]¶ Bases:
unittest.case.TestCaseUtilities and helpers to easely write unit-tests.
-
meta_package_manager.tests.case.skip_destructive()[source]¶ Decorator to skip a test unless destructive mode is allowed.
Destructive mode is activated by the presence of a
DESTRUCTIVE_TESTSenvironment variable set toTrue.
-
meta_package_manager.tests.case.unless_linux()[source]¶ Decorator to skip a test unless it is run on a Linux system.