Support :suite_finished on elixir 1.12+ #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR has a few commits to support newer versions of elixir. I was mostly focused on the first one which causes the summary to not be printed on 1.12+ but I threw a few other commits in here to get a few other things working nicer on more modern versions of elixir.
support :suite_finished on Elixir 1.12+
Without this change, you will not get the summary of the test suite at the end of the test run on anything newer than 1.12.
get testsuite passing on 1.12+
to pass on 1.10+ (works as a lib on 1.4+, same as before this PR, but tests now fail between ).
Get rid of deprecation warning on Elixir 1.6+
Remove config/config.exs
bump minimum required elixir to 1.4
The 1.4+ requirement is unchanged by this PR, just documenting it as such.