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
campb303 opened this issue
Aug 6, 2020
· 2 comments
Assignees
Labels
duplicateExtraneous issue tracking something already tracked elsewheretestingRelated to testingtoolingRelated to tools and utilities for the management of the project
Currently there is no testing implemented for the backend which could allow for a change to inadvertently break things until discovered manually. Tests should be written to confirm that one change doesn't break other functionality.
duplicateExtraneous issue tracking something already tracked elsewheretestingRelated to testingtoolingRelated to tools and utilities for the management of the project
Currently there is no testing implemented for the backend which could allow for a change to inadvertently break things until discovered manually. Tests should be written to confirm that one change doesn't break other functionality.
PyTest seems to be a popular testing framework. Here's an introduction video to be watched. PyTest Tutorial | Unit Testing Framework In Python
The text was updated successfully, but these errors were encountered: