/bloodytests

Extension of python3 unittest library to extend it with additional features.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

bloodytests

Extension of python3 unittest library.

Extension was inspired by Haki Benita.

Features

  • provides information about each tests time
  • actually fails on test failure (exit code 1)

Setup using pip

(env)$ pip install -e git+https://github.com/Bloodmallet/bloodytests.git@master#egg=bloodytests

Usage

(env)$ python -m bloodytests

Bloodytests will collect tests just like unittests does.

How to develop

TBD