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

5 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2025-05-05 00:03 +0000

1from docs_src.app_testing.tutorial002 import test_read_main, test_websocket 1abcdef

2 

3 

4def test_main(): 1abcdef

5 test_read_main() 1ghijkl

6 

7 

8def test_ws(): 1abcdef

9 test_websocket() 1mnopqr