##// END OF EJS Templates
tests: lexicographical imports in silenttestrunner.py
Robert Stanca -
r28736:403b0a7a default
parent child Browse files
Show More
@@ -1,7 +1,7 b''
1 1 from __future__ import absolute_import, print_function
2 import os
3 import sys
2 4 import unittest
3 import sys
4 import os
5 5
6 6 def main(modulename):
7 7 '''run the tests found in module, printing nothing when all tests pass'''
General Comments 0
You need to be logged in to leave comments. Login now