gecko/testing
Gregory Szorc 4f2fb895aa Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium
This removes ambiguity as to which modules are being imported, making
import slightly faster as Python doesn't need to test so many
directories for file presence.

All files should already be using absolute imports because mach command
modules aren't imported to the package they belong to: they instead
belong to the "mach" package. So relative imports shouldn't have been
used.
2015-06-21 17:39:09 -07:00
..
config Bug 487494 - Pipe xpcshell's output through a stack fixer.;r=ted 2015-06-11 11:21:13 -07:00
crashtest
docker bug 1175651 - add uuid-dev+sqlite3 to ubuntu-build container. r=mrrrgn 2015-06-17 15:42:47 -04:00
gtest Bug 1159300: Add a clone of gmp-fake that doesn't do decryption r=glandium,cpearce 2015-04-30 00:52:26 -04:00
instrumentation
luciddream Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium 2015-06-21 17:39:09 -07:00
marionette Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium 2015-06-21 17:39:09 -07:00
mochitest Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium 2015-06-21 17:39:09 -07:00
modules Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
mozbase Bug 1176677 - [moznetwork] ImportError: "cannot import name structured", and release version 0.26. r=davehunt 2015-06-23 17:23:18 +02:00
mozharness No bug - bump mozharness.json to 946d3352e137; a=RyanVM 2015-06-24 16:17:50 -04:00
profiles Bug 959594 - Add search suggestions to UnifiedComplete. r=mak 2015-06-11 13:20:48 -07:00
runtimes Bug 1170632 - Add win and linux64-pgo e10s runtimes files, a=fix bustage 2015-06-09 13:08:42 -07:00
specialpowers Bug 1141415 - add expire setting of permission to SpecialPowers. r=jmaher 2015-06-12 18:01:00 +02:00
talos Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium 2015-06-21 17:39:09 -07:00
taskcluster Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium 2015-06-21 17:39:09 -07:00
tools Bug 1173520 - Fix build on Gtk3. r=karlt 2015-06-11 23:21:31 -04:00
tps Bug 1112469 - Part 4: Disable periodic updates of service workers when running tests; r=nsm 2015-04-17 14:06:02 -04:00
web-platform Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium 2015-06-21 17:39:09 -07:00
xpcshell Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium 2015-06-21 17:39:09 -07:00
cppunittest.ini Bug 1140454 - Disable a few cppunit tests on Android debug; r=me,test-only 2015-06-04 10:51:14 -06:00
mach_commands.py Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium 2015-06-21 17:39:09 -07:00
machine-configuration.json
README.txt
remotecppunittests.py Bug 1171299 - Support mozinfo.json in cppunit tests; r=dminor 2015-06-04 10:51:14 -06:00
runcppunittests.py Bug 1171299 - Support mozinfo.json in cppunit tests; r=dminor 2015-06-04 10:51:14 -06:00
testsuite-targets.mk Bug 1171971 - Move test_paths argument out of mach and into mochitest; remove --test-path, r=chmanchester 2015-06-05 13:28:29 -04:00

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