Currently, we have no testing in place. This makes it very easy to break something and not realize it. Testing should be rolled out for as much of the project as feasible. This can happen in the following stages
It would probably be helpful to also set up a code coverage tool (maybe codecov.io) and a CI (maybe Travis or CircleCI)
Currently, we have no testing in place. This makes it very easy to break something and not realize it. Testing should be rolled out for as much of the project as feasible. This can happen in the following stages
It would probably be helpful to also set up a code coverage tool (maybe codecov.io) and a CI (maybe Travis or CircleCI)