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

Unified Diff: expect_tests/test/data/package1/file1_test.py

Issue 709853003: New expect_tests UI (Closed) Base URL: https://chromium.googlesource.com/infra/testing/expect_tests@shebang
Patch Set: Fixed nits 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
« no previous file with comments | « expect_tests/test/data/package1/file1.py ('k') | expect_tests/test/data/package1/file2_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: expect_tests/test/data/package1/file1_test.py
diff --git a/expect_tests/test/data/package1/file1_test.py b/expect_tests/test/data/package1/file1_test.py
new file mode 100644
index 0000000000000000000000000000000000000000..eb45243adf9ded48d6e70a5f457250747a8ad481
--- /dev/null
+++ b/expect_tests/test/data/package1/file1_test.py
@@ -0,0 +1,6 @@
+import unittest
+
+# This test is expected by TestListingTest.test_get_test_gens_package
+class File1Test(unittest.TestCase):
+ def test_trivial_1(self):
+ self.assertTrue(True)
« no previous file with comments | « expect_tests/test/data/package1/file1.py ('k') | expect_tests/test/data/package1/file2_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698