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.
- Host: GitHub
- URL: https://github.com/thedancercodes/nosetest-example
- Owner: TheDancerCodes
- Created: 2017-01-13T08:19:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-13T09:33:24.000Z (over 9 years ago)
- Last Synced: 2025-02-07T12:46:03.833Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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