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

Unified Diff: expect_tests/test/data/package1/subpackage1_1/subpackage1_1_1/file4_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 side-by-side diff with in-line comments
Download patch
Index: expect_tests/test/data/package1/subpackage1_1/subpackage1_1_1/file4_test.py
diff --git a/expect_tests/test/data/package1/subpackage1_1/subpackage1_1_1/file4_test.py b/expect_tests/test/data/package1/subpackage1_1/subpackage1_1_1/file4_test.py
new file mode 100644
index 0000000000000000000000000000000000000000..3e669c35509cc0c3b4b61af46bcdecd553c03df4
--- /dev/null
+++ b/expect_tests/test/data/package1/subpackage1_1/subpackage1_1_1/file4_test.py
@@ -0,0 +1,6 @@
+import unittest
+
+class File4Test(unittest.TestCase):
+ def test_trivial_4(self):
+ self.assertTrue(True)
+
agable 2014/11/12 03:15:10 Here too.
pgervais 2014/11/13 00:28:27 Done.

Powered by Google App Engine
This is Rietveld 408576698