https://github.com/thedancercodes/phonebook_example_unittest
https://github.com/thedancercodes/phonebook_example_unittest
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thedancercodes/phonebook_example_unittest
- Owner: TheDancerCodes
- Created: 2017-01-17T14:35:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T13:32:46.000Z (over 9 years ago)
- Last Synced: 2025-02-07T12:46:03.305Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phonebook_example_unittest
A simple example introducing both unit testing in Python and the concept of TDD.
This is a simple phonebook example to demonstrate unit testing with Python.