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
This involves the unit testing of /signup endpoint against various scenarios such as missing username, invalid password , invalid email, invalid statuscode or any other invalid or missing fields.
Expected Behavior
Test should handle:
Invalid credentials
Missing credentials
Error message
Invalid status code.
Current Behavior
Currently the Unit test for signup is missing.
Additional Information (optional)
No response
Confirmation Checklist
I have searched for similar issues before creating this one.
I have provided all the necessary information to understand and reproduce the issue.
The text was updated successfully, but these errors were encountered:
What is this issue related to?
Enhancement
Description
This involves the unit testing of /signup endpoint against various scenarios such as missing username, invalid password , invalid email, invalid statuscode or any other invalid or missing fields.
Expected Behavior
Test should handle:
Current Behavior
Currently the Unit test for signup is missing.
Additional Information (optional)
No response
Confirmation Checklist
The text was updated successfully, but these errors were encountered: