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

Unified Diff: third_party/typ/typ/tests/runner_test.py

Issue 3017623002: Roll typ to the latest version
Patch Set: Created 3 years, 3 months 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 | « third_party/typ/typ/tests/main_test.py ('k') | third_party/typ/typ/version.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/typ/typ/tests/runner_test.py
diff --git a/third_party/typ/typ/tests/runner_test.py b/third_party/typ/typ/tests/runner_test.py
index a5013b29f5650a2649cc4412a3bf59d2befc373f..1d14416c00e98a60d0f73a5a88b026ff8f90265f 100644
--- a/third_party/typ/typ/tests/runner_test.py
+++ b/third_party/typ/typ/tests/runner_test.py
@@ -100,8 +100,7 @@ class TestSetTests(TestCase):
r.args.jobs = 1
ret, _, trace = r.run(test_set)
self.assertEqual(ret, 1)
- self.assertIn('Failed to load "load_test.BaseTest.test_x" in '
- 'run_one_test',
+ self.assertIn('BaseTest',
trace['traceEvents'][0]['args']['err'])
finally:
h.chdir(orig_wd)
« no previous file with comments | « third_party/typ/typ/tests/main_test.py ('k') | third_party/typ/typ/version.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698