Coding can be frustrating and we definitely do not need pytest report to discourage us even more. Pytest_encourage gives you uplifting messages and provides you with constructional advice on how to improve your assertions.
- Python version 3.6.7
- Pipenv
- Use
pip install --user
to install the virtualenv - Use
pipenv install --dev
to install development dependencies
- Use
To use this plugin, you have to
- Clone this github repository
git clone git@github.com:inTestiGator/pytest-encourage.git
-
Create a shell:
pipenv shell
-
Install pytest_encourage package into virtualenv:
pipenv run shell pip install -e .
-
Exit the virtualenv:
exit
-
Run
pipenv run pytest
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details