From 723790a19bbee32c5be69c5048ef6ceb595fdd93 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 14 Aug 2017 01:17:20 -0400 Subject: [bug] retain tempdir name in soledad server fixture --- testing/tests/conftest.py | 1 + 1 file changed, 1 insertion(+) (limited to 'testing') diff --git a/testing/tests/conftest.py b/testing/tests/conftest.py index 16ab699d..40ad5568 100644 --- a/testing/tests/conftest.py +++ b/testing/tests/conftest.py @@ -109,6 +109,7 @@ class SoledadServer(object): def __init__(self, tmpdir_factory, couch_url): tmpdir = tmpdir_factory.mktemp('soledad-server') + self.tmpdir = tmpdir self._pidfile = os.path.join(tmpdir.strpath, 'soledad-server.pid') self._logfile = os.path.join(tmpdir.strpath, 'soledad-server.log') self._couch_url = couch_url -- cgit v1.2.3