chibisov / drf-extensions

DRF-extensions is a collection of custom extensions for Django REST Framework
http://chibisov.github.io/drf-extensions/docs
MIT License
1.47k stars 208 forks source link

prefer new unittest.mock everywhere #343

Closed a-detiste closed 2 months ago

a-detiste commented 6 months ago

This code pattern is laready used here:

tests_app/tests/unit/utils/tests.py


https://github.com/testing-cabal/mock mock is now part of the Python standard library, available as unittest.mock in Python 3.3 onwards.