5 from os
import system,path
7 TESTDIR = path.dirname(path.realpath(__file__))
10 class IntegrationTest(unittest.TestCase):
12 destination_time = 1.0
16 self.ref = self.createEnsemble()
17 self.ens = self.ref.clone()
19 integ.ensemble = self.ens
20 integ.destination_time = self.destination_time