Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: scripts/slave/unittests/test_env.py

Issue 14988009: First cut of testing infrastructure for recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Add coverage to third_party. The C module is a speed-only optimization. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/unittests/test_env.py
diff --git a/scripts/slave/unittests/test_env.py b/scripts/slave/unittests/test_env.py
index 578b87e7a1064b1d63998629111d059304080a64..f7040b995b9fdd28da1104d5cfcb63f7546c3d75 100644
--- a/scripts/slave/unittests/test_env.py
+++ b/scripts/slave/unittests/test_env.py
@@ -21,5 +21,6 @@ sys.path.insert(0, os.path.join(BASE_DIR, 'third_party'))
sys.path.insert(0, os.path.join(BASE_DIR, 'third_party', 'buildbot_8_4p1'))
sys.path.insert(0, os.path.join(BASE_DIR, 'third_party', 'twisted_10_2'))
sys.path.insert(0, os.path.join(BASE_DIR, 'third_party', 'mock-1.0.1'))
+sys.path.insert(0, os.path.join(BASE_DIR, 'third_party', 'coverage-3.6'))
from common import find_depot_tools # pylint: disable=W0611

Powered by Google App Engine
This is Rietveld 408576698