github

Automated testing

We’re gonna learn how to make a test for your Julia code that runs whenever you publish it online. We’re gonna use GitHub to store the code; Travis CI to run your tests; Coveralls.io to verify which lines of code your test are missing. Alternatively, for a open source alternative, see …