Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codecop/unit-testing-koans

Testing Koans to understand how to write unit tests with different frameworks.
https://github.com/codecop/unit-testing-koans

exercise koan koans testing-framework testing-koans unit-testing

Last synced: about 3 hours ago
JSON representation

Testing Koans to understand how to write unit tests with different frameworks.

Awesome Lists containing this project

README

        

# Unit Testing-Koans

The sub folders contain [Testing Koans](https://blog.code-cop.org/2015/12/testing-koans.html) 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](http://opensource.org/licenses/bsd-license.php), see `license.txt` in repository.