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
Unit tests are the most common and easy way to make sure our code is going to break while we release new versions of it. This project code is mostly not tested, and this may generate problems in the future. Implement unit tests for all the relevant components of this system and fix any discovered bugs while testing it.
The success criteria for this issue >99% coverage
The text was updated successfully, but these errors were encountered:
Unit tests are the most common and easy way to make sure our code is going to break while we release new versions of it. This project code is mostly not tested, and this may generate problems in the future. Implement unit tests for all the relevant components of this system and fix any discovered bugs while testing it.
The success criteria for this issue >99% coverage
The text was updated successfully, but these errors were encountered: