Searched refs:SAVEDCWD (Results 1 – 9 of 9) sorted by relevance
74 cwd=os_helper.SAVEDCWD)
67 fname = os.path.join(os_helper.SAVEDCWD, fname)
328 return os.path.join(os_helper.SAVEDCWD, string)
220 with open(os.path.join(os_helper.SAVEDCWD, self.ns.fromfile)) as fp:581 xmlpath = os.path.join(os_helper.SAVEDCWD, self.ns.xmlpath)
76 cwd=os_helper.SAVEDCWD,
115 SAVEDCWD = os.getcwd() variable
242 self.assertEqual(ns.testdir, os.path.join(os_helper.SAVEDCWD, 'foo'))289 os.path.join(os_helper.SAVEDCWD, 'foo'))
1296 .. data:: SAVEDCWD
14489 original CWD is saved in `support.SAVEDCWD`. Thanks to Florent Xicluna who