Files
edx-platform/cms/djangoapps/contentstore
Kyle McCormick 11626148d9 refactor: switch from mock to unittest.mock (#34844)
As of Python 3.3, the 3rd-party `mock` package has been subsumed into the
standard `unittest.mock` package. Refactoring tests to use the latter will
allow us to drop `mock` as a dependency, which is currently coming in
transitively through requirements/edx/paver.in.

We don't actually drop the `mock` dependency in this PR. That will happen
naturally in:

* https://github.com/openedx/edx-platform/pull/34830
2024-05-22 13:52:24 -04:00
..
2024-05-20 16:34:08 -04:00
2015-11-10 15:00:19 -05:00
2024-04-03 16:03:56 +05:00
2019-12-30 12:25:38 -05:00