nus-cs2113-AY2122S2 / forum

3 stars 2 forks source link

Junit testing as weekly task. #51

Open froststein opened 2 years ago

froststein commented 2 years ago

Hi, in the team dashboard, it seems to be tracking Junit test as a task to be done, does this mean we need to do Junit testing every week? Or are we allowed to rotate weeks on implementation.

E.g. This week we push out functional code, the next week we push out Junit Testing code.

Thank you!

okkhoy commented 2 years ago

The idea is each time you update functional code, you write some tests to test it out. So both functional code and JUnit tests are tracked as weekly tasks. As much as possible update both simultaneously.