Change the _generated_keys directory for unittests to be under tests/files/.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-06-28 07:27:07 +00:00
parent ad5c282e9a
commit 1780c7489a
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ class GPGTestCase(unittest.TestCase):
self.keyring = self.gpg.keyring
self.secring = self.gpg.secring
self.insecure_prng = False
self.gpg._keys_dir = os.path.join(_files, 'generated-keys')
def tearDown(self):
"""This is called once per self.test_* method after the test run."""