John Whitlock
John Whitlock
Smells similar to #209.
It's possible that the django-nose overrides run_tests, and has not kept up with the changes in the mainline Django. They may need re-work.
Good question. I have not used this option myself, so I'm not sure how it is supposed to work. There may be additional options needed to tell `nose` that you...
Was this with both? Like `./manage.py test --parallel 4 --processes 4`?
Logged in users with staff privileges have admin access. The template tag in commit a57fe25 added the RPX login to admin for us.
That's my preference as well. I've been working with a similar example, I'll add an implementation to this PR.
The simplest thing that works was to detect a link that had already been processed by `prepend_links_with_name`, and to skip prepending a second time. Test updated, and rebased to current...
@fabiosantoscode can you add a test that fails unless this patch is applied?
Might be a fix for bug #109
There has been a lot of work in the Django side of things in django/test/runner.py `setup_databases()`, which may not be reflected in the django-nose version. This might include allowing an...