kowalczj / shop24

Web commerce application implemented in Flask
GNU General Public License v3.0
0 stars 0 forks source link

Provide QA through testing #27

Open kowalczj opened 4 years ago

kowalczj commented 4 years ago

As a developer, I would like to be confident that my changes to the application codebase will not cause regressions. To help with this, I would like to run an automated test suite before pushing new commits. This will help productivity among all teams by lowering the risk of rapidly committing new features and fixes under an agile framework. I would like an example of tests in unit, functional and acceptance categories.