SnowSpider / cs373-wc

Create a Google App Engine (GAE) app with Python that emulates IMDB to track world crises.
1 stars 1 forks source link

Unit Tests (15 pts) #38

Closed pojkip closed 12 years ago

pojkip commented 12 years ago

The grader's GitHub account will have a public Git repository for unit tests and acceptance tests. Write unit tests before you write the code. When you encounter a bug, write a unit test that fails, fix the bug, and confirm that the unit test passes. Write at least 3 unit tests for each function. Tests corner cases and failure cases. Name tests logically. Push and pull the unit tests to and from the grader's repository. Prepend - to the file names at GitHub (i.e. foo-TestWC2.py and foo-TestWC2.out). Reach consensus on the unit tests.