Created
July 15, 2015 02:27
-
-
Save mr-c/dd2a7632d25eec7ab0bd to your computer and use it in GitHub Desktop.
sphinxcontrib-autoprogram
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
running build_ext | |
test_simple_parser (sphinxcontrib.autoprogram.ScannerTestCase) ... ERROR | |
test_subcommands (sphinxcontrib.autoprogram.ScannerTestCase) ... ERROR | |
test_import_object (sphinxcontrib.autoprogram.UtilTestCase) ... ok | |
====================================================================== | |
ERROR: test_simple_parser (sphinxcontrib.autoprogram.ScannerTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/sphinxcontrib/autoprogram.py", line 151, in test_simple_parser | |
program, options, desc = pair | |
ValueError: too many values to unpack | |
====================================================================== | |
ERROR: test_subcommands (sphinxcontrib.autoprogram.ScannerTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/sphinxcontrib/autoprogram.py", line 189, in test_subcommands | |
program, options, desc = programs[0] | |
ValueError: too many values to unpack | |
---------------------------------------------------------------------- | |
Ran 3 tests in 0.007s | |
FAILED (errors=2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment