Package ndg :: Package httpsclient :: Package test :: Class Constants
[hide private]

Class Constants

source code


Convenience base class from which other unit tests can extend. Its sets the generic data directory path

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  PORT = 4443
  PORT2 = 4444
  HOSTNAME = 'localhost'
  TEST_URI = 'https://localhost:4443'
  TEST_URI2 = 'https://localhost:4444'
  UNITTEST_DIR = '/Users/philipkershaw/Documents/workspace/ndg_h...
  CACERT_DIR = '/Users/philipkershaw/Documents/workspace/ndg_htt...
  SSL_CERT_FILENAME = 'localhost.crt'
  SSL_CERT_FILEPATH = '/Users/philipkershaw/Documents/workspace/...
  SSL_PRIKEY_FILENAME = 'localhost.key'
  SSL_PRIKEY_FILEPATH = '/Users/philipkershaw/Documents/workspac...
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

UNITTEST_DIR

Value:
'/Users/philipkershaw/Documents/workspace/ndg_httpsclient/ndg/httpscli\
ent/test'

CACERT_DIR

Value:
'/Users/philipkershaw/Documents/workspace/ndg_httpsclient/ndg/httpscli\
ent/test/pki/ca'

SSL_CERT_FILEPATH

Value:
'/Users/philipkershaw/Documents/workspace/ndg_httpsclient/ndg/httpscli\
ent/test/pki/localhost.crt'

SSL_PRIKEY_FILEPATH

Value:
'/Users/philipkershaw/Documents/workspace/ndg_httpsclient/ndg/httpscli\
ent/test/pki/localhost.key'