Chromium Code Reviews| Index: build/android/pylib/local/device/local_device_test_run.py |
| diff --git a/build/android/pylib/local/device/local_device_test_run.py b/build/android/pylib/local/device/local_device_test_run.py |
| index 544fbf0e41107c40545c0875c8c99e30a963dbf5..49506b682ca2109cdba7309bd8cb6d455369d863 100644 |
| --- a/build/android/pylib/local/device/local_device_test_run.py |
| +++ b/build/android/pylib/local/device/local_device_test_run.py |
| @@ -200,3 +200,6 @@ class LocalDeviceTestRun(test_run.TestRun): |
| def _ShouldShard(self): |
| raise NotImplementedError |
| + |
|
jbudorick
2016/07/01 14:20:10
+1 line
rnephew (Reviews Here)
2016/07/01 22:09:32
Done.
|
| +class NoTestsError(Exception): |
| + """Error for when no tests are found.""" |