vscode extension for the Pydoctest python package.
Highlights pydoctest errors, including error-descriptions.
Install pydoctest.
$ python3 -m pip install pydoctest
Navigate to settings, search "pydoctest" or add directly to settings.json
Working directory:
"pydoctest.workingDirectory": "path-to-execute-pydoctest",
Please create an issue if you find errors with the plugin. Opening the "Output" tab and selecting "pydoctest" in the dropdown, may provide useful information to include.
vscode-pydoctest is licensed under the terms of the MIT License (see the LICENSE file).