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

Side by Side Diff: expect_tests/test/data/package1/file1.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 unified diff | Download patch
OLDNEW
(Empty)
1 import unittest
2
3 # This test should NOT be found by test listing functions, because the file
4 # name does not end with _test.py.
5 class File1SpuriousTest(unittest.TestCase):
6 def test_spurious_1(self):
7 self.assertTrue(True)
OLDNEW
« no previous file with comments | « expect_tests/test/data/package1/__init__.py ('k') | expect_tests/test/data/package1/file1_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698