Bug 1380338 - Convert taskgraph unit tests to the |mach python-test| framework, r=dustin
These tests can now be run with: ./mach python-test taskcluster/taskgraph or: ./mach python-test taskcluster They can now run in parallel by passing in -j. MozReview-Commit-ID: JXeZV8B04Sf
This commit is contained in:
@@ -6,7 +6,7 @@ from __future__ import absolute_import, print_function, unicode_literals
|
||||
|
||||
import unittest
|
||||
|
||||
from ..parameters import Parameters, load_parameters_file, PARAMETER_NAMES
|
||||
from taskgraph.parameters import Parameters, load_parameters_file, PARAMETER_NAMES
|
||||
from mozunit import main, MockedOpen
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user