17 lines
546 B
Python
17 lines
546 B
Python
# from lemur.tests import LemurTestCase
|
|
|
|
# class ManagerTestCase(LemurTestCase):
|
|
# def test_validate_authority(self):
|
|
# pass
|
|
#
|
|
# def test_get_all_authorities(self):
|
|
# from lemur.common.services.issuers.manager import get_all_authorities
|
|
# authorities = get_all_authorities()
|
|
# self.assertEqual(len(authorities), 3)
|
|
#
|
|
# def test_get_all_issuers(self):
|
|
# from lemur.common.services.issuers.manager import get_all_issuers
|
|
# issuers = get_all_issuers()
|
|
# self.assertEqual(len(issuers) > 1)
|
|
#
|