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

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

Issue 2289303002: Roll typ to v0.9.7. (Closed)
Patch Set: Created 4 years, 4 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/pool_test.py
diff --git a/third_party/typ/typ/tests/pool_test.py b/third_party/typ/typ/tests/pool_test.py
index e4b8bd754042cb45e46d8739fb34f9d340efdc12..319c3961510e39916a1397ca24ac2ae3913a822b 100644
--- a/third_party/typ/typ/tests/pool_test.py
+++ b/third_party/typ/typ/tests/pool_test.py
@@ -157,11 +157,11 @@ class TestPool(test_case.TestCase):
host = Host()
jobs = 2
- self.assertRaises(ValueError, make_pool,
+ self.assertRaises(Exception, make_pool,
host, jobs, _stub, unpicklable_fn, None, None)
- self.assertRaises(ValueError, make_pool,
+ self.assertRaises(Exception, make_pool,
host, jobs, _stub, None, unpicklable_fn, None)
- self.assertRaises(ValueError, make_pool,
+ self.assertRaises(Exception, make_pool,
host, jobs, _stub, None, None, unpicklable_fn)
def test_no_close(self):
« 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