summaryrefslogtreecommitdiff
path: root/scripts/run_android_tests.py
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2015-01-07 00:21:02 -0800
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:24 -0700
commit94a70f1b9f0407dfe335f70dbfd3a73bbb26afc0 (patch)
treec975a2ce5bcf8a9846e9b81fc2b2edfc4db960b8 /scripts/run_android_tests.py
parent869aa8e9958ba11e3e627672908ac81b616dbe7b (diff)
Move the exhaustive tests to a different make targe.
Plus some cleanup in imports.
Diffstat (limited to 'scripts/run_android_tests.py')
-rwxr-xr-xscripts/run_android_tests.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/run_android_tests.py b/scripts/run_android_tests.py
index b3903ef..bb2bc44 100755
--- a/scripts/run_android_tests.py
+++ b/scripts/run_android_tests.py
@@ -2,14 +2,11 @@
"""Test assumptions that Android relies on."""
import glob
-import json
import unittest
from fontTools import ttLib
from nototools import coverage
from nototools import font_data
-from nototools import render
-from nototools import unicode_data
import roboto_data