Lines Matching refs:target
275 with woohoo(self=11, func=22, args=33, kwds=44) as target:
276 self.assertEqual(target, (11, 22, 33, 44))
1215 target = self.make_relative_path('data')
1216 self.assertNotEqual(old_cwd, target)
1218 with chdir(target):
1219 self.assertEqual(os.getcwd(), target)
1241 target = self.make_relative_path('data')
1242 self.assertNotEqual(old_cwd, target)
1245 with chdir(target):
1246 self.assertEqual(os.getcwd(), target)