GitXplorerGitXplorer
d

TDD_Beck_examples_in_python

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
5e8f468eba4f8deb37a4f9c337d7e1ef8960b711

up to ch14

ddavid-xander committed 3 years ago
Unverified
8f609a3690693b4d3d37bbadbde1b873aa394ef0

up ch12

ddavid-xander committed 3 years ago
Unverified
ea4f9c7b1273f168b6f4627bde09bf81896a1d98

minor step backs and fixes... also ch9

ddavid-xander committed 3 years ago
Unverified
aad3abb0181aefc4ebf04dad767d20de0f9c4000

putting everything at the pace of the book

ddavid-xander committed 3 years ago
Unverified
1d77c7242dc5de84f8d7f55c1a038eb96f2f387c

change assert in test

ddavid-xander committed 3 years ago
Unverified
a4d3ba3cde79e035ff8abd25b0bf55b053492663

up to ch7

ddavid-xander committed 3 years ago

README

The README file for this repository.

TDD Beck's book examples (ONLY PART I written in Java) in python

Only for the sake of practice, to keep me coding while reading it as I did with Percival's TDD book, thus following the fancy goat and not the refactoring cat :)

I realized at ch8 that it'd be better to break things into steps.

So, everything up to ch6 is in "ch1-ch7" folder. Then I started to split into chapters.