jromeem / cs373-wc

Summer 2012 - C S 373 Software Engineering: Project 3 - Phase 1
0 stars 0 forks source link

Unit Tests #3

Closed jromeem closed 12 years ago

jromeem 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-TestWC1.py and foo-TestWC1.out). Reach consensus on the unit tests.