- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_query_int_optional_query_50 (0.16 sec)
-
tests/test_query.py
} ) def test_query_int_optional(): response = client.get("/query/int/optional") assert response.status_code == 200 assert response.json() == "foo bar" def test_query_int_optional_query_50(): response = client.get("/query/int/optional?query=50") assert response.status_code == 200 assert response.json() == "foo bar 50" def test_query_int_optional_query_foo():
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Apr 18 21:56:59 UTC 2024 - 11.4K bytes - Viewed (0)