This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
fastapi
Watch
1
Star
0
Fork
0
You've already forked fastapi
mirror of
https://github.com/fastapi/fastapi.git
synced
2026-02-26 03:36:14 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c49c90efc00577a1fc1986e8bb69d2a0a5462fc7
fastapi
/
tests
/
test_request_params
/
test_file
History
Yurii Motov
c49c90efc0
Merge remote-tracking branch 'upstream/master' into add-tests-for-parameter-defaults
2026-02-25 17:24:19 +01:00
..
__init__.py
✅
Add set of tests for request parameters and alias (
#14358
)
2025-12-11 17:15:36 +01:00
test_list.py
🐛
Fix JSON Schema for files, use
contentMediaType
instead of
format: binary
(
#14953
)
2026-02-21 14:01:31 +01:00
test_nullable_and_defaults.py
Add
pragma: no cover
to make coverage pass
2026-02-05 15:38:23 +01:00
test_optional_list.py
🐛
Fix JSON Schema for files, use
contentMediaType
instead of
format: binary
(
#14953
)
2026-02-21 14:01:31 +01:00
test_optional.py
🐛
Fix JSON Schema for files, use
contentMediaType
instead of
format: binary
(
#14953
)
2026-02-21 14:01:31 +01:00
test_required.py
🐛
Fix JSON Schema for files, use
contentMediaType
instead of
format: binary
(
#14953
)
2026-02-21 14:01:31 +01:00
utils.py
♻️
Upgrade internal syntax to Python 3.9+
🎉
(
#14564
)
2025-12-17 21:25:59 +00:00