Skip to content

A pytest plugin used to turn FAILURE ❌ into OPPORTUNITY ✔️

License

Notifications You must be signed in to change notification settings

inTestiGator/pytest-encourage

Repository files navigation

pytest-encourage


logo

Build Status codecov.io made-with-python

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.

Requirement

  • Python version 3.6.7
  • Pipenv
    • Use pip install --user to install the virtualenv
    • Use pipenv install --dev to install development dependencies

Installing

To use this plugin, you have to

  1. 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
    

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A pytest plugin used to turn FAILURE ❌ into OPPORTUNITY ✔️

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages