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 3f78961 commit a81b5e7Copy full SHA for a81b5e7
tests/test_path.py
@@ -1,8 +1,9 @@
1
import pytest
2
-from .main import PathParamController
3
4
from ninja_extra.testing import TestClient
5
+from .main import PathParamController
6
+
7
client = TestClient(PathParamController)
8
9
tests/test_query.py
-from .main import QueryParamController
+from .main import QueryParamController
response_missing = {
"detail": [
{
0 commit comments