Skip to content

Mock functions in unittests

Ulrik Stervbo requested to merge mock-functions-in-tests into master

We have a large set of requests mocks to handle different situations. This merge replaces these with a mock of _requests().

For test_send() all functions in send() are mocked.

Merge request reports