]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:sparkles: Add events docs and tests (#99)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 24 Mar 2019 08:45:46 +0000 (12:45 +0400)
committerGitHub <noreply@github.com>
Sun, 24 Mar 2019 08:45:46 +0000 (12:45 +0400)
commit834723cf2c1c039c14301dcd2e4069bc0471fb07
tree2f164f8d830c14c08e152edda2ffe5ff66f91a5a
parent9778542ba65a5768fef74624f7d02443e908fab5
:sparkles: Add events docs and tests (#99)
.gitignore
docs/src/events/tutorial001.py [new file with mode: 0644]
docs/src/events/tutorial002.py [new file with mode: 0644]
docs/tutorial/events.md [new file with mode: 0644]
mkdocs.yml
tests/test_tutorial/test_events/__init__.py [new file with mode: 0644]
tests/test_tutorial/test_events/test_tutorial001.py [new file with mode: 0644]
tests/test_tutorial/test_events/test_tutorial002.py [new file with mode: 0644]