Package elisa :: Package core :: Package tests :: Module test_utils_internet :: Class SetupHTTPServerMixin

Class SetupHTTPServerMixin

source code


Instance Methods
 
listen(self) source code

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

    Inherited from SetupServerMixin
 
setUpClass(self) source code
 
tearDownClass(self) source code
Class Variables
    Inherited from SetupServerMixin
  host = 'localhost'
  port = 0
  scheme = 'http'
Properties

Inherited from object: __class__

Method Details

listen(self)

source code 
Overrides: SetupServerMixin.listen