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

Unified Diff: third_party/typ/run

Issue 660133004: Roll typ to v0.8.5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/README.chromium ('k') | third_party/typ/setup.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/typ/run
diff --git a/third_party/typ/run b/third_party/typ/run
index c82505582e862039254768929bb140a02585ca2f..9fb0bd2ac97de263e5d2a318fa89ce3c2c989474 100755
--- a/third_party/typ/run
+++ b/third_party/typ/run
@@ -139,13 +139,13 @@ def run_lint(args):
def run_tests(args):
# Tests that we can run the command line directly if typ is in sys.path.
- call(['python', os.path.join('typ', 'cmdline.py'),
+ call(['python', os.path.join('typ', 'runner.py'),
'typ.tests.main_test.TestMain.test_basic'])
# Test that we can run the command line directly if typ is not in sys.path.
repo_dir = os.path.abspath(os.path.dirname(__file__))
home_dir = os.environ['HOME']
- call(['python', os.path.join(repo_dir, 'typ', 'cmdline.py'),
+ call(['python', os.path.join(repo_dir, 'typ', 'runner.py'),
'typ.tests.main_test.TestMain.test_basic'], cwd=home_dir)
# Now run all the tests under Python2 and Python3.
« no previous file with comments | « third_party/typ/README.chromium ('k') | third_party/typ/setup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698