https://github.com/lambdalisue/vim-doctest
Run doctest asynchronously
https://github.com/lambdalisue/vim-doctest
asynchronous doctest job python vim vital-vim
Last synced: 3 months ago
JSON representation
Run doctest asynchronously
- Host: GitHub
- URL: https://github.com/lambdalisue/vim-doctest
- Owner: lambdalisue
- License: mit
- Created: 2018-05-20T15:34:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T07:25:38.000Z (about 7 years ago)
- Last Synced: 2025-02-05T13:23:56.071Z (5 months ago)
- Topics: asynchronous, doctest, job, python, vim, vital-vim
- Language: Vim script
- Homepage:
- Size: 21.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# doctest.vim



[](LICENSE)
[](doc/doctest.txt)
[](https://github.com/vim-jp/vital.vim)doctest.vim (doctest) run [Python's doctest](https://docs.python.org/3.6/library/doctest.html) asynchronously and record failures into the location-list of the window.
[](https://asciinema.org/a/0ettfeNYPTZ5RFy4jA0ft4iD7)
## Usage
1. Execute `:Doctest` command on a window.
2. Open a location-list with `:lwindow`.
3. Press `p` to see the detail of the failure