Ejemplo n.º 1
0
    def test_modules_list(self):
        fLOG(__file__,
             self._testMethodName,
             OutputPrint=__name__ == "__main__")

        mods = get_modules_version(os.path.dirname(sys.executable))
        assert len(mods) > 0
Ejemplo n.º 2
0
    def test_modules_list(self):
        fLOG(
            __file__,
            self._testMethodName,
            OutputPrint=__name__ == "__main__")

        mods = get_modules_version(os.path.dirname(sys.executable))
        assert len(mods) > 0
Ejemplo n.º 3
0
    def test_modules_list_ext(self):
        fLOG(__file__,
             self._testMethodName,
             OutputPrint=__name__ == "__main__")

        path = "C:\\github\\ensae_teaching_cs\\dist\\win_python_setup\\python"
        if os.path.exists(path):
            mods = get_modules_version(path)
            assert len(mods) > 0
Ejemplo n.º 4
0
    def test_modules_list_ext(self):
        fLOG(
            __file__,
            self._testMethodName,
            OutputPrint=__name__ == "__main__")

        path = "C:\\github\\ensae_teaching_cs\\dist\\win_python_setup\\python"
        if os.path.exists(path):
            mods = get_modules_version(path)
            assert len(mods) > 0