10BC0 ✅ Simplify tests for request_form_models by alejsdev · Pull Request #13183 · fastapi/fastapi · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update
  • Loading branch information
alejsdev committed Jan 10, 2025
commit 4616813aa58d187d60f8b4ee8cc6cda97f143d1a
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from dirty_equals import IsDict
from fastapi.testclient import TestClient

from tests.utils import needs_py39
from ...utils import needs_py39


@pytest.fixture(
Expand Down
Loading
0