Skip to content

fox2mike/test-amo-validator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional / regression test suite for amo-validator, the Add-on validator used at http://addons.mozilla.org/

Install

You need Python 2.6 or higher. Then clone this repo:

git clone git://github.com/mozilla/test-amo-validator.git

Install the dependencies:

cd test-amo-validator
pip install -r requirements.txt

You'll probably want to do all of this inside a virtualenv using virtualenvwrapper.

In addition to this command you also need to build spidermonkey from source as detailed in amo-validator's install instructions.

Usage

cd test-amo-validator
nosetests --processes=2

Then make a cup of tea while all of those tests run. It takes a while. If you have more than two cores on your machine or you don't mind pwnage, you can try to increase the number of parallel processes used for testing.

About

Funtional / regression test suite for amo-validator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.6%
  • Shell 6.4%