X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/a3748d4e58e42b0cf796cddeb904365b37340e51..6442ec8c37f93ba29f0df743b6da29913857707e:/tasklib/tests.py diff --git a/tasklib/tests.py b/tasklib/tests.py index c982a39..b40203f 100644 --- a/tasklib/tests.py +++ b/tasklib/tests.py @@ -40,7 +40,7 @@ class TasklibTest(unittest.TestCase): def setUp(self): self.tmp = tempfile.mkdtemp(dir='.') - self.tw = TaskWarrior(data_location=self.tmp) + self.tw = TaskWarrior(data_location=self.tmp, taskrc_location='/') def tearDown(self): shutil.rmtree(self.tmp)