gecko-dev/testing/mozbase
Raphael Pierzina 37d1b753d2 Convert mozhttpd's test suite to pytest (Bug 1479420) r=davehunt
Currently mozhttpd's test suite uses Python's unittest. Several tests don't
shut down started MozHttpd server instances, resulting in blocking test runs.
This patch resolves that problem by using pytest fixtures.

Differential Revision: https://phabricator.services.mozilla.com/D3764

--HG--
extra : moz-landing-system : lando
2018-08-20 15:55:18 +00:00
..
docs Bug 1483563 - Remove 'mach autophone'; r=bc 2018-08-15 12:54:08 -06:00
manifestparser Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozcrash Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozdebug Bug 1469933 When using ./mach run --debugger=windbg, use the x64 version of WinDBG r=ted 2018-06-27 16:16:57 +03:00
mozdevice Bug 1482884 - During adb push check if remote directory exists before removing basename for adb 1.0.36 and later, r=gbrown. 2018-08-18 10:47:12 -07:00
mozfile Bug 1471622 - Fix mozfile's test_tempfile.py under Python 3.5; r=davehunt 2018-07-03 10:09:41 +02:00
mozhttpd Convert mozhttpd's test suite to pytest (Bug 1479420) r=davehunt 2018-08-20 15:55:18 +00:00
mozinfo Bug 1471625 - Bump mozinfo to v1.0.0 and update classifiers;r=davehunt 2018-07-03 14:22:11 +02:00
mozinstall Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozleak Bug 1354232 - Add support for LSAN to mozlog, r=ahal, mccr8 2018-07-19 16:32:13 +01:00
mozlog Bug 1477219 - Update mozlog version number for release, r=ahal 2018-07-20 13:59:46 +01:00
moznetwork Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozprocess Bug 1465046 - Remove ProcessHandler.waitForFinish(). r=whimboo 2018-08-20 21:28:21 +02:00
mozprofile Bug 1420514 - Replace app.update.enabled with app.update.disabledForTesting in the test harness r=ato,chutten,jmaher,lina 2018-05-22 09:14:19 -07:00
mozrunner Bug 1482888 - Allow fennec to record audio, r=gbrown. 2018-08-18 10:47:12 -07:00
mozscreenshot Bug 1482878 - Use screencap to capture on physical android device screenshots, r=gbrown. 2018-08-18 10:47:12 -07:00
mozsystemmonitor Bug 1461221 - Account for psutil.disk_io_counters() returning None; r=mshal 2018-05-15 12:02:46 -07:00
moztest Bug 733530: Use .tar.gz for test archives r=gps 2018-08-01 16:00:03 +00:00
mozversion Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
rust Bug 1483288 - Provide more number conversions for mozprofile::preferences::PrefValue. r=whimboo 2018-08-15 15:49:09 +01:00
README.md Bug 1483563 - Remove 'mach autophone'; r=bc 2018-08-15 12:54:08 -06:00
moz.build Bug 1433974 - Update BUG_COMPONENT for some of the new Testing components, r=jmaher 2018-01-29 12:57:54 -05:00
packages.txt Bug 1446809 - Remove some b2g leftover in the testing/mozbase r=jgraham 2018-03-20 21:20:26 +01:00
setup_development.py Backed out changeset 9264d5789f76 (bug 1397849) for import failures, e.g. in mochitests and xpcshell tests. r=backout 2017-10-04 15:25:07 +02:00
versioninfo.py Backed out changeset 9264d5789f76 (bug 1397849) for import failures, e.g. in mochitests and xpcshell tests. r=backout 2017-10-04 15:25:07 +02:00

README.md

Mozbase

Mozbase is a set of easy-to-use Python packages forming a supplemental standard library for Mozilla. It provides consistency and reduces redundancy in automation and other system-level software. All of Mozilla's test harnesses use mozbase to some degree, including Talos, mochitest, and reftest.

Learn more about mozbase at the project page.

Read detailed docs online, or build them locally by running "make html" in the docs directory.

Consult open bugs and feel free to file new bugs.