Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_path_bool_True (0.21 sec)

  1. tests/test_path.py

                        "msg": "value could not be parsed to a boolean",
                        "type": "type_error.bool",
                    }
                ]
            }
        )
    
    
    def test_path_bool_True():
        response = client.get("/path/bool/True")
        assert response.status_code == 200
        assert response.json() is True
    
    
    def test_path_bool_42():
        response = client.get("/path/bool/42")
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:40:57 GMT 2024
    - 34.4K bytes
    - Viewed (0)
Back to top