fastapi/tests/test_tutorial/test_testing/test_tutorial003.py
Sebastián Ramírez 46e3811f8d
Add testing docs and tests (#151)
* ✏️ Fix typo in security intro

*  Add testing docs and tests

* 🐛 Debug Travis coverage

* 🐛 Debug Travis coverage, report XML

* 💚 Make Travis/Flit use same code install

*  Revert Travis/Codecov debugging changes
2019-04-12 20:15:05 +04:00

5 lines
93 B
Python

from app_testing.tutorial003 import test_read_items
def test_main():
test_read_items()