gecko-dev/testing/mozbase
Julien Pagès cd63971121 Bug 1185971 - mozfile: add a mozfile.move function, and bump release 1.2. r=ahal
--HG--
rename : testing/mozbase/mozfile/tests/test_remove.py => testing/mozbase/mozfile/tests/test_move_remove.py
extra : commitid : 9JROGo4tYHS
extra : rebase_source : f19d3b4eaf2e181f35f0bdbdb74e009246d8d1ce
extra : amend_source : 388c870bdf7aa06956b8d8641fdf55303453835e
2015-07-23 19:11:16 +02:00
..
docs Bug 1185971 - mozfile: add a mozfile.move function, and bump release 1.2. r=ahal 2015-07-23 19:11:16 +02:00
manifestparser Bug 980788 - [manifestparser] Add greater-than/less-than (equal) support. r=ahal 2015-07-15 04:42:00 -04:00
mozcrash Bug 890026 - Fixup to import signal in mozcrash. r=ahal 2015-07-17 12:32:53 -07:00
mozdebug Bug 1075072 - Pass debuggerArgs as a string to get_debugger_info. r=ted 2014-10-24 09:40:00 -04:00
mozdevice Bug 1014760 - Version bump mozbase modules that depend on mozlog 3.0, r=me 2015-07-17 10:06:59 -04:00
mozfile Bug 1185971 - mozfile: add a mozfile.move function, and bump release 1.2. r=ahal 2015-07-23 19:11:16 +02:00
mozhttpd Bug 1173682 - [mozbase] tests do not remove created directories; r=ahal 2015-06-20 19:23:25 +02:00
mozinfo Backed out changeset 44571696245f (bug 1184067) for breaking web-platform-tests. 2015-07-17 11:54:27 -04:00
mozinstall Backed out changeset 7c72328e341b (bug 1164443) for being the likely cause of test_non-scaling-stroke.html and test_focusedChild.html permafails due to a Windows firewall prompt appearing on the screen CLOSED TREE 2015-06-10 18:01:02 -07:00
mozleak Bug 1091274 - Move leak log functions out of automationutils and into mozbase. r=jgriffin 2015-07-03 07:04:22 +02:00
mozlog Bug 1186888 - [mozlog] Ability to use a pre-existing logger with commandline.setup_logging(), r=jgraham 2015-07-22 15:27:31 -04:00
moznetwork Bug 1014760 - Version bump mozbase modules that depend on mozlog 3.0, r=me 2015-07-17 10:06:59 -04:00
mozprocess Bug 1176642 - Fix typo in import name; r=smacleod 2015-06-25 13:06:25 -07:00
mozprofile Bug 1014760 - Version bump mozbase modules that depend on mozlog 3.0, r=me 2015-07-17 10:06:59 -04:00
mozrunner Bug 1168803 - Add --addon option to specify add-ons to be installed. r=dburns 2015-07-18 10:53:10 +02:00
mozsystemmonitor Bug 1162594 - create build_resources.json even if psutil fails; r=ahal 2015-06-09 18:22:53 -04:00
moztest Bug 1065406 - [mozlog] Split test class and name for XUnit formatter. r=jgraham 2014-12-16 16:02:00 +01:00
mozversion Bug 1014760 - Version bump mozbase modules that depend on mozlog 3.0, r=me 2015-07-17 10:06:59 -04:00
Makefile.in Bug 976733 - part 3 - convert testing/mozbase/ to use TEST_HARNESS_FILES; r=gps 2014-08-29 11:03:11 -04:00
README.md Bug 949600 - Sync mozbase to m-c one last time, r=wlach 2014-02-19 16:42:01 -05:00
moz.build Bug 1091274 - Move leak log functions out of automationutils and into mozbase. r=jgriffin 2015-07-03 07:04:22 +02:00
packages.txt Bug 1091274 - Move leak log functions out of automationutils and into mozbase. r=jgriffin 2015-07-03 07:04:22 +02:00
setup_development.py Bug 1035006 - Fix pyflakes warnings in mozbase.;r=wlach 2014-07-07 14:51:34 -04:00
test-manifest.ini Bug 984528 - Rename manifestdestiny -> manifestparser. r=ahal 2014-06-10 13:20:23 -04:00
test.py Bug 1014760 - Move mozlog.structured to mozlog; Move mozlog to mozlog.unstructured, r=jgraham 2015-07-16 10:38:40 -04:00
versioninfo.py Bug 1157302 - [mozbase] Ignore unrecognized version strings when generating changelogs in versioninfo.py, DONTBUILD, r=armenzg 2015-04-22 11:49:34 -04: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, reftest, Autophone, and Eideticker.

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.