We have currently 3 modules which contain doctests.
Only the tests for the visaplan.kitchen.ids module work;
the others don't because of a problem importing from visaplan.tools.html (they fail with nosetests, and nose2 doesn't even seem to find them).
visaplan.tools is both a setup.py dependency and given in requirements.txt (for Travis CI).
Help with this is welcome.
We have currently 3 modules which contain doctests.
Only the tests for the
visaplan.kitchen.idsmodule work;the others don't because of a problem importing from
visaplan.tools.html(they fail withnosetests, andnose2doesn't even seem to find them).visaplan.tools is both a
setup.pydependency and given inrequirements.txt(for Travis CI).Help with this is welcome.