Skip to content

codecop/Unit-Testing-Koans

Repository files navigation

Unit Testing-Koans

The sub folders contain Testing Koans to understand how to write unit tests with different frameworks.

Assignment

  • Run tests according the testing tool.
  • You should see some test failures and errors (but there are no assertions).
  • Go through the test code starting from Session 1:
    • All assertions are commented and incomplete.
    • Uncomment the assertions and complete them making the tests pass.
    • You can run individual sessions according the testing tool.

License

New BSD License, see license.txt in repository.