You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: