Example #1
0
def request_mocker():
    tst.setup_mock(utils, func)
    yield
    tst.teardown_mock(utils, func)
Example #2
0
def setup_mock():
    return tst.setup_mock(utils, func)
Example #3
0
def setup_mock():
    return tst.setup_mock(utils, datasets)
Example #4
0
def setup_mock():
    return tst.setup_mock(utils, struct)
Example #5
0
def setup_mock():
    return tst.setup_mock(utils, atlas)