We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
19 tests run in 12.6 seconds. 4 skipped (15 tests passed)
The text was updated successfully, but these errors were encountered:
I believe that this is a duplicate of #8 (where a patch has already been provided)
Sorry, something went wrong.
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?
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: