fastapi/tests/test_tutorial/test_testing/test_tutorial002.py

10 lines
145 B
Python

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