• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H03-May-2022-3,0002,058

manifestparser/H11-Apr-2017-3,8852,784

mozcrash/H11-Apr-2017-843659

mozdebug/H11-Apr-2017-352200

mozdevice/H11-Apr-2017-9,8877,634

mozfile/H11-Apr-2017-1,149812

mozhttpd/H11-Apr-2017-932676

mozinfo/H11-Apr-2017-562385

mozinstall/H11-Apr-2017-576390

mozleak/H11-Apr-2017-245171

mozlog/H11-Apr-2017-5,3264,041

moznetwork/H11-Apr-2017-318219

mozprocess/H11-Apr-2017-4,9803,099

mozprofile/H11-Apr-2017-4,3713,111

mozrunner/H11-Apr-2017-4,0443,179

mozscreenshot/H11-Apr-2017-8963

mozsystemmonitor/H11-Apr-2017-904630

moztest/H11-Apr-2017-874642

mozversion/H11-Apr-2017-798597

README.mdH A D11-Apr-20171,001 2215

moz.buildH A D11-Apr-2017834 3934

setup_development.pyH A D11-Apr-20179.2 KiB274172

test-manifest.iniH A D11-Apr-2017920 2521

test.pyH A D11-Apr-20173.2 KiB10572

versioninfo.pyH A D11-Apr-20174.4 KiB13396

README.md

1# Mozbase
2
3Mozbase is a set of easy-to-use Python packages forming a supplemental standard
4library for Mozilla. It provides consistency and reduces redundancy in
5automation and other system-level software. All of Mozilla's test harnesses use
6mozbase to some degree, including Talos, mochitest, reftest, Autophone, and
7Eideticker.
8
9Learn more about mozbase at the [project page][].
10
11Read [detailed docs][] online, or build them locally by running "make html" in
12the docs directory.
13
14Consult [open][] [bugs][] and feel free to file [new bugs][].
15
16
17[project page]: https://wiki.mozilla.org/Auto-tools/Projects/Mozbase
18[detailed docs]: http://mozbase.readthedocs.org/
19[open]: https://bugzilla.mozilla.org/buglist.cgi?resolution=---&component=Mozbase&product=Testing
20[bugs]: https://bugzilla.mozilla.org/buglist.cgi?resolution=---&status_whiteboard_type=allwordssubstr&query_format=advanced&status_whiteboard=mozbase
21[new bugs]: https://bugzilla.mozilla.org/enter_bug.cgi?product=Testing&component=Mozbase
22