Skip to content

Example code for Harry Percival's book on TDD with Python

Notifications You must be signed in to change notification settings

UCF/testing-goat-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains all the example code from my book, "Test-Driven Web Development with Python", available at www.obeythetestinggoat.com

Checking out code for individual chapters

Each chapter in the book has its own branch, which contains all the commits for that chapter. So, the state of the code in a branch is the state of the code at the end of that chapter.

In other words, if you want to start on a particular chapter in the book, you should check out the code for the previous chapter.

So, eg, chapter_02_unittest has all the commits up to the end of chapter 2, so it's the branch to check out if you want to skip to the beginning of chapter 3.

Here is the list of chapter branches, as of 2024-02-02

Part 1: The Basics of TDD and Django

Part 2: Web Development Sine Qua Nons

Part 3: More Advanced Topics in Testing

Appendices

About

Example code for Harry Percival's book on TDD with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.2%
  • Python 12.1%
  • CSS 5.4%
  • HTML 1.2%
  • Other 0.1%