Changeset 54a8a01 in flex_extract.git for pythontest/TestUIOFiles.py


Ignore:
Timestamp:
Aug 31, 2018, 7:50:37 AM (6 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
597d4d1
Parents:
e1228f3
Message:

restructuring, documentations and bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pythontest/TestUIOFiles.py

    refdb01a r54a8a01  
    66import sys
    77sys.path.append('../python')
    8 import UIOFiles
     8import UioFiles
    99
    1010
    11 class TestUIOFiles(unittest.TestCase):
     11class TestUioFiles(unittest.TestCase):
    1212    '''
    1313    Test class to test the UIOFiles methods.
     
    5252
    5353        # Initialise and collect filenames
    54         files = UIOFiles.UIOFiles(['.grb'])
    55         files.listFiles(self.testpath, '*')
     54        files = UioFiles.UioFiles(['.grb'])
     55        files.list_files(self.testpath, '*')
    5656        # get the basename to just check for equality of filenames
    5757        filelist = [os.path.basename(f) for f in files.files]
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG