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.
1 parent 6e3bf4d commit be49805Copy full SHA for be49805
1 file changed
tests/api/verify_schemathesis.py
@@ -11,15 +11,17 @@
11
pytest tests/api/test_schemathesis.py -x -v
12
"""
13
14
-from tests.base import load_config, mock_gcs_client
15
-from schemathesis.checks import not_a_server_error
16
-import schemathesis
17
-import pytest
18
-import hypothesis
19
import json
20
import secrets
21
from unittest.mock import patch
22
+import hypothesis
+import pytest
+import schemathesis
+from schemathesis.checks import not_a_server_error
+
23
+from tests.base import load_config, mock_gcs_client
24
25
URL_AUTH_TOKENS = "/auth/tokens"
26
ADMIN_EMAIL = "admin@local.com"
27
SCOPE_RUNS_READ = "runs:read"
0 commit comments