diff options
Diffstat (limited to 'tests/test_project.py')
-rw-r--r-- | tests/test_project.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/test_project.py b/tests/test_project.py index 5c600be7..acd44ccc 100644 --- a/tests/test_project.py +++ b/tests/test_project.py | |||
@@ -26,7 +26,6 @@ import git_command | |||
26 | import git_config | 26 | import git_config |
27 | import platform_utils | 27 | import platform_utils |
28 | import project | 28 | import project |
29 | import repo_trace | ||
30 | 29 | ||
31 | 30 | ||
32 | @contextlib.contextmanager | 31 | @contextlib.contextmanager |
@@ -65,13 +64,6 @@ class FakeProject(object): | |||
65 | class ReviewableBranchTests(unittest.TestCase): | 64 | class ReviewableBranchTests(unittest.TestCase): |
66 | """Check ReviewableBranch behavior.""" | 65 | """Check ReviewableBranch behavior.""" |
67 | 66 | ||
68 | def setUp(self): | ||
69 | self.tempdirobj = tempfile.TemporaryDirectory(prefix='repo_tests') | ||
70 | repo_trace._TRACE_FILE = os.path.join(self.tempdirobj.name, 'TRACE_FILE_from_test') | ||
71 | |||
72 | def tearDown(self): | ||
73 | self.tempdirobj.cleanup() | ||
74 | |||
75 | def test_smoke(self): | 67 | def test_smoke(self): |
76 | """A quick run through everything.""" | 68 | """A quick run through everything.""" |
77 | with TempGitTree() as tempdir: | 69 | with TempGitTree() as tempdir: |