Fabian Deutsch has submitted this change and it was merged. Change subject: Use nosetest for doctests ......................................................................
Use nosetest for doctests The problems with doctests is that relative imports don't work with python -m doctest. But nosetest can run doctests and handle relative imports. Change-Id: I48d2f50b3dad24aa94d27d9abaabb74402149046 Signed-off-by: Fabian Deutsch <[email protected]> --- M src/Makefile.check D src/autotest.py M tests/Makefile.am 3 files changed, 2 insertions(+), 59 deletions(-) -- To view, visit https://gerrit.ovirt.org/43010 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I48d2f50b3dad24aa94d27d9abaabb74402149046 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
