def test_now(self): ''' Testing Now Method''' a = ParticleSim() t = a.now() self.assertEqual(0.0,t)
def testEmpty_constructor(self): ''' Testing Constructor Method''' a = ParticleSim() time = a.now() self.assertEqual(0.0,time)