commit | eed8074e649debefea506ee387f084f26a3b5a1d | [log] [tgz] |
---|---|---|
author | Sean McGinnis <sean.mcginnis@gmail.com> | Sat Apr 18 12:01:03 2020 -0500 |
committer | Martin Kopec <mkopec@redhat.com> | Sun May 17 17:22:58 2020 +0000 |
tree | 5c9c5eb45fd587b9aa9406d3e516c122c0969169 | |
parent | 0c71fc29a13545572ecf8eb5e56c20f9086ce009 [diff] |
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: If1de2f48da1fd6ed3f96c98b8dce9eace4f8095d Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>