fastapi/tests/test_tutorial/test_testing/test_tutorial003.py
Sebastián Ramírez 600f15faa0
✔ Improve support for tests in editor (#1699)
* ♻️ Remove required extra steps to test in editor

* 🎨 Format lint script

* 📝 Remove obsolete extra steps required to test in editor from docs

* 🐛 Fix coverage
2020-07-10 11:08:19 +02:00

5 lines
102 B
Python

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