You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a test isolation issue that was preventing the MOCK_MAILHOST_FIXTURE
to be used in multiple testcases (Fixes#61),
Properly configure the mail sender setting the appropriate registry
records (Fixes#62),
Adds test coverage.
Fix a test isolation issue that was preventing the MOCK_MAILHOST_FIXTURE
to be used in multiple testcases (Fixes#61),
Properly configure the mail sender setting the appropriate registry
records (Fixes#62),
Adds test coverage.
Fix a test isolation issue that was preventing the MOCK_MAILHOST_FIXTURE
to be used in multiple testcases (Fixes#61),
Properly configure the mail sender setting the appropriate registry
records (Fixes#62),
Adds test coverage.
I have this file (see bottom of the issue) with two tests that use the
MOCK_MAILHOST_FIXTURE
as stated in the documentation:If now I run:
or
The
test_mailhost2
is failing because the portal mailhost is not the fake one.Note that this is fixed here 0882636 or by replacing
MOCK_MAILHOST_FIXTURE
with:Either I am using the fixture improperly or there is an issue.
If the latter I am not sure what is the best way to fix it.
Should we:
MockMailHostLayer()
for every layerMinimal file that can be used to reproduce the issue.
The text was updated successfully, but these errors were encountered: