()
| 228 | |
| 229 | |
| 230 | def start_test_server(): |
| 231 | pywebio.enable_debug() |
| 232 | |
| 233 | start_server([corobased, partial(threadbased)], port=8080, host='127.0.0.1', debug=True, cdn=False, |
| 234 | static_dir=STATIC_PATH + '/image', reconnect_timeout=10) |
| 235 | |
| 236 | |
| 237 | if __name__ == '__main__': |
nothing calls this directly
no test coverage detected
searching dependent graphs…