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:
@@ -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': []}
|
||||
|
||||
Reference in New Issue
Block a user