This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
david
/
TDD
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Test Driven Development with Python and Django
5
Commit-ok
1
Ágak
0
Kiadások
Fa:
067c551aee
Branch-ok
Tag-ek
master
TDD
HTTPS
SSH
ZIP
TAR.GZ
david
067c551aee
FT now checks we can input a to-do item
5 éve
lists
ffd1f3d86f
Basic View now returns Minimal HTML
5 éve
superlists
c00b3f8b3c
Init Commit
5 éve
.gitignore
c00b3f8b3c
Init Commit
5 éve
README.md
b27801e3bf
README.md Updated Last At Link, We are now at Chapter 4!
5 éve
WHERE.txt
c00b3f8b3c
Init Commit
5 éve
functional_tests.py
067c551aee
FT now checks we can input a to-do item
5 éve
init_test.py
c00b3f8b3c
Init Commit
5 éve
manage.py
c00b3f8b3c
Init Commit
5 éve
README.md
Obey The Testing Goat
TOC
Last At
(Chapter 4)
TDD Order Of Operations:
Code a Test!
Run test and ensure it FAILS!
Write MINIMUM Code to PASS!
Run test and ensure it PASSES!
Rewrite code smaller/better, Refactor, DRY, etc.
Run test and ensure it PASSES!
Commit to a Git repo!