Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1313)

Unified Diff: run_tests.py

Issue 324790043: [dfvfs] Updated utility scripts (Closed)
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dfvfs/dependencies.py ('k') | tests/dependencies.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: run_tests.py
diff --git a/run_tests.py b/run_tests.py
index 307bf7c2de7e6b9d7029e3dd27dd118c9d2c1493..8b8bf335972146b00cee9da5285b8ca3f2b8df42 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -8,7 +8,7 @@ import unittest
# Change PYTHONPATH to include dfvfs.
sys.path.insert(0, u'.')
-import dfvfs.dependencies
+import dfvfs.dependencies # pylint: disable=wrong-import-position
if __name__ == '__main__':
@@ -19,7 +19,7 @@ if __name__ == '__main__':
# the argparse tests.
sys.argv.remove('--fail-unless-has-test-file')
- if not dfvfs.dependencies.CheckDependencies():
+ if not dfvfs.dependencies.CheckTestDependencies():
sys.exit(1)
test_suite = unittest.TestLoader().discover('tests', pattern='*.py')
« no previous file with comments | « dfvfs/dependencies.py ('k') | tests/dependencies.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b