MCPcopy
hub / github.com/fastapi/fastapi / test_main

Function test_main

tests/test_tutorial/test_testing/test_tutorial003.py:4–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3
4def test_main():
5 with pytest.warns(DeprecationWarning):
6 from docs_src.app_testing.tutorial003_py310 import test_read_items
7 test_read_items()

Callers

nothing calls this directly

Calls 1

test_read_itemsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…