Nose is excellent for Python unit tests. I really like how it ignores stdout (i.e. print statements) in your passing tests.
miniblog.
Related Posts
Today I learnt that cc-mode in Emacs includes a demo of defining a major mode for a small C-like language: https://cc-mode.sourceforge.net/derived-mode-ex.el
"a hypothetical language called C: (pronounced "big nose") that is similar to Java" :)
If you're using Django with nose, `python manage.py test -v 3 --collect-only` is great for seeing where nose looks for tests.
nose is wonderful for Python tests, including Django. #latetotheparty