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

Unified Diff: tests/owners_unittest.py

Issue 8508015: Create a new depot_tools_testing_lib to move utility modules there (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: rebase against 8508017 Created 9 years, 1 month 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: tests/owners_unittest.py
diff --git a/tests/owners_unittest.py b/tests/owners_unittest.py
index aa623f544bf5da683cdd05cc9daabef037e864e6..22f8090e96cb8a6934925888e2e2f2fa12d69483 100755
--- a/tests/owners_unittest.py
+++ b/tests/owners_unittest.py
@@ -11,8 +11,9 @@ import unittest
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
+from depot_tools_testing_lib import filesystem_mock
+
import owners
-from tests import filesystem_mock
ben = 'ben@example.com'
brett = 'brett@example.com'

Powered by Google App Engine
This is Rietveld 408576698