summaryrefslogtreecommitdiffhomepage
path: root/test/run.py
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2020-05-15 04:20:56 +0100
committerAndrei Zeliankou <zelenkov@nginx.com>2020-05-15 04:20:56 +0100
commitce4a2bbd05f42d258f9bf7880060a604ac1a866e (patch)
treed784c0b21d55389590bcbec91aa486e0755490ce /test/run.py
parentcf73fb809395da2a97e4a11a1185647e1d2b1d3d (diff)
downloadunit-ce4a2bbd05f42d258f9bf7880060a604ac1a866e.tar.gz
unit-ce4a2bbd05f42d258f9bf7880060a604ac1a866e.tar.bz2
Tests: style.
Diffstat (limited to 'test/run.py')
-rwxr-xr-xtest/run.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/run.py b/test/run.py
index 59e06bcb..384663f9 100755
--- a/test/run.py
+++ b/test/run.py
@@ -1,8 +1,7 @@
#!/usr/bin/env python3
-
-import unittest
-import sys
import os
+import sys
+import unittest
if __name__ == '__main__':
loader = unittest.TestLoader()