Skip to content

Remove use of mock package

Duncan Macleod requested to merge duncanmmacleod/gracedb-client:mock into master

This MR replaces any protected imports of unittest.mock with regular imports, and replaces any use of the third-party mock package throughout.

Merge request reports