This website works better with JavaScript
首頁
探索
說明
登入
david
/
TDD
關註
1
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
Test Driven Development with Python and Django
3
提交歷史
1
Branches
0
版本發佈
目錄樹:
7a00f5ba79
分支列表
標籤列表
master
TDD
HTTPS
SSH
ZIP
TAR.GZ
david
7a00f5ba79
README.md Updated Last At Link, We are now at Chapter 4!
5 年之前
lists
ffd1f3d86f
Basic View now returns Minimal HTML
5 年之前
superlists
c00b3f8b3c
Init Commit
5 年之前
.gitignore
c00b3f8b3c
Init Commit
5 年之前
README.md
7a00f5ba79
README.md Updated Last At Link, We are now at Chapter 4!
5 年之前
WHERE.txt
c00b3f8b3c
Init Commit
5 年之前
functional_tests.py
c00b3f8b3c
Init Commit
5 年之前
init_test.py
c00b3f8b3c
Init Commit
5 年之前
manage.py
c00b3f8b3c
Init Commit
5 年之前
README.md
Obey The Testing Goat
TOC
Last At
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!