Skip to content

Replace all use of mock with unittest.mock

Duncan Macleod requested to merge duncanmmacleod/bilby:unittest.mock into master

This MR replaces all imports from the third-party mock package with standard library unittest.mock imports.

Merge request reports