Too many required packages #9
Labels
No labels
dependencies
improvement
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: archive/django-pyvows#9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So which is enough for django-pyvows?
Setup.py ;)
The cherrypy is a bit of an heavy dependency as it requires evntlib.
Couldn't you use the django client instead?
We didn't find out how to do it... Do you know how to do it? If you can help us improve it we'd really appreciate it.
Cheers,
https://docs.djangoproject.com/en/dev/topics/testing/?from=olddocs#making-requests
I didn't know you could override a setting for just a given test using the test client.
Thanks a lot for bringing that up to our attention!
https://docs.djangoproject.com/en/dev/topics/testing/?from=olddocs#overriding-settings
Moving on this at #13 Django 1.8 support.