bug 1255479 - make mach python-tests use TestResolver for discovery, make mach test work for python tests. r=nalexander

MozReview-Commit-ID: CK2Vh6gdnb0
This commit is contained in:
Ted Mielczarek
2016-03-10 12:30:10 -05:00
parent 42cf0f5064
commit e44beeede9
6 changed files with 74 additions and 76 deletions

View File

@@ -96,6 +96,10 @@ TEST_SUITES = {
'mach_command': 'luciddream',
'kwargs': {'test_paths': None},
},
'python': {
'mach_command': 'python-test',
'kwargs': {'tests': None},
},
'reftest': {
'aliases': ('RR', 'rr', 'Rr'),
'mach_command': 'reftest',
@@ -146,6 +150,10 @@ TEST_FLAVORS = {
'mach_command': 'mochitest',
'kwargs': {'flavor': 'mochitest', 'test_paths': []},
},
'python': {
'mach_command': 'python-test',
'kwargs': {},
},
'reftest': {
'mach_command': 'reftest',
'kwargs': {'tests': []}