Bloodmallet / bloodytests

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%