Tests

To ensure the application works, the team had written many checks that will automatically be tested during github merges, pulls and transfers. For an acurate view of the current tests, one should go to the “tests” folder in the github page.

Also, pulling up a random commit should show the tests being run and (hopefully) succesfully being completed.

Running tests

This is how the tests look when they are being run:

_images/tests_running.png

Passed tests

This is how the tests look when they have been succesfully completed:

_images/testcompleted.png _images/checks.png

Failed tests

This is how the tests look when they have been succesfully completed:

_images/failedtest.png