testtools-dev team mailing list archive
-
testtools-dev team
-
Mailing list archive
-
Message #00561
[Bug 693773] Re: [PATCH] Testtools should provide distutils integration
** Changed in: testtools
Status: Triaged => Fix Committed
** Changed in: testtools
Assignee: (unassigned) => Christian Kampka (kampka)
** Changed in: testtools
Milestone: None => next
--
You received this bug notification because you are a member of testtools
developers, which is subscribed to testtools.
https://bugs.launchpad.net/bugs/693773
Title:
[PATCH] Testtools should provide distutils integration
Status in testtools:
Fix Committed
Bug description:
Since a lot of projects use distutils/setuptools for building/packaging/distribution and because testing is a vital part of that workflow, testtools should provide a distutils command class to make it easily integratable into an existing workflow.
The patch attached is a minimal implementation of such a command.
References