~ed.so/duplicity/reuse-passphrase-for-signing-fix

« back to all changes in this revision

Viewing changes to testing/conftest.py

  • Committer: edso
  • Date: 2011-08-23 09:32:01 UTC
  • Revision ID: edso-20110823093201-osqgkgoo439l4mrd
bugfix of rev767 
on using sign key duplicity claimed 'PASSPHRASE variable not set'

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"""Automatically loaded on py.test runs"""
 
2
 
 
3
def pytest_configure(config):
 
4
    """Hook for collecting and handling py.test options, and for doing other
 
5
    broad test setup procedures such as creating a temporary working dir."""
 
6
 
 
7
    print config.mktemp('duplicity').chdir()
 
8