Do you use unit tests and IO tests for your projects?

Do you use unit tests and IO tests for your projects
  • Yes
  • Sometimes
  • No
  • I might in the future

0 voters

This poll was suggested by @patilsandeep. If you have an idea for a future poll just dm me the idea.

1 Like

Use em all the time for minor assignments for kids. Then I pull the “tests passed” from the CSV file for a quick grade on the assignment.

For larger assignments or something more complicated like creating classes I’ll guide them with tests before I manually review and grade, but I/O tests are great for the little things like loops or catching exceptions.

4 Likes

That’s awesome. I will say then poll this Friday is about IO tests so stay tuned.

1 Like