tests/test-parseindex2.py
branchstable
changeset 49366 288de6f5d724
parent 48875 6000f5b25c9b
equal deleted inserted replaced
49364:e8ea403b1c46 49366:288de6f5d724
     1 """This unit test primarily tests parsers.parse_index2().
     1 """This unit test primarily tests parsers.parse_index2().
     2 
     2 
     3 It also checks certain aspects of the parsers module as a whole.
     3 It also checks certain aspects of the parsers module as a whole.
     4 """
     4 """
     5 
     5 
     6 from __future__ import absolute_import, print_function
       
     7 
     6 
     8 import os
     7 import os
     9 import struct
     8 import struct
    10 import subprocess
     9 import subprocess
    11 import sys
    10 import sys