1857
1857
For TestCaseInTempDir we create a temporary directory based on the test
1858
1858
name and then create two subdirs - test and home under it.
1860
1861
candidate_dir = tempfile.mkdtemp(dir=self.TEST_ROOT)
1861
1862
# now create test and home directories within this dir
1862
1863
self.test_base_dir = candidate_dir