Testing
How to test your code in the back-end.
TL;DR
To test the back-end code, run these commands:
pipenv run lint
pipenv run test
Linter and Formatter
Enforces a consistent coding style across the project, and catches bugs before
Integration Tests
Integration tests allows us to test the features of the code.