Package coilmq :: Package tests :: Module test_auth :: Class SimpleAuthenticatorTest
[frames] | no frames]

Class SimpleAuthenticatorTest

unittest.TestCase --+
                    |
                   SimpleAuthenticatorTest

Instance Methods
 
setUp(self)
 
tearDown(self)
 
test_constructor(self)
Test the with passing auth store in constructor.
 
test_from_configfile(self)
Test the loading store from config file path.
 
test_from_configfile_fp(self)
Test loading store from file-like object.
 
test_from_configfile_invalid(self)
Test loading store with invalid file path.
 
test_from_configfile_fp_invalid(self)
Test loading store with missing section in config.