- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_dummy_callback (0.1 sec)
-
tests/test_tutorial/test_openapi_callbacks/test_tutorial001.py
"/invoices/", json={"id": "fooinvoice", "customer": "John", "total": 5.3} ) assert response.status_code == 200, response.text assert response.json() == {"msg": "Invoice received"} def test_dummy_callback(): # Just for coverage invoice_notification({}) def test_openapi_schema(): response = client.get("/openapi.json") assert response.status_code == 200, response.text
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Jul 07 17:12:13 UTC 2023 - 9K bytes - Viewed (0)