Coverage for tests / test_tutorial / test_testing / test_tutorial002.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.13.3, created at 2026-02-12 18:15 +0000

1from docs_src.app_testing.tutorial002_py310 import test_read_main, test_websocket 1abcd

2 

3 

4def test_main(): 1abcd

5 test_read_main() 1efg

6 

7 

8def test_ws(): 1abcd

9 test_websocket() 1hij