fastapi/tests/test_tutorial/test_testing/test_tutorial002.py

10 lines
154 B
Python

from docs_src.app_testing.tutorial002 import test_read_main, test_websocket
def test_main():
test_read_main()
def test_ws():
test_websocket()