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

https://github.com/thedancercodes/nosetest-example

A simple example to introducing both Unit testing in Python and the concept of TDD. It contains a very simple calculator class, with add, subtract and other simple methods.
https://github.com/thedancercodes/nosetest-example

Last synced: about 1 year ago
JSON representation

A simple example to introducing both Unit testing in Python and the concept of TDD. It contains a very simple calculator class, with add, subtract and other simple methods.

Awesome Lists containing this project

README

          

# nosetest-example

A simple example introducing both unit testing in Python and the concept of TDD.

This is a simple calculator class, with add, subtract and other simple methods.

## Based on the tutorial on Tuts+ below:
https://code.tutsplus.com/tutorials/beginning-test-driven-development-in-python--net-30137