https://github.com/heavenshell/vim-unitquickrun
Simple QuickRun.vim wrapper for rewrite g:quickrun_config dynamically.
https://github.com/heavenshell/vim-unitquickrun
Last synced: 6 months ago
JSON representation
Simple QuickRun.vim wrapper for rewrite g:quickrun_config dynamically.
- Host: GitHub
- URL: https://github.com/heavenshell/vim-unitquickrun
- Owner: heavenshell
- Created: 2012-01-21T09:09:39.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-16T08:49:19.000Z (about 14 years ago)
- Last Synced: 2025-03-06T02:12:12.861Z (over 1 year ago)
- Language: VimL
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
unitquickrun
============
This plugin is now deprecated.
You can use QuickRun hook structure instead.
https://github.com/heavenshell/vim-quickrun-hook-unittest
This plugin is a wrapper for QuickRun.vim
Use cases.
* If you want to run Python unittest file using `nosetest` as a testrunner.
Type r and then all test case runs.
- You want a specific test case.
- You want to run all test file.
This plugin rewrite QuickRun's g:quickrun_config before run QuickRun.
For example, `nosetest` can set like
`nosetest test_file.py:TestClass.test_foo`
unitquickrun.vim rewrite g:quickrun_config and then run quickrun#command().
* Quickrun.vim
https://github.com/thinca/vim-quickrun
* ToDo
Write documents.
This plugin is a very experimental plugin.