()
| 27 | |
| 28 | |
| 29 | def start_test_server(): |
| 30 | os.remove(os.path.join(demos_dir, 'index.py')) |
| 31 | path_deploy(demos_dir, port=8080, host='127.0.0.1', cdn=False) |
| 32 | |
| 33 | |
| 34 | if __name__ == '__main__': |
nothing calls this directly
no test coverage detected
searching dependent graphs…