コード例 #1
0
    def test_module_version(self):
        fLOG(__file__,
             self._testMethodName,
             OutputPrint=__name__ == "__main__")

        mod = ModuleInstall("pep8", "pip", fLOG=fLOG)
        assert mod.is_installed_local()
        assert mod.is_installed_local_cmd()
コード例 #2
0
    def test_module_version(self):
        fLOG(
            __file__,
            self._testMethodName,
            OutputPrint=__name__ == "__main__")

        mod = ModuleInstall("pep8", "pip", fLOG=fLOG)
        assert mod.is_installed_local()
        assert mod.is_installed_local_cmd()