]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:checkered_flag: Update Windows development environment and tests (#1179)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 29 Mar 2020 15:04:04 +0000 (17:04 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Mar 2020 15:04:04 +0000 (17:04 +0200)
commit459f0e11e5e09b7a380f3f859b58e20455378f50
tree7d9557c06c214b2ce46f5b544ae9d587461bfddf
parent56e43ba204e6a7f2f7468d55c8cc835e7b5616c7
:checkered_flag: Update Windows development environment and tests (#1179)

* :checkered_flag: Fix ./scripts/docs.py encoding for Windows

* :fire: Remove ujson from tests as it prevents Windows development

It's still tested by Starlette anyway

* :memo: Update development instructions for Windows

* :art: Update format for WSGIMiddleware example

* :white_check_mark: Update tests to run on Windows
docs/en/docs/advanced/wsgi.md
docs/en/docs/contributing.md
docs_src/wsgi/tutorial001.py
pyproject.toml
scripts/docs.py
tests/test_tutorial/test_custom_request_and_route/test_tutorial003.py
tests/test_tutorial/test_custom_response/test_tutorial001.py [deleted file]