Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_post_broken_yaml (0.43 sec)

  1. tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial007.py

        assert response.status_code == 200, response.text
        assert response.json() == {
            "name": "Deadpoolio",
            "tags": ["x-force", "x-men", "x-avengers"],
        }
    
    
    def test_post_broken_yaml(client: TestClient):
        yaml_data = """
            name: Deadpoolio
            tags:
            x - x-force
            x - x-men
            x - x-avengers
            """
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 20 15:55:38 UTC 2025
    - 3.4K bytes
    - Viewed (0)
Back to top