Skip to content

test: revise pytest environment

Yaroslav Dynnikov requested to merge 59-pytest-lint into master
  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