Advertisement
Guest User

Untitled

a guest
May 9th, 2022
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. pytest -v
  2. =============================== test session starts ================================
  3. platform darwin -- Python 3.10.0, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /Users/patrick/.pyenv/versions/3.10.0/bin/python
  4. cachedir: .pytest_cache
  5. rootdir: /Users/patrick/dev/fun/fastapi-middleware
  6. plugins: anyio-3.5.0
  7. collected 2 items
  8.  
  9. src/test_main.py::test_root[asyncio] PASSED [ 50%]
  10. src/test_main.py::test_root[trio] PASSED [100%]
  11.  
  12. ================================ 2 passed in 0.18s =================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement