X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/a3748d4e58e42b0cf796cddeb904365b37340e51..919f61adb63e967d458122b6685f678a5fa0249f:/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)