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
{{ message }}
This repository has been archived by the owner on May 19, 2024. It is now read-only.
Need to use mocks to write tests for #89 Single User Registration since testing an implementation of identity requires that we write a lot (too many) fakes that it would be easier to mock. This is something that needs to be done at some point in order for the test to pass.
The specific test we are trying to pass is RegisterUser_FirstUser_LocalRedirect() which will register the first user and assure that they get registered correctly. In order to do so we need to create multiple fakes that would be much easier to do if we used mocks.
The text was updated successfully, but these errors were encountered:
Need to use mocks to write tests for #89 Single User Registration since testing an implementation of identity requires that we write a lot (too many) fakes that it would be easier to mock. This is something that needs to be done at some point in order for the test to pass.
The specific test we are trying to pass is RegisterUser_FirstUser_LocalRedirect() which will register the first user and assure that they get registered correctly. In order to do so we need to create multiple fakes that would be much easier to do if we used mocks.
The text was updated successfully, but these errors were encountered: