mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 10:36:39 +00:00
* ♻️ Remove required extra steps to test in editor * 🎨 Format lint script * 📝 Remove obsolete extra steps required to test in editor from docs * 🐛 Fix coverage
5 lines
102 B
Python
5 lines
102 B
Python
from docs_src.app_testing.tutorial003 import test_read_items
|
|
|
|
|
|
def test_main():
|
|
test_read_items()
|