Package myproxy :: Package ws :: Package test :: Module test_myproxywsgi :: Class MyProxyPasteDeployTestCaseBase
[hide private]

Class MyProxyPasteDeployTestCaseBase

source code


Base class for common Paste Deploy related set-up

Instance Methods [hide private]
 
__init__(self, *args, **kwargs) source code
Class Variables [hide private]
  INI_FILENAME = 'myproxywsgi.ini'
  THIS_DIR = os.path.abspath(os.path.dirname(__file__))
  CONFIG_FILENAME = 'test_myproxywsgi.cfg'
  CONFIG_FILEPATH = os.path.join(THIS_DIR, CONFIG_FILENAME)