https://github.com/rocity/the-testing-goat
Test Driven Development with Python
https://github.com/rocity/the-testing-goat
Last synced: 2 months ago
JSON representation
Test Driven Development with Python
- Host: GitHub
- URL: https://github.com/rocity/the-testing-goat
- Owner: rocity
- License: apache-2.0
- Created: 2016-07-07T01:02:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-08T01:55:11.000Z (almost 10 years ago)
- Last Synced: 2025-02-02T22:32:02.438Z (over 1 year ago)
- Language: Python
- Size: 332 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Testing Goat
This repo follows the lessons from the book **Test-Driven Development with Python** written by **Harry J.W. Percival**. It teaches the basics of using TDD to build robust and reliable code for modern websites using the Django Framework.
Read the book [here](http://www.obeythetestinggoat.com/pages/book.html#toc) for free.