GithubHelp home page GithubHelp logo

beatsbears / prettyunit Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 1.0 227 KB

converts python unittest results into json

License: MIT License

Python 61.39% CSS 5.69% JavaScript 12.45% HTML 19.37% Shell 1.10%

prettyunit's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.