Skip to content
Snippets Groups Projects
  1. Dec 19, 2023
  2. Feb 03, 2023
  3. May 17, 2022
    • Yaroslav Dynnikov's avatar
      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
  4. May 11, 2022
    • Yaroslav Dynnikov's avatar
      test: revise pytest environment · 1bfc5a21
      Yaroslav Dynnikov authored
      1. Review `Pipfile`:
        - Remove unused `filelock`;
        - Install `mypy` - static type checker for Python.
      2. Add new command `pipenv run lint`.
      3. Enable `mypy` in CI. Fix reported errors in `test_basics.py`.
      4. Renew readme.
      Verified
      1bfc5a21
  5. Apr 28, 2022
Loading