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

Unified Diff: unittests/stdlib_test.py

Issue 1421843006: Add simple depends_on API. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: Remove old expectation, move tests to their own folder. Created 5 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 | « recipes/engine_tests/depend_on/top.expected/basic.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: unittests/stdlib_test.py
diff --git a/unittests/stdlib_test.py b/unittests/stdlib_test.py
index c7f5bd7ecc763f417c8b12d18a95e2e6a580892c..f5679ce2e68a343c963dfcfd9c94ff62766bd5ed 100755
--- a/unittests/stdlib_test.py
+++ b/unittests/stdlib_test.py
@@ -13,5 +13,5 @@ def recipes_py(*args):
'--package', os.path.join(ROOT_DIR, 'infra', 'config', 'recipes.cfg')] +
list(args))
-recipes_py('simulation_test', '--threshold=90')
+recipes_py('simulation_test', '--threshold=91')
recipes_py('lint')
« no previous file with comments | « recipes/engine_tests/depend_on/top.expected/basic.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698