mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
71d5e01e43
--- testing/mozbase/mozversion/mozversion/__init__.py | 3 +- testing/mozbase/mozversion/mozversion/errors.py | 26 ++++++++++ .../mozbase/mozversion/mozversion/mozversion.py | 58 ++++++++++++---------- testing/mozbase/mozversion/tests/test_binary.py | 22 ++++++-- testing/mozbase/mozversion/tests/test_sources.py | 17 ++++--- 5 files changed, 90 insertions(+), 36 deletions(-) create mode 100644 testing/mozbase/mozversion/mozversion/errors.py |
||
---|---|---|
.. | ||
config | ||
crashtest | ||
gtest | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
profiles | ||
release | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
xpcshell | ||
android_cppunittest_manifest.txt | ||
b2g_cppunittest_manifest.txt | ||
mach_commands.py | ||
machine-configuration.json | ||
README.txt | ||
remotecppunittests.py | ||
runcppunittests.py | ||
testsuite-targets.mk |
Common testing tools for mozilla codebase projects, test suite definitions for automated test runs, tests that don't fit anywhere else, and other fun stuff