def teardown_module():
    testutil.unmount()
    testutil.stop_server()
def setup_module():
    testutil.unmount()
    testutil.mount(MyRoot())
    testutil.mount(NestedController(), "/nestedcontroller")
    testutil.start_server()
예제 #3
0
def teardown_module():
    testutil.unmount()
    testutil.stop_server()
예제 #4
0
def setup_module():
    testutil.unmount()
    testutil.mount(MyRoot())
    testutil.start_server()
예제 #5
0
def setup_module():
    testutil.unmount()
    testutil.mount(MyRoot())
    testutil.start_server()