melinath / django-daguerre

On-the-fly image manipulation for Django.
http://django-daguerre.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
85 stars 15 forks source link

Revamp test structure. #30

Closed melinath closed 11 years ago

melinath commented 11 years ago

tox and travis are great tools, neither of which daguerre currently supports. It should. It should also have a test project to contain the canonical settings we use when testing daguerre. And we should be using django-nose to find our tests instead of the terrible from <test module> import <test classes> pattern.

melinath commented 11 years ago

For simplicity this can probably wait until #22 is merged.