]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
📝 Add documentation about async tests (pytest-asyncio and httpx) (#1619)
authorFelix Böhm <felix@felixboehm.dev>
Sat, 8 Aug 2020 18:01:18 +0000 (20:01 +0200)
committerGitHub <noreply@github.com>
Sat, 8 Aug 2020 18:01:18 +0000 (20:01 +0200)
commit2fd28434dd506fbdd8d85c17b98e9065042dc7ad
tree51a11e561c121f4907dff0bd5fd4446e0cfe2b8f
parentd15556b1520f6837034c0427ebaf484016c5d18d
📝 Add documentation about async tests (pytest-asyncio and httpx) (#1619)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/advanced/async-tests.md [new file with mode: 0644]
docs/en/docs/tutorial/testing.md
docs/en/mkdocs.yml
docs_src/async_tests/__init__.py [new file with mode: 0644]
docs_src/async_tests/main.py [new file with mode: 0644]
docs_src/async_tests/test_main.py [new file with mode: 0644]
pyproject.toml
tests/test_tutorial/test_async_tests/__init__.py [new file with mode: 0644]
tests/test_tutorial/test_async_tests/test_main.py [new file with mode: 0644]