testtools-dev team mailing list archive
-
testtools-dev team
-
Mailing list archive
-
Message #00576
[Bug 726539] Re: test command broken
Simply importing from testtools.distutilscmd doesn't seem to do the
right thing either, as it requires a test suite to be passed in rather
than defined in setup.py.
--
You received this bug notification because you are a member of testtools
developers, which is subscribed to testtools.
https://bugs.launchpad.net/bugs/726539
Title:
test command broken
Status in testtools:
New
Bug description:
gwenhwyvar:~/src/testtools/fix-testcommand% ./setup.py test
Traceback (most recent call last):
File "./setup.py", line 65, in <module>
cmdclass={'test': testtools.TestCommand})
AttributeError: 'module' object has no attribute 'TestCommand'
References