Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambdalisue/vim-doctest
Run doctest asynchronously
https://github.com/lambdalisue/vim-doctest
asynchronous doctest job python vim vital-vim
Last synced: about 1 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T07:25:38.000Z (over 6 years ago)
- Last Synced: 2024-10-23T21:29:22.610Z (3 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
![Version 0.1.0-dev](https://img.shields.io/badge/version-0.1.0--dev-yellow.svg?style=flat-square)
![Support Vim 8.0.0107 or above](https://img.shields.io/badge/support-Vim%208.0.0107%20or%20above-yellowgreen.svg?style=flat-square)
![Support Neovim 0.2.0 or above](https://img.shields.io/badge/support-Neovim%200.2.0%20or%20above-yellowgreen.svg?style=flat-square)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)
[![Doc](https://img.shields.io/badge/doc-%3Ah%20doctest-orange.svg?style=flat-square)](doc/doctest.txt)
[![Powered by vital.vim](https://img.shields.io/badge/powered%20by-vital.vim-80273f.svg?style=flat-square)](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.
[![asciicast](https://asciinema.org/a/0ettfeNYPTZ5RFy4jA0ft4iD7.png)](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