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

Unified Diff: unittests/stdlib_test.py

Issue 2721613004: simulation_test_ng: initial CL (Closed)
Patch Set: revised Created 3 years, 9 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
Index: unittests/stdlib_test.py
diff --git a/unittests/stdlib_test.py b/unittests/stdlib_test.py
index 589c312ede05b5803a16db3980b921d660e4a200..c4684ae4d57a42ab01eb16f9f7c858a16944562d 100755
--- a/unittests/stdlib_test.py
+++ b/unittests/stdlib_test.py
@@ -17,5 +17,9 @@ def recipes_py(*args):
'--package', os.path.join(ROOT_DIR, 'infra', 'config', 'recipes.cfg')] +
list(args))
+# Run both current simulation test logic (simulation_test), and experimental
+# (test). Eventually the former will be removed.
recipes_py('simulation_test')
+recipes_py('test', 'run')
+
recipes_py('lint')
« recipe_engine/test.py ('K') | « recipes.py ('k') | unittests/test_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698