summaryrefslogtreecommitdiffstats
path: root/tests/test_project.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_project.py')
-rw-r--r--tests/test_project.py8
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
26import git_config 26import git_config
27import platform_utils 27import platform_utils
28import project 28import project
29import repo_trace
30 29
31 30
32@contextlib.contextmanager 31@contextlib.contextmanager
@@ -65,13 +64,6 @@ class FakeProject(object):
65class ReviewableBranchTests(unittest.TestCase): 64class 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: