def start_tangelo(): """Start tangelo with a some settings.""" config = {"server_settings": {"server.thread_pool": 1000}} return fixture.start_tangelo("-c", json.dumps(config))
def start_tangelo(): """Start tangelo with the watch plugin.""" return fixture.start_tangelo("--watch")