3.0 KiB
🔁 💯
👆 ✔️ ⏪ 👀 ❔ 💯 👆 FastAPI 🈸 ⚙️ 🚚 TestClient
. 🆙 🔜, 👆 ✔️ 🕴 👀 ❔ ✍ 🔁 💯, 🍵 ⚙️ async
🔢.
➖ 💪 ⚙️ 🔁 🔢 👆 💯 💪 ⚠, 🖼, 🕐❔ 👆 🔬 👆 💽 🔁. 🌈 👆 💚 💯 📨 📨 👆 FastAPI 🈸 & ⤴️ ✔ 👈 👆 👩💻 ⏪ ✍ ☑ 💽 💽, ⏪ ⚙️ 🔁 💽 🗃.
➡️ 👀 ❔ 👥 💪 ⚒ 👈 👷.
pytest.mark.anyio
🚥 👥 💚 🤙 🔁 🔢 👆 💯, 👆 💯 🔢 ✔️ 🔁. AnyIO 🚚 👌 📁 👉, 👈 ✔ 👥 ✔ 👈 💯 🔢 🤙 🔁.
🇸🇲
🚥 👆 FastAPI 🈸 ⚙️ 😐 def
🔢 ↩️ async def
, ⚫️ async
🈸 🔘.
TestClient
🔨 🎱 🔘 🤙 🔁 FastAPI 🈸 👆 😐 def
💯 🔢, ⚙️ 🐩 ✳. ✋️ 👈 🎱 🚫 👷 🚫🔜 🕐❔ 👥 ⚙️ ⚫️ 🔘 🔁 🔢. 🏃 👆 💯 🔁, 👥 💪 🙅♂ 📏 ⚙️ TestClient
🔘 👆 💯 🔢.
TestClient
⚓️ 🔛 🇸🇲, & ↩️, 👥 💪 ⚙️ ⚫️ 🔗 💯 🛠️.
🖼
🙅 🖼, ➡️ 🤔 📁 📊 🎏 1️⃣ 🔬 🦏 🈸{.internal-link target=_blank} & 🔬{.internal-link target=_blank}:
.
├── app
│ ├── __init__.py
│ ├── main.py
│ └── test_main.py
📁 main.py
🔜 ✔️:
{!../../../docs_src/async_tests/main.py!}
📁 test_main.py
🔜 ✔️ 💯 main.py
, ⚫️ 💪 👀 💖 👉 🔜:
{!../../../docs_src/async_tests/test_main.py!}
🏃 ⚫️
👆 💪 🏃 👆 💯 🐌 📨:
$ pytest
---> 100%
ℹ
📑 @pytest.mark.anyio
💬 ✳ 👈 👉 💯 🔢 🔜 🤙 🔁:
{!../../../docs_src/async_tests/test_main.py!}
/// tip
🗒 👈 💯 🔢 🔜 async def
↩️ def
⏭ 🕐❔ ⚙️ TestClient
.
///
⤴️ 👥 💪 ✍ AsyncClient
⏮️ 📱, & 📨 🔁 📨 ⚫️, ⚙️ await
.
{!../../../docs_src/async_tests/test_main.py!}
👉 🌓:
response = client.get('/')
...👈 👥 ⚙️ ⚒ 👆 📨 ⏮️ TestClient
.
/// tip
🗒 👈 👥 ⚙️ 🔁/⌛ ⏮️ 🆕 AsyncClient
- 📨 🔁.
///
🎏 🔁 🔢 🤙
🔬 🔢 🔜 🔁, 👆 💪 🔜 🤙 (& await
) 🎏 async
🔢 ↖️ ⚪️➡️ 📨 📨 👆 FastAPI 🈸 👆 💯, ⚫️❔ 👆 🔜 🤙 👫 🙆 🙆 👆 📟.
/// tip
🚥 👆 ⚔ RuntimeError: Task attached to a different loop
🕐❔ 🛠️ 🔁 🔢 🤙 👆 💯 (✅ 🕐❔ ⚙️ ✳ MotorClient) 💭 🔗 🎚 👈 💪 🎉 ➰ 🕴 🏞 🔁 🔢, ✅ '@app.on_event("startup")
⏲.
///