mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 10:36:39 +00:00
* ✏️ Fix typo in security intro * ✨ Add testing docs and tests * 🐛 Debug Travis coverage * 🐛 Debug Travis coverage, report XML * 💚 Make Travis/Flit use same code install * ⏪ Revert Travis/Codecov debugging changes
9 lines
145 B
Python
9 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()
|