Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
from os.path import join
from catcher.utils.module_utils import load_external_actions
TEST_DIR = 'test/tmp'
load_external_actions('catcher.steps')
def get_test_dir(testcase: str) -> str:
return join(TEST_DIR, testcase)
def __load_modules(modules):
"""
Load catcher core modules, carcher-modules extensions (if available) and try to load all modules from cmd args
"""
load_external_actions('catcher.steps')
load_external_actions('catcher_modules')
[load_external_actions(m) for m in modules]
def __load_modules(modules):
"""
Load catcher core modules, carcher-modules extensions (if available) and try to load all modules from cmd args
"""
load_external_actions('catcher.steps')
load_external_actions('catcher_modules')
[load_external_actions(m) for m in modules]
def __load_modules(modules):
"""
Load catcher core modules, carcher-modules extensions (if available) and try to load all modules from cmd args
"""
load_external_actions('catcher.steps')
load_external_actions('catcher_modules')
[load_external_actions(m) for m in modules]