testtools-dev team mailing list archive
-
testtools-dev team
-
Mailing list archive
-
Message #00575
[Bug 726539] [NEW] test command broken
Public bug reported:
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'
** Affects: testtools
Importance: Undecided
Status: New
--
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'
Follow ups
References