mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 10:36:39 +00:00
* ✏️ 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
5 lines
93 B
Python
5 lines
93 B
Python
from app_testing.tutorial003 import test_read_items
|
|
|
|
|
|
def test_main():
|
|
test_read_items()
|