Writing Tests

Writing Tests

Automated testing is a powerful tool that every developer should master. By writing tests that verify your code works as expected, you can reduce the number of unexpected bugs that make your app fail. Writing these tests also helps ensure you don’t break some other part of your app while building a new feature.

Extra Credit

Write More Tests!

We've only begun to test some of the behavior for the system. Why not try writing writing some of your own methods on the user and status models and then write tests for some of those methods.