Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a custom test adapter. #151

Merged
merged 7 commits into from
Nov 3, 2020
Merged

Conversation

MatheusBueno782
Copy link
Contributor

This pull request adds a custom test adapter that mocks the response from a SMTP provider. The standard test adapter bamboo delivers does not fits to tests that expects a SMTP response.

@kdisneur
Copy link
Contributor

kdisneur commented Nov 2, 2020

Task linked: CU-9mzhy1 Add a TestAdapter to BambooSmtp

Co-authored-by: Arnaud Morisset <arnaudmorisset@protonmail.com>
MatheusBueno782 and others added 2 commits November 2, 2020 14:55
Co-authored-by: Bastien Rivière <babathriviere@gmail.com>
README.md Outdated Show resolved Hide resolved
@MatheusBueno782 MatheusBueno782 merged commit 4209633 into develop Nov 3, 2020
@MatheusBueno782 MatheusBueno782 deleted the CU-9mzhy1_add_test_adapter branch November 3, 2020 13:05
This was referenced Nov 23, 2020
MatheusBueno782 added a commit that referenced this pull request Nov 24, 2020
Bump to v3.1.0

This release contains:

Fix for using custom config with response: true by bumping bamboo version to ~> 1.6 (#150)
Implement our custom test adapter ([#151])
Fix CI random failure by attaching FakeGenSMTP Server process to Test supervision tree.(#153)
Add Content-ID header when needed(#154)
Base 64 encode the headers only when the content contains non-ASCII characters.(#155)
Handle :permanent_failure exception and re-raising it as a SMTPError.(#156)
After bumping the dependencies, the project requires(#149):
credo ~> 1.4.1
bamboo ~> 1.6
excoveralls ~> 0.13.3
gen_smtp ~> 1.0.1
MatheusBueno782 added a commit that referenced this pull request Nov 24, 2020
Bump to v3.1.0

This release contains:

Fix for using custom config with response: true by bumping bamboo version to ~> 1.6 (#150)
Implement our custom test adapter ([#151])
Fix CI random failure by attaching FakeGenSMTP Server process to Test supervision tree.(#153)
Add Content-ID header when needed(#154)
Base 64 encode the headers only when the content contains non-ASCII characters.(#155)
Handle :permanent_failure exception and re-raising it as a SMTPError.(#156)
After bumping the dependencies, the project requires(#149):
credo ~> 1.4.1
bamboo ~> 1.6
excoveralls ~> 0.13.3
gen_smtp ~> 1.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants