Codebase list python-castellan / 9a9bf2e
Merge "Use unittest.mock instead of third party mock" Zuul authored 3 years ago Gerrit Code Review committed 3 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1616 Test cases for the barbican key manager.
1717 """
1818 import calendar
19 from unittest import mock
1920
2021 from barbicanclient import exceptions as barbican_exceptions
21 import mock
2222 from oslo_utils import timeutils
2323
2424 from castellan.common import exception
1717 """
1818
1919 import binascii
20 import mock
20 from unittest import mock
2121
2222 from oslo_config import cfg
2323