https://github.com/thedancercodes/python-unit-tests-tutorial
This is a simple tutorial demonstrating how to write unit tests and the functionality for this tests in python.
https://github.com/thedancercodes/python-unit-tests-tutorial
python tdd unittest
Last synced: about 1 year ago
JSON representation
This is a simple tutorial demonstrating how to write unit tests and the functionality for this tests in python.
- Host: GitHub
- URL: https://github.com/thedancercodes/python-unit-tests-tutorial
- Owner: TheDancerCodes
- Created: 2017-03-27T08:47:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T09:02:50.000Z (about 9 years ago)
- Last Synced: 2025-02-07T12:46:02.365Z (over 1 year ago)
- Topics: python, tdd, unittest
- Language: Python
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-unit-tests-tutorial
A simple example introducing both unit testing in Python and the concept of TDD.
This is a simple BankAccount class, with deposit and withdraw methods.
## Find the link to the tutorial on Youtube below:
https://youtu.be/eJNNIyo9VEU