]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:sparkles: Add testing docs and tests (#151)
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 12 Apr 2019 16:15:05 +0000 (20:15 +0400)
committerGitHub <noreply@github.com>
Fri, 12 Apr 2019 16:15:05 +0000 (20:15 +0400)
commit46e3811f8d890d4f8b4194412dafa478f2d75f15
tree3cf2af07dd1eaf5331d01cc155ceeac350010f40
parent613e211d20beaf8dd633cd5e74b032c44f256ca6
:sparkles: Add testing docs and tests (#151)

* :pencil2: Fix typo in security intro

* :sparkles: Add testing docs and tests

* :bug: Debug Travis coverage

* :bug: Debug Travis coverage, report XML

* :green_heart: Make Travis/Flit use same code install

* :rewind: Revert Travis/Codecov debugging changes
17 files changed:
.travis.yml
docs/src/app_testing/__init__.py [new file with mode: 0644]
docs/src/app_testing/main.py [new file with mode: 0644]
docs/src/app_testing/test_main.py [new file with mode: 0644]
docs/src/app_testing/tutorial001.py [new file with mode: 0644]
docs/src/app_testing/tutorial002.py [new file with mode: 0644]
docs/src/app_testing/tutorial003.py [new file with mode: 0644]
docs/src/events/tutorial001.py
docs/tutorial/security/intro.md
docs/tutorial/testing.md [new file with mode: 0644]
mkdocs.yml
tests/test_tutorial/test_events/test_tutorial001.py
tests/test_tutorial/test_testing/__init__.py [new file with mode: 0644]
tests/test_tutorial/test_testing/test_main.py [new file with mode: 0644]
tests/test_tutorial/test_testing/test_tutorial001.py [new file with mode: 0644]
tests/test_tutorial/test_testing/test_tutorial002.py [new file with mode: 0644]
tests/test_tutorial/test_testing/test_tutorial003.py [new file with mode: 0644]