Skip to content

zapion/mozregression

 
 

Repository files navigation

MozRegression

Mozregression is an interactive regression range finder for quickly tracking down the source of bugs in Mozilla nightly and inbound builds.

You can start using MozRegression today:

Status

Latest Version Downloads License

Build status:

  • Linux: Linux Build Status Coverage Status
  • Windows: Windows Build status

For more information see:

http://mozilla.github.io/mozregression/

Building And Developing Mozregression

Want to hack on mozregression ? Cool!

Full environment setup

For a full environment setup (with GUI support), please see the gui/README.rst file. This is recommended.

Command line only

If you are really sure that you only want to hack on mozregression command line:

  1. Install virtualenv or virtualenvwrapper.

  2. install dependencies:

With virtualenvwrapper:

mkvirtualenv -p /usr/bin/python2 mozregression
pip install -r requirements-dev.txt

Or with virtualenv: ::

virtualenv -p /usr/bin/python2 venv
source venv/bin/activate
pip install -r requirements-dev.txt
  1. run tests (be sure that your virtualenv is activated):
./check.py
# or, with coverage support:
./check.py -CH

About

Regression range finder for Mozilla nightly builds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • NSIS 1.0%