Skip to content

test: revise pytest environment

  1. Review Pipfile:
  • Remove unused filelock;
  • Install mypy - static type checker for Python.
  1. Add new command pipenv run lint.
  2. Enable mypy in CI. Fix reported errors in test_basics.py.
  3. Renew readme.

Merge request reports

Loading