[PATCH] tests: lexicographical imports in silenttestrunner.py

Robert Stanca robert.stanca7 at gmail.com
Sun Apr 3 07:04:49 UTC 2016


# HG changeset patch
# User Robert Stanca <robert.stanca7 at gmail.com>
# Date 1459666978 -10800
#      Sun Apr 03 10:02:58 2016 +0300
# Node ID 0ca680c0856e4672124f64e431162e533bdee5bb
# Parent  3b0991496c4062cbc9970e701b323cb56331540f
tests: lexicographical imports in silenttestrunner.py

diff -r 3b0991496c40 -r 0ca680c0856e tests/silenttestrunner.py
--- a/tests/silenttestrunner.py	Sun Apr 03 06:20:17 2016 +0300
+++ b/tests/silenttestrunner.py	Sun Apr 03 10:02:58 2016 +0300
@@ -1,7 +1,7 @@
 from __future__ import absolute_import, print_function
+import os
+import sys
 import unittest
-import sys
-import os
 
 def main(modulename):
     '''run the tests found in module, printing nothing when all tests pass'''


More information about the Mercurial-devel mailing list