zupo / flake8-mock

Provides checking mock non-existent methods
GNU General Public License v2.0
16 stars 8 forks source link

Don't warn on `assert_not_called`, `assert_called` or `assert_called_once`. #5

Closed tomprince closed 7 years ago

tomprince commented 8 years ago

New versions of mock provide these methods.