Skip to content

beatsbears/prettyunit

Repository files navigation

prettyunit.

prettyunit is a full-featured automated testing wrapper and results aggregation system. prettyunit includes three primary components:

  • Language-specific unit test wrappers
  • Unit test results API
  • Test result website for aggregation of results over time

Test Wrappers

prettyunit has been designed to work with a number of unit testing frameworks from a variety of different programming languages.

The purpose of the test wrappers is to send automated test results to the prettyunit API, or additionally output test results in a universal and consumable json format.

Supported unit test frameworks
  • unittest - python's built-in unittest framework for python 2.x
  • More coming soon

API

The prettyunit REST API is built using the python flask microframework.

The primary purpose of the API is as a means of importing test results into a persistant datastore to be displayed and queried later.

Website

Prettysite is built using flask, siimple, and chart.js.

Requirements

You can see a full list of requirements in the requirements.txt file. prettyunit runs on python 2.7.10 (but any python 2.7.x should work), there are plans to update to python 3.5.2 in the future.

Installation

$ mkdir prettyunit
$ cd prettyunit/
$ git clone https://github.com/beatsbears/prettyunit.git
$ chmod 666 install_prettyunit.sh
$ python manage.py runserver &

Usage

Coming soon!

License

MIT

About

converts python unittest results into json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published