Gelonida N <gelon...@gmail.com> writes: > Do I loose anything if using nose. or example can all unit tests / doc > tests still be run from nose?
AFAIK you don't loose anything by using nose – the unittests should all be found and doctests can be run via `--with-doctest', I never used doctests though. regards -- http://mail.python.org/mailman/listinfo/python-list