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

Side by Side Diff: expect_tests/test/data/package1/file2_test.py

Issue 709853003: New expect_tests UI (Closed) Base URL: https://chromium.googlesource.com/infra/testing/expect_tests@shebang
Patch Set: Filtering on the CLI works. Created 6 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 unittest
2
3 class File2Test(unittest.TestCase):
4 def test_trivial_2(self):
5 self.assertTrue(True)
6
agable 2014/11/12 03:15:10 Trailing newline.
pgervais 2014/11/13 00:28:27 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698