We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a332796 + 785d77f commit ef9240cCopy full SHA for ef9240c
2 files changed
tests/test_static.py
@@ -1,19 +1,16 @@
1
import logging
2
import os
3
import sys
4
-
5
from collections import Counter
6
from pathlib import Path
7
from time import gmtime, strftime
8
from urllib.parse import unquote
9
10
import pytest
11
12
from sanic import Sanic, text
13
from sanic.exceptions import FileNotFound, ServerError
14
from sanic.response import file
15
16
17
pytestmark = pytest.mark.xdist_group(name="static_files")
18
19
tests/worker/test_runner.py
@@ -1,7 +1,6 @@
from unittest.mock import Mock, call, patch
from sanic.app import Sanic
from sanic.http.constants import HTTP
from sanic.server.runners import _run_server_forever, serve
0 commit comments