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

Unified Diff: tools/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/moose/moose/horn/horn_object.py

Issue 1347283006: Extend unittest to test follow-module behavior of find_dependencies.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Separate test method Created 5 years, 3 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: tools/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/moose/moose/horn/horn_object.py
diff --git a/tools/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/cat/cat/cat_object.py b/tools/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/moose/moose/horn/horn_object.py
similarity index 75%
copy from tools/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/cat/cat/cat_object.py
copy to tools/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/moose/moose/horn/horn_object.py
index 4e18a92dd6dea95a5ff087baa7edd6b56695ee2b..b0757f5d9de8f1d7cb3e5604e93e1341ee69219f 100644
--- a/tools/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/cat/cat/cat_object.py
+++ b/tools/telemetry/telemetry/internal/testing/dependency_test_dir/other_animals/moose/moose/horn/horn_object.py
@@ -2,6 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-class Cat(object):
- def Run(self):
- print 'Meow'
+class Horn(object):
+ def IsBig(self):
+ return True

Powered by Google App Engine
This is Rietveld 408576698