gecko/testing/peptest
2011-12-13 13:53:51 -06:00
..
peptest Bug 708309 - Do not use zipfile.extract in mozbase components for peptest r=jhammel a=test-only 2011-12-13 13:53:51 -06:00
tests
Makefile.in Bug 706844 - Create a make target for peptest. r=jmaher 2011-12-06 09:26:24 -05:00
MANIFEST.in
README.md
runtests.py Bug 706844 - Create a make target for peptest. r=jmaher 2011-12-06 09:26:24 -05:00
setup.py Bug 708309 - Do not use zipfile.extract in mozbase components for peptest r=jhammel a=test-only 2011-12-13 13:53:51 -06:00

Peptest is a Mozilla automated testing harness for running responsiveness tests. These tests measure how long events spend away from the event loop.

Running Tests

Currently tests are run from the command line with python. Peptest currently depends on some external Mozilla python packages, namely: mozrunner, mozprocess, mozprofile, mozinfo, mozlog, mozhttpd and manifestdestiny.

See running tests for more information.