test: revise pytest environment
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.
parent
1a3b5233
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 2 additions, 3 deletions.gitlab-ci.yml
- Pipfile 10 additions, 1 deletionPipfile
- Pipfile.lock 44 additions, 15 deletionsPipfile.lock
- README.md 3 additions, 1 deletionREADME.md
- pytest.ini 1 addition, 0 deletionspytest.ini
- test/int/test_basics.py 22 additions, 22 deletionstest/int/test_basics.py
Loading
Please register or sign in to comment