forked from udacity/CarND-Capstone
-
Notifications
You must be signed in to change notification settings - Fork 15
Testing
James Dunn edited this page Sep 12, 2017
·
4 revisions
We might want to integrate a free continuous integration tool with our project for running tests on every commit.
https://github.com/marketplace/circleci
https://github.com/marketplace/travis-ci
https://en.wikipedia.org/wiki/Travis_CI
Should we consider test-driven development as a methodology?