Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for KSession (0.15 sec)

  1. docs/de/docs/tutorial/testing.md

    Es erkennt die Dateien und Tests automatisch, fรผhrt sie aus und berichtet Ihnen die Ergebnisse.
    
    Fรผhren Sie die Tests aus, mit:
    
    <div class="termy">
    
    ```console
    $ pytest
    
    ================ test session starts ================
    platform linux -- Python 3.6.9, pytest-5.3.5, py-1.8.1, pluggy-0.13.1
    rootdir: /home/user/code/superawesome-cli/app
    plugins: forked-1.1.3, xdist-1.31.0, cov-2.8.1
    collected 6 items
    
    ---> 100%
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:20:01 GMT 2024
    - 7K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/testing.md

    </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 ================
    platform linux -- Python 3.6.9, pytest-5.3.5, py-1.8.1, pluggy-0.13.1
    rootdir: /home/user/code/superawesome-cli/app
    plugins: forked-1.1.3, xdist-1.31.0, cov-2.8.1
    collected 6 items
    
    ---> 100%
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 6.2K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/testing.md

    ---> 100%
    ```
    
    </div>
    
    โšซ๏ธ ๐Ÿ”œ ๐Ÿ” ๐Ÿ“ &amp; ๐Ÿ’ฏ ๐Ÿ”, ๐Ÿ› ๏ธ ๐Ÿ‘ซ, &amp; ๐Ÿ“„ ๐Ÿ ๐Ÿ”™ ๐Ÿ‘†.
    
    ๐Ÿƒ ๐Ÿ’ฏ โฎ๏ธ:
    
    <div class="termy">
    
    ```console
    $ pytest
    
    ================ test session starts ================
    platform linux -- Python 3.6.9, pytest-5.3.5, py-1.8.1, pluggy-0.13.1
    rootdir: /home/user/code/superawesome-cli/app
    plugins: forked-1.1.3, xdist-1.31.0, cov-2.8.1
    collected 6 items
    
    ---> 100%
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 5.2K bytes
    - Viewed (0)
  4. docs/zh/docs/tutorial/testing.md

    ```console
    $ pip install pytest
    
    ---> 100%
    ```
    
    </div>
    
    ไป–ไผš่‡ชๅŠจๆฃ€ๆต‹ๆ–‡ไปถๅ’Œๆต‹่ฏ•๏ผŒๆ‰ง่กŒๆต‹่ฏ•๏ผŒ็„ถๅŽๅ‘ไฝ ๆŠฅๅ‘Š็ป“ๆžœใ€‚
    
    ๆ‰ง่กŒๆต‹่ฏ•๏ผš
    
    <div class="termy">
    
    ```console
    $ pytest
    
    ================ test session starts ================
    platform linux -- Python 3.6.9, pytest-5.3.5, py-1.8.1, pluggy-0.13.1
    rootdir: /home/user/code/superawesome-cli/app
    plugins: forked-1.1.3, xdist-1.31.0, cov-2.8.1
    collected 6 items
    
    ---> 100%
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 6K bytes
    - Viewed (0)
Back to top