- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_return_exclude_defaults (0.49 seconds)
-
tests/test_skip_defaults.py
assert response.json() == {"sub": {}} def test_return_exclude_unset(): response = client.get("/exclude_unset") assert response.json() == {"x": None, "y": "y"} def test_return_exclude_defaults(): response = client.get("/exclude_defaults") assert response.json() == {} def test_return_exclude_none(): response = client.get("/exclude_none")
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 09:59:14 GMT 2026 - 2K bytes - Click Count (0)