Python / Django
(Move to ...)
Home Page
Python Internals
JIT vs AOT
Kernel
User mode linux
Unix as IDE
Vim
Gdb
Software Design Patterns
Algorithms
Mercurial
Git
Popularity of programming languages
▼
Apr 16, 2012
What type of test to write?
Write system tests for your views.
Write Selenium tests for Ajax, other JS/server interactions.
Write unit tests for everything else (not strict).
Test each case (code branch) where it occurs.
One assert/action per test case method.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment