Skip to content
New issue

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

Make set_seed a well_behaved decorator #31

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

jsatt
Copy link

@jsatt jsatt commented May 10, 2012

The set_seed decorator was returning a function with a name of "_wrapper" instead of the name of the function it was decorating. This caused tests to not be run under the Django Nose test runner since nose requires test names to contain "test".

@coagulant
Copy link
Owner

I like the idea of fixing Nose runner. Due to our coding style differences it might take some time to manually merge the changes.
Imho UUID support shouldn't be included, because it's custom field and obviously we can't support every non-standard field. Might be in contrib, however.
Thnx for you pull request, though.

@travisbot
Copy link

This pull request fails (merged 8cd41cb into 30d966a).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants