saasbook / hw-acceptance-unit-test-cycle

5 stars 1.88k forks source link

Review how coverage is achieved #28

Open tansaku opened 8 years ago

tansaku commented 8 years ago

We should review the full process of achieving coverage in this assignment. #27 highlighted a potential shortcoming in the instructions.

I've been concerned for a long time that students are being asked to wrap a lot of code (that they didn't write) in tests. That's great as a legacy activity, but it's not labelled as such, and is potentially confusing in an assignment that's supposed to be about the acceptance unit test cycle - I'd be more comfortable if the tests for all existing functionality were in place and the students were focused on ensuring coverage for the code they were writing themselves?