Skip to content

Kryndex/muffin

 
 

Repository files navigation

Build Status Code Health codecov docs PyPI version Join the chat at https://gitter.im/electronicarts/muffin

Muffin

Muffin is a structured reporting solution for test results

Setting up dev environment

Install Python3 (preferrably Python 3.6).

Install dependencies by running (preferrably in a virtualenv)

$ pip install -r requirements.txt

Use the example config in muffin/muffin.cfg.sample and rename it to muffin/muffin.cfg.

Now you should be good to go by running

$ python manage.py runserver

in the top-level folder.

Tests

Run

$ py.test

in the root directory to run all the tests.

API Spec

The rendered API documentation is available here, while the documentation source is available in the source tree in the Swagger specification.

When contributing API changes, please follow the API Guidelines.

About

Muffin is a structured reporting solution for test results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%