fix filter check in Proxy.check_routes

and test that check_routes works as intended
This commit is contained in:
Min RK
2015-02-11 11:16:41 -08:00
parent edfb39c74c
commit 7082ea60ee
3 changed files with 24 additions and 3 deletions

View File

@@ -47,7 +47,6 @@ def io_loop():
@fixture(scope='module')
def app(request):
app = MockHub.instance(log_level=logging.DEBUG)
print(app)
app.start([])
def fin():
MockHub.clear_instance()