os-brick/os_brick/tests/encryptors
Sean McGinnis 58fb18e1c2
Use unittest.mock instead of third party mock
Now that we no longer support py27, we can use the standard library
unittest.mock module instead of the third party mock lib.

Change-Id: I4927ff7bbdb737884055dd584bc37bd9e93827be
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-18 16:22:50 -05:00
..
__init__.py Copy encryptors from Nova to os-brick 2016-06-06 16:43:22 +08:00
test_base.py Use unittest.mock instead of third party mock 2020-04-18 16:22:50 -05:00
test_cryptsetup.py Use unittest.mock instead of third party mock 2020-04-18 16:22:50 -05:00
test_luks.py Use unittest.mock instead of third party mock 2020-04-18 16:22:50 -05:00
test_nop.py Add missing params in NoOpEncryptor 2019-01-22 14:23:43 +08:00