freshen
freshen copied to clipboard
useless test output
Just installed freshen, django-sane-testing and moved my tests over from lettuce...
Getting the following (pretty much useless) output from freshen (why no feature, scenario details?) :
$ DJANGO_SETTINGS_MODULE=settings PYTHONPATH=.:.. nosetests --rednose --with-django --with-freshen -v regextensions runTest (freshen.noseplugin.FreshenTestCase) ... passed runTest (freshen.noseplugin.FreshenTestCase) ... passed runTest (freshen.noseplugin.FreshenTestCase) ... passed runTest (freshen.noseplugin.FreshenTestCase) ... passed runTest (freshen.noseplugin.FreshenTestCase) ... passed runTest (freshen.noseplugin.FreshenTestCase) ... passed runTest (freshen.noseplugin.FreshenTestCase) ... passed runTest (freshen.noseplugin.FreshenTestCase) ... passed runTest (freshen.noseplugin.FreshenTestCase) ... passed runTest (freshen.noseplugin.FreshenTestCase) ... passed runTest (freshen.noseplugin.FreshenTestCase) ... passed runTest (freshen.noseplugin.FreshenTestCase) ... passed runTest (freshen.noseplugin.FreshenTestCase) ... passed runTest (freshen.noseplugin.FreshenTestCase) ... passed runTest (freshen.noseplugin.FreshenTestCase) ... skipped runTest (freshen.noseplugin.FreshenTestCase) ... skipped runTest (freshen.noseplugin.FreshenTestCase) ... skipped runTest (freshen.noseplugin.FreshenTestCase) ... passed runTest (freshen.noseplugin.FreshenTestCase) ... skipped
runTest (freshen.noseplugin.FreshenTestCase) ...
19 tests run in 12.6 seconds. 4 skipped (15 tests passed)
I believe that this is a duplicate of #8 (where a patch has already been provided)
This could be caused by rednose. Could you try running the tests without rednose and see whether you still see the same issue?
Methinks this is in the same spirit as #14
I think we can close this now that we have merged #35; or do we want to wait for the release?