Skip to content

Rewrite test_send()

Ulrik Stervbo requested to merge rewrite-test_send into master

The test_send() essentially duplicated the tests of all other other functions. Here, I have mocked all the possible functions called in send() and we assert that the expected functions were called, and that no unexpected functions were called,.

Merge request reports