buildframework/helium/sf/python/pythoncore/lib/pythoncorecpythontests/test_matti.py
changeset 628 7c4a911dc066
parent 587 85df38eb4012
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    19 #Description:
    19 #Description:
    20 #===============================================================================
    20 #===============================================================================
    21 
    21 
    22 """ Testing MATTI framework. """
    22 """ Testing MATTI framework. """
    23 
    23 
    24 # pylint: disable-msg=E1101
    24 # pylint: disable=E1101
    25 
    25 
    26 import logging
    26 import logging
    27 logging.getLogger().setLevel(logging.ERROR)
    27 logging.getLogger().setLevel(logging.ERROR)
    28 import os
    28 import os
    29 #import shutil
    29 #import shutil
    30 from path import path
    30 from path import path
    31 import ats3.aste
    31 import ats3.aste
    32 import ats3.matti.MattiDrops
    32 import ats3.matti.MattiDrops
    33 #from lxml import objectify
       
    34 #from lxml import etree
       
    35 import tempfile
    33 import tempfile
    36 
    34 
    37 TEST_FILE_NAME = 'test.xml'
    35 TEST_FILE_NAME = 'test.xml'
    38 ZIP_FILE_NAME = os.path.join(tempfile.mkdtemp(), 'MATTIDrop.zip')
    36 ZIP_FILE_NAME = os.path.join(tempfile.mkdtemp(), 'MATTIDrop.zip')
    39 
    37