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

Unified Diff: chrome/test/functional/ispy/ispy_core/run_tests.py

Issue 16855010: Python Tools for Pixel-by-Pixel Image Comparison (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set up folder structure, added bucket manager and tests. Created 7 years, 6 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 | « chrome/test/functional/ispy/ispy_core/__init__.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/ispy/ispy_core/run_tests.py
diff --git a/chrome/test/functional/ispy/ispy_core/run_tests.py b/chrome/test/functional/ispy/ispy_core/run_tests.py
new file mode 100644
index 0000000000000000000000000000000000000000..b4e139b398887af40853640fabe2259b880d6d85
--- /dev/null
+++ b/chrome/test/functional/ispy/ispy_core/run_tests.py
@@ -0,0 +1,6 @@
+import unittest
+
+if __name__ == '__main__':
+ suite = unittest.TestLoader().discover('.', pattern='*_test.py')
+ unittest.TextTestRunner(verbosity=2).run(suite)
+
« no previous file with comments | « chrome/test/functional/ispy/ispy_core/__init__.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698