John Mitchell, Practical Testing
-
"Agile Testing" book by Lisa Crispin
-
Nose testing library (includes coverage plugin)
-
fake objects (/Models) with plausible data for emails and names: factory-boy and faker
-
make and mock network API calls with requests/responses
-
freeze time with freezegun
-
override any functions with Mock (in Python3, backported to Python2)