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
Validation code for reassuring the functionalities do not break after adding new features is desired.
Possible Solutions
Add unit test. I believe starting from simple validations of CRUD in the registry model is enough for the current stage.
Additional context
Possible future work would be implementing integration tests that utilize a dummy Django server importing this app. We can survey how other projects have done this first.
The text was updated successfully, but these errors were encountered:
Description
Validation code for reassuring the functionalities do not break after adding new features is desired.
Possible Solutions
Add unit test. I believe starting from simple validations of CRUD in the registry model is enough for the current stage.
Additional context
Possible future work would be implementing integration tests that utilize a dummy Django server importing this app. We can survey how other projects have done this first.
The text was updated successfully, but these errors were encountered: