Example #1
0
 def testInstantiate( self ):
     """ Dirlist : Simple instantiation and basedir check """
     dl = Dirlist( Data1Dir )
     self.assertEqual( dl.getBasedir(), Data1Dir, "Basedir and supplied dir does not match");