/
Development
Development
Item | Description |
---|---|
Source/ Version control | We used github to store our repository. We were able to integrate this with tickets from Jira so that our branches linked to their relevant tickets. |
Continous Integration | Use are using github actions to continually check our code. It has been setup with 1 action to check for pylint and another for coverage and pytest. Pytest checks the functions of our code along with its ability to run. These are run on all pushes to the repository. |
Testing | All functions have HTTP tests written for them along with function tests for certain functions. |
, multiple selections available,