aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Richard Belleville <rbellevi@google.com>2018-11-05 11:25:47 -0800
committerGravatar Richard Belleville <rbellevi@google.com>2018-11-05 11:25:47 -0800
commit96b9538e4e1c06da0c5377ca4511d6035b810990 (patch)
tree51e3b1e663f5b10bf9fefbcb5c5a134c495d1578 /tools/run_tests
parent35c6e5541b256d6cce1d85db64533d847c3cc1cc (diff)
Yapf all the things
Diffstat (limited to 'tools/run_tests')
-rw-r--r--tools/run_tests/python_utils/start_port_server.py2
-rwxr-xr-xtools/run_tests/run_tests.py2
2 files changed, 1 insertions, 3 deletions
diff --git a/tools/run_tests/python_utils/start_port_server.py b/tools/run_tests/python_utils/start_port_server.py
index 247400bc7a..0a32bf4418 100644
--- a/tools/run_tests/python_utils/start_port_server.py
+++ b/tools/run_tests/python_utils/start_port_server.py
@@ -37,7 +37,7 @@ def start_port_server():
try:
version = int(
request.urlopen('http://localhost:%d/version_number' %
- _PORT_SERVER_PORT).read())
+ _PORT_SERVER_PORT).read())
logging.info('detected port server running version %d', version)
running = True
except Exception as e:
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index ccb7453cb2..13d9dc7f71 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -14,8 +14,6 @@
# limitations under the License.
"""Run tests in parallel."""
-
-
import argparse
import ast
import collections