TimSimmons / cs373-idb

A Django app hosted on Heroku with Python and Twitter Bootstrap that emulates IMDB to track Major League Baseball.
0 stars 2 forks source link

Unit Tests #106

Closed clare-coleman closed 10 years ago

clare-coleman commented 10 years ago

At least 1 unit test for each API call, in the file tests.py, that tests corner cases and failure cases. A clone of the public test repo with a copy of your unit tests in the files -tests.py and -tests.out.

Create more unit tests to test the search capability.