Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for perf (0.14 sec)

  1. docs_src/settings/app02_an/test_main.py

    
    def test_app():
        response = client.get("/info")
        data = response.json()
        assert data == {
            "app_name": "Awesome API",
            "admin_email": "******@****.***",
            "items_per_user": 50,
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 18 12:29:59 GMT 2023
    - 515 bytes
    - Viewed (0)
Back to top