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

Unified Diff: mojo/python/tests/bindings_constants_unittest.py

Issue 539023002: mojo: python bindings: rename function names in tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/python/tests/bindings_constants_unittest.py
diff --git a/mojo/python/tests/bindings_constants_unittest.py b/mojo/python/tests/bindings_constants_unittest.py
index 2b8aceeb526f3616ef7965996dc8885b24fade1a..ea8c651b9566d4175723f03581c33b03c90ffdce 100644
--- a/mojo/python/tests/bindings_constants_unittest.py
+++ b/mojo/python/tests/bindings_constants_unittest.py
@@ -12,7 +12,7 @@ import sample_service_mojom
class ConstantBindingsTest(unittest.TestCase):
- def test_constant_generation(self):
+ def testConstantGeneration(self):
self.assertEquals(sample_service_mojom.TWELVE, 12)
self.assertEquals(sample_service_mojom.TOO_BIG_FOR_SIGNED_INT64,
9999999999999999999)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698