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

Side by Side Diff: appengine/findit_mock/infra_clients/test/codereview_test.py

Issue 2447253002: [Findit & Predator] Code reorg of Findit. (Closed)
Patch Set: Clean up. Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 import mock
2 import unittest
3
4 from infra_clients.codereview import CodeReview
5
6 class GitTest(unittest.TestCase):
7 def testPostComment(self):
8 cr = CodeReview()
9 cr.PostComment('http://blabla...', 'comment...')
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698