mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 17:36:01 +03:00
[PR #1446] [MERGED] prefer standard library version of mock over back port #2229
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2229
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/1446
Author: @ghost
Created: 3/31/2018
Status: ✅ Merged
Merged: 4/2/2018
Merged by: @tonioo
Base:
master← Head:fix/prefer-stdlib-mock📝 Commits (1)
1aff9b2prefer standard library version of mock over back port📊 Changes
7 files changed (+70 additions, -36 deletions)
View changed files
📝
modoboa/admin/tests/test_api.py(+9 -3)📝
modoboa/admin/tests/test_domain.py(+9 -3)📝
modoboa/admin/tests/test_import_.py(+9 -3)📝
modoboa/admin/tests/test_mailbox_operations.py(+7 -2)📝
modoboa/admin/tests/test_mx.py(+24 -18)📝
modoboa/core/tests/test_authentication.py(+11 -6)📝
test-requirements.txt(+1 -1)📄 Description
In python >=3.3 mock is included in the Python standard library (
unittest.mock).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.