0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-28 00:17:06 +01:00
wagtail/wagtail
Sergey Fedoseev 60bf798db1 Use unittest.mock instead of external module. (#4893)
* Use unittest.mock instead of external module.

* Avoid assert_called and assert_called_once, for Python <3.6 compatibility
2018-11-27 18:31:32 +00:00
..
admin Use unittest.mock instead of external module. (#4893) 2018-11-27 18:31:32 +00:00
api Use unittest.mock instead of external module. (#4893) 2018-11-27 18:31:32 +00:00
bin
contrib Use unittest.mock instead of external module. (#4893) 2018-11-27 18:31:32 +00:00
core Use unittest.mock instead of external module. (#4893) 2018-11-27 18:31:32 +00:00
documents Use unittest.mock instead of external module. (#4893) 2018-11-27 18:31:32 +00:00
embeds Use unittest.mock instead of external module. (#4893) 2018-11-27 18:31:32 +00:00
images Use unittest.mock instead of external module. (#4893) 2018-11-27 18:31:32 +00:00
project_template
search Use unittest.mock instead of external module. (#4893) 2018-11-27 18:31:32 +00:00
sites
snippets
tests Support media definitions on action menu items 2018-11-22 11:17:25 +00:00
users Use LocaleMiddleware's language as fallback language for user profiles w/o prefferred language 2018-11-22 11:11:56 +00:00
utils
__init__.py