Previous Lecture lect12 Next Lecture

lect12, Mon 02/25

Exam Review, Testing

For the testing presentation:

Please, though, if you go, I’d like to strongly encourage you to use this time for your project

TESTING

Travis-CI is a “Continuous Integration” platform.

The idea is to put all the parts of your application together and test them with EVERY build.

You can set it up to run a suite of tests with every push to master, every pull request, or on demand for any branch.