Description
Currently our tests completely rely on the destiny 2 API to run. This isn't the best idea since our tests can fail randomly depending on network conditions. We should try to convert all of our tests that rely on the destiny API to mocked response data. This might be fairly difficult since there is so much we have to mock. However it will improve the reliability of our unit tests.
Resources
Description
Currently our tests completely rely on the destiny 2 API to run. This isn't the best idea since our tests can fail randomly depending on network conditions. We should try to convert all of our tests that rely on the destiny API to mocked response data. This might be fairly difficult since there is so much we have to mock. However it will improve the reliability of our unit tests.
Resources