Coverage for tests / test_tutorial / test_testing / test_tutorial002.py: 100%
5 statements
« prev ^ index » next coverage.py v7.13.3, created at 2026-04-06 01:24 +0000
« prev ^ index » next coverage.py v7.13.3, created at 2026-04-06 01:24 +0000
1from docs_src.app_testing.tutorial002_py310 import test_read_main, test_websocket 1abcd
4def test_main(): 1abcd
5 test_read_main() 1efgh
8def test_ws(): 1abcd
9 test_websocket() 1ijkl