[ckan-dev] RFC: use oktest for ckan
Sean Hammond
sean.hammond at okfn.org
Wed Sep 19 12:18:35 UTC 2012
One thing to say about nosetests is that I find the ipdb plugin really
handy for inspecting things when tests fail:
pip install ipdbplugin
Then run nosetests with the --ipdb and --ipdb-failures options, when
there's an error or failure it will drop you into an ipdb shell where
you can move up and down the stack and inspect the context etc.:
http://pypi.python.org/pypi/ipdb
For a GUI debugger you can also pip install nose-pudb and then use the
--pudb and --pudb-failures options:
http://pypi.python.org/pypi/pudb
More information about the ckan-dev
mailing list