Remove test client (#2009)

* Initial

* remove testmanager

* Resolve tests
This commit is contained in:
Adam Hopkins
2021-01-28 09:22:22 +02:00
committed by GitHub
parent 976a4c764d
commit 5545264cea
20 changed files with 72 additions and 340 deletions

View File

@@ -8,10 +8,11 @@ import httpcore
import httpx
import pytest
from sanic_testing.testing import HOST, SanicTestClient
from sanic import Sanic, server
from sanic.compat import OS_IS_WINDOWS
from sanic.response import text
from sanic.testing import HOST, SanicTestClient
CONFIG_FOR_TESTS = {"KEEP_ALIVE_TIMEOUT": 2, "KEEP_ALIVE": True}