buildframework/helium/sf/python/pythoncore/lib/pythoncorecpythontests/test_ats3_aste.py
changeset 628 7c4a911dc066
parent 587 85df38eb4012
child 645 b8d81fa19e7d
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    19 #Description:
    19 #Description:
    20 #===============================================================================
    20 #===============================================================================
    21 
    21 
    22 """ Testing ATS3 ASTE framework. """
    22 """ Testing ATS3 ASTE framework. """
    23 
    23 
    24 # pylint: disable-msg=W0603,W0142,R0903,R0911,R0912,R0902,R0901,R0201
    24 # pylint: disable=W0603,W0142,R0903,R0911,R0912,R0902,R0901,R0201
    25 # pylint: disable-msg=E1101
    25 # pylint: disable=E1101
    26 #E1101 => Mocker shows mockery
    26 #E1101 => Mocker shows mockery
    27 #R* remove during refactoring
    27 #R* remove during refactoring
    28 
    28 
    29 from cStringIO import StringIO
    29 from cStringIO import StringIO
    30 from xml.etree.ElementTree import fromstring
    30 from xml.etree.ElementTree import fromstring
    35 import re
    35 import re
    36 import tempfile
    36 import tempfile
    37 import zipfile
    37 import zipfile
    38 import os
    38 import os
    39 
    39 
    40 from path import path # pylint: disable-msg=F0401
    40 from path import path # pylint: disable=F0401
    41 import mocker # pylint: disable-msg=F0401
    41 import mocker # pylint: disable=F0401
    42 
    42 
    43 import ats3.aste
    43 import ats3.aste
    44 
    44 
    45 TEST_PATH = None
    45 TEST_PATH = None
    46 TEST_FILES = {}
    46 TEST_FILES = {}