tests/test-run-tests.py
changeset 48875 6000f5b25c9b
parent 47573 75b623801f6a
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     1 """test line matching with some failing examples and some which warn
     1 """test line matching with some failing examples and some which warn
     2 
     2 
     3 run-test.t only checks positive matches and can not see warnings
     3 run-test.t only checks positive matches and can not see warnings
     4 (both by design)
     4 (both by design)
     5 """
     5 """
     6 from __future__ import absolute_import, print_function
       
     7 
     6 
     8 import doctest
     7 import doctest
     9 import os
     8 import os
    10 import re
     9 import re
    11 
    10