You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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") ⏲.

///