Skip to content

Commit

Permalink
Organize Bamboo's TestAdapter test file (#601)
Browse files Browse the repository at this point in the history
What changed?
============

I wanted to get a better understanding of Bamboo's test helpers to
improve them, but it was difficult to find out how we were testing them
in the `test_adapter_test.exs` .

They all seemed interspersed without any structure. So this commit
organizes them by function they are testing. We also try to use
`assert_raise` were possible to simplify the assertions, while
continuing to match the error and the error message.
  • Loading branch information
germsvel authored May 14, 2021
1 parent 5f9f5f5 commit 4724a16
Showing 1 changed file with 219 additions and 198 deletions.
Loading

0 comments on commit 4724a16

Please sign in to comment.