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
Features have broken down in the past during development of new enhancements.
Avoiding existing system breakage is more paramount than new additions.
Establish a standard suite of tests that is also hooked to GitHub Actions.
Errors
None.
Expected Behaviour
The tests should have sufficient (not cent percent) coverage.
They must run once upon every push.
Further Comments
Use either pytest or unittest. There is a chance the specific nature of the application might make the choice of the former more favourable over the latter.
The text was updated successfully, but these errors were encountered:
Version Observed In
1.0.0
Description
Errors
None.
Expected Behaviour
Further Comments
Use either
pytest
orunittest
. There is a chance the specific nature of the application might make the choice of the former more favourable over the latter.The text was updated successfully, but these errors were encountered: