rework testing

This commit is contained in:
Suby Raman
2017-02-14 14:51:20 -05:00
parent 51611c3934
commit 3b68dc72e7
27 changed files with 387 additions and 342 deletions

View File

@@ -6,7 +6,7 @@ import signal
import pytest
from sanic import Sanic
from sanic.utils import HOST, PORT
from sanic.testing import HOST, PORT
AVAILABLE_LISTENERS = [
'before_server_start',