Skip to content

Testing the Code

John Holt edited this page Mar 16, 2018 · 1 revision

Wiki > Testing the Code

?Question: Did you want us to set up a Jenkins server for this

We recommend adding unit tests where you can for the system. the unit tests should be placed in the tests folder of your system and will be automatically tested by the Jenkins server. The results of the tests can be seen here TODO Add link if desired.

For example of testing please see other test modules.

Clone this wiki locally