mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
python: display configuration failure error
When configure fails, display error comment in pytest failure message.
This commit is contained in:
@@ -38,7 +38,7 @@ class PerAccount:
|
||||
"""log a message related to the account."""
|
||||
|
||||
@account_hookspec
|
||||
def ac_configure_completed(self, success):
|
||||
def ac_configure_completed(self, success, comment):
|
||||
"""Called after a configure process completed."""
|
||||
|
||||
@account_hookspec
|
||||
|
||||
Reference in New Issue
Block a user