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.
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.