cricket
• Young (v0.2.0), but quite stable
• I’ve been using it for almost 6 months
• Does one thing well - runs test suites
• Runs Django 1.5, 1.6 and unittest2 suites
• Usage:
•pip install cricket
cricket-django
Slide 10
Slide 10 text
Part 1 of a bigger plan
Slide 11
Slide 11 text
Part II
Slide 12
Slide 12 text
Debugging
Slide 13
Slide 13 text
bugjar
Slide 14
Slide 14 text
No content
Slide 15
Slide 15 text
bugjar
• Early days - v0.1.0 release
• Set/remove breakpoints
• import pdb; pdb.set_trace()
• Can be used to debug remotely
• Usage:
•pip install bugjar
bugjar myscript.py arg1 arg2