Page MenuHomePhabricator

ArcanistPEP8LinterTestCase::Unknown Unit Message ("")
Failed

Referenced Files
None

TEST RESULT

Run At
Jun 9 2016, 12:04 AM
Details
Assertion failed, expected values to be equal (at ArcanistLinterTestCase.php:168): Command failed with error #1! COMMAND 'pep8' --version STDOUT (empty) STDERR Traceback (most recent call last): File "/usr/local/bin/pep8", line 7, in <module> from pep8 import _main ImportError: No module named pep8 #0 /Users/andrewdeandrade/code/libphutil/src/future/exec/execx.php(17): ExecFuture->resolvex() #1 /Users/andrewdeandrade/code/arcanist/src/lint/linter/ArcanistPEP8Linter.php(35): execx('%C --version', Object(PhutilCommandString)) #2 /Users/andrewdeandrade/code/arcanist/src/lint/linter/ArcanistExternalLinter.php(389): ArcanistPEP8Linter->getVersion() #3 /Users/andrewdeandrade/code/arcanist/src/lint/engine/ArcanistLintEngine.php(195): ArcanistExternalLinter->getCacheVersion() #4 /Users/andrewdeandrade/code/arcanist/src/lint/linter/__tests__/ArcanistLinterTestCase.php(127): ArcanistLintEngine->run() #5 /Users/andrewdeandrade/code/arcanist/src/lint/linter/__tests__/ArcanistLinterTestCase.php(39): ArcanistLinterTestCase->lintFile('/Users/andrewde...', Object(ArcanistPEP8Linter)) #6 /Users/andrewdeandrade/code/arcanist/src/lint/linter/__tests__/ArcanistPEP8LinterTestCase.php(6): ArcanistLinterTestCase->executeTestsInDirectory('/Users/andrewde...') #7 [internal function]: ArcanistPEP8LinterTestCase->testLinter() #8 /Users/andrewdeandrade/code/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array) #9 /Users/andrewdeandrade/code/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run() #10 /Users/andrewdeandrade/code/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(147): PhutilUnitTestEngine->run() #11 /Users/andrewdeandrade/code/arcanist/src/workflow/ArcanistUnitWorkflow.php(167): ArcanistConfigurationDrivenUnitTestEngine->run() #12 /Users/andrewdeandrade/code/arcanist/src/workflow/ArcanistDiffWorkflow.php(1340): ArcanistUnitWorkflow->run() #13 /Users/andrewdeandrade/code/arcanist/src/workflow/ArcanistDiffWorkflow.php(1228): ArcanistDiffWorkflow->runUnit() #14 /Users/andrewdeandrade/code/arcanist/src/workflow/ArcanistDiffWorkflow.php(483): ArcanistDiffWorkflow->runLintUnit() #15 /Users/andrewdeandrade/code/arcanist/scripts/arcanist.php(392): ArcanistDiffWorkflow->run() #16 {main} Expected: false Actual: true