Merge lp:~jml/testtools/distutils-integration-693773 into lp:~testtools-committers/testtools/trunk

Proposed by Jonathan Lange
Status: Merged
Merged at revision: 173
Proposed branch: lp:~jml/testtools/distutils-integration-693773
Merge into: lp:~testtools-committers/testtools/trunk
To merge this branch: bzr merge lp:~jml/testtools/distutils-integration-693773
Reviewer Review Type Date Requested Status
testtools developers Pending
Review via email: mp+49550@code.launchpad.net

Description of the change

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.

To post a comment you must log in.
174. By Jonathan Lange

Style changes.

175. By Jonathan Lange

Actually run the new tests.

176. By Jonathan Lange

Copyright bump

177. By Jonathan Lange

Use local variables instead of instance variables.

178. By Jonathan Lange

Make the tests skip when fixtures is not installed, rather than raising NameError

179. By Jonathan Lange

Cosmetic & legal cleanups

180. By Jonathan Lange

Typo

Revision history for this message
Robert Collins (lifeless) wrote :

I think that command would be better as distutilscmd or something;
just "command" is awfully generic, and feels a bit misleading - its
not in a distutils context to give the bland name some sense.

Subscribers

People subscribed via source and target branches