Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cod3monk3y/coursera-ml005-unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
cod3monk3y committed Mar 29, 2014
2 parents 7a69a14 + cfc6fe5 commit 0bc1032
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,16 @@ coursera-ml005-unittests
========================

Formal unit tests for Coursera Machine Learning ml-005 instructed by Andrew Ng

To run these tests, copy them to your assignment directory, or make sure they are in your path.
Then, execute them with:


>> test test_ex2
PASSES 2 out of 2 tests


To add your own tests, create a new function `test_foo.m` and add the following line to `test_ex2.m`:

%!test test_foo()

0 comments on commit 0bc1032

Please sign in to comment.