Replies: 1 comment
-
Hi @virgil724 I guess it's better make it better compatibility with standard django test client by adding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue Description
I've encountered different test results when using these two GET request approaches with Django Ninja TestClient:
While these two methods appear to construct the same HTTP GET request, they produce different test results.
Questions
What are the underlying implementation differences between these two approaches?
Why do they lead to different test results?
In which scenarios should each approach be preferred?
Environment
Django Ninja Test Client
Python version: 3.12
Django Ninja version: 1.3.0
Django version: 5.1.1
Code Example
If you've encountered similar issues or understand the differences between these approaches, please share your insights and experiences.
Would you like me to modify or add anything to make the issue clearer?
Beta Was this translation helpful? Give feedback.
All reactions