Skip to content
Snippets Groups Projects
  • Yaroslav Dynnikov's avatar
    1da4a7e7
    chore: speedup pytest · 1da4a7e7
    Yaroslav Dynnikov authored
    Specifying the particular directory with tests
    significantly speeds up their collection and execution.
    
    Before:
    
    ```console
    $ time pytest -k nothing
    12 deselected in 1.36s
    ```
    
    After:
    
    ```
    12 deselected in 0.04s
    ```
    Verified
    1da4a7e7
    History
    chore: speedup pytest
    Yaroslav Dynnikov authored
    Specifying the particular directory with tests
    significantly speeds up their collection and execution.
    
    Before:
    
    ```console
    $ time pytest -k nothing
    12 deselected in 1.36s
    ```
    
    After:
    
    ```
    12 deselected in 0.04s
    ```