sunbeam-charms/charms/keystone-k8s/tests/unit
Samuel Allan 365aed9a21
Remove pypi mock package for tests
'mock' is built in to python as unittest.mock since python 3.3.
The mock package on pypi is a backport, and not required here.

The test code throughout this repo used a mix of unittest.mock and
the mock package.  This makes it consistently unittest.mock now,
and makes the import styles consistent too.

Change-Id: I643247ac4061c095b327a73cba75a1fa67f1c32e
2024-02-21 09:04:17 +10:30
..
__init__.py Remove charmhelpers dependancy and add linters 2022-11-03 15:03:50 +00:00
test_keystone_charm.py Remove pypi mock package for tests 2024-02-21 09:04:17 +10:30