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
Would be much easier to test the underlying LRS requirements if the HTTP object could be mocked such that we can make sure the various parts of it are setup and executed correctly.
The text was updated successfully, but these errors were encountered:
Testing against an actual service is really benefitial here but your point still stands.
A good compromise would be if we could run the same test suite against multiple LRS implementations and mock the ones we don't have an endpoint to test against. For example Learning Locker as @johnpbloch pointed out in #47.
Have you seen Guzzle's stream handler? I wonder if it would be easier to use that instead of rearchitecting the HTTP logic that's already in the lib.
Would be much easier to test the underlying LRS requirements if the HTTP object could be mocked such that we can make sure the various parts of it are setup and executed correctly.
The text was updated successfully, but these errors were encountered: