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 abd0cc3 commit 3f78961Copy full SHA for 3f78961
tests/test_path.py
@@ -1,5 +1,5 @@
1
import pytest
2
-from main import PathParamController
+from .main import PathParamController
3
4
from ninja_extra.testing import TestClient
5
tests/test_query.py
-from main import QueryParamController
+from .main import QueryParamController
0 commit comments