Example #1
0
    def test_if_modules_search_paths_are_returned(self):
        result = get_modules_search_paths()

        self.assertTrue(len(result) > 0)
Example #2
0
def get_modules_search_paths():
    import red_modules
    return red_modules.get_modules_search_paths()
Example #3
0
def get_modules_search_paths():
    import red_modules
    return red_modules.get_modules_search_paths()