From db27e6ea39df8c20dab02f874e2a983b82acaf2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 29 Oct 2025 14:03:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Add=20comments=20for=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_no_schema_split.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_no_schema_split.py b/tests/test_no_schema_split.py index bddb8ecb3..b0b5958c1 100644 --- a/tests/test_no_schema_split.py +++ b/tests/test_no_schema_split.py @@ -1,3 +1,7 @@ +# Test with parts from, and to verify the report in: +# https://github.com/fastapi/fastapi/discussions/14177 +# Made an issue in: +# https://github.com/fastapi/fastapi/issues/14247 from enum import Enum from typing import List