- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 1,620 for termy (0.02 sec)
-
docs/en/docs/tutorial/testing.md
<div class="termy"> ```console $ pip install pytest ---> 100% ``` </div> It will detect the files and tests automatically, execute them, and report the results back to you. Run the tests with: <div class="termy"> ```console $ pytest ================ test session starts ================
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 6.6K bytes - Viewed (0) -
docs/em/docs/advanced/generate-clients.md
& ๐ ๐ โน โช๏ธโก๏ธ ๐ท ๐ ๐ ๐ โซ๏ธโ ๐ช โ๏ธ **๐ ๐ฉโ๐ป ๐**. ### ๐ ๐ ๐ฉโ๐ป ๐ ๐ ๐ฅ โ๏ธ ๐ฑ โฎ๏ธ ๐ท, ๐ฅ ๐ช ๐ ๐ฉโ๐ป ๐ ๐ธ. #### โ `openapi-ts` ๐ ๐ช โ `openapi-ts` ๐ ๐ธ ๐ โฎ๏ธ: <div class="termy"> ```console $ npm install @hey-api/openapi-ts --save-dev ---> 100% ``` </div> #### ๐ ๐ฉโ๐ป ๐ ๐ ๐ฉโ๐ป ๐ ๐ ๐ช โ๏ธ ๐ โธ ๐ธ `openapi-ts` ๐ ๐ ๐ โ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.7K bytes - Viewed (0) -
docs/es/docs/advanced/settings.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 12.7K bytes - Viewed (0) -
docs/pt/docs/tutorial/security/oauth2-jwt.md
Certifique-se de criar um [ambiente virtual](../../virtual-environments.md){.internal-link target=_blank}, ativรก-lo e entรฃo instalar o `pyjwt`: <div class="termy"> ```console $ pip install pyjwt ---> 100% ``` </div> /// info | Informaรงรฃo
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 11K bytes - Viewed (0) -
docs/pt/docs/how-to/conditional-openapi.md
E entรฃo o usamos ao criar o aplicativo `FastAPI`. Entรฃo vocรช pode desabilitar o OpenAPI (incluindo os documentos da interface do usuรกrio) definindo a variรกvel de ambiente `OPENAPI_URL` como uma string vazia, como: <div class="termy"> ```console $ OPENAPI_URL= uvicorn main:app <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.6K bytes - Viewed (0) -
docs/en/docs/js/custom.js
lineDelay: 500 }); }); const progressLiteralStart = "---> 100%"; const promptLiteralStart = "$ "; const customPromptLiteralStart = "# "; const termynalActivateClass = "termy"; let termynals = []; function createTermynals() { document .querySelectorAll(`.${termynalActivateClass} .highlight code`) .forEach(node => {Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Thu Jan 02 20:44:50 UTC 2025 - 5.4K bytes - Viewed (2) -
docs/ko/docs/tutorial/testing.md
[virtual environment](../virtual-environments.md){.internal-link target=_blank} ๋ฅผ ๋ง๋ค๊ณ , ํ์ฑํ ์ํจ ๋ค์ ์ค์นํ์ธ์. ์์: <div class="termy"> ```console $ pip install pytest ---> 100% ``` </div> `pytest` ํ์ผ๊ณผ ํ ์คํธ๋ฅผ ์๋์ผ๋ก ๊ฐ์งํ๊ณ ์คํํ ๋ค์, ๊ฒฐ๊ณผ๋ฅผ ๋ณด๊ณ ํ ๊ฒ์ ๋๋ค. ํ ์คํธ๋ฅผ ๋ค์ ๋ช ๋ น์ด๋ก ์คํํ์ธ์. <div class="termy"> ```console $ pytest ================ test session starts ================Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Dec 10 11:24:48 UTC 2024 - 7.6K bytes - Viewed (0) -
docs/ja/docs/tutorial/testing.md
/// ## ๅฎ่ก ๅพใฏใ`pytest` ใใคใณในใใผใซใใใ ใใงใ: <div class="termy"> ```console $ pip install pytest ---> 100% ``` </div> ใใกใคใซใๆค็ฅใใ่ชๅใในใใๅฎ่กใใ็ตๆใฎใฌใใผใใ่ฟใใพใใ ไปฅไธใงใในใใๅฎ่กใใพใ: <div class="termy"> ```console $ pytest ================ test session starts ================
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.6K bytes - Viewed (0) -
docs/vi/docs/index.md
## Cร i ฤแบทt <div class="termy"> ```console $ pip install fastapi ---> 100% ``` </div> Bแบกn cลฉng sแบฝ cแบงn mแปt ASGI server cho production nhฦฐ <a href="https://www.uvicorn.org" class="external-link" target="_blank">Uvicorn</a> hoแบทc <a href="https://github.com/pgjones/hypercorn" class="external-link" target="_blank">Hypercorn</a>. <div class="termy"> ```console
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.9K bytes - Viewed (0) -
docs/em/docs/advanced/sub-applications.md
๐ ๐ผ, โซ๏ธ ๐ ๐ โก `/subapi`: {* ../../docs_src/sub_applications/tutorial001.py hl[11,19] *} ### โ ๐ง ๐ ๏ธ ๐ฉบ ๐, ๐ `uvicorn` โฎ๏ธ ๐ ๐ฑ, ๐ฅ ๐ ๐ `main.py`, โซ๏ธ ๐: <div class="termy"> ```console $ uvicorn main:app --reload <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div>Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.4K bytes - Viewed (0)