sunbeam-charms/charms/cinder-ceph-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 General tidy of charm 2023-01-19 08:24:51 +00:00
test_cinder_ceph_charm.py Remove pypi mock package for tests 2024-02-21 09:04:17 +10:30