https://github.com/svermeulen/vimdriver
https://github.com/svermeulen/vimdriver
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/svermeulen/vimdriver
- Owner: svermeulen
- Created: 2014-09-06T20:13:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T09:37:37.000Z (over 6 years ago)
- Last Synced: 2025-05-02T09:59:23.071Z (about 1 month ago)
- Language: Python
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
VimDriver - test drive vim from python
==========This project is basically just a direct port of Vimbot, which you can find [here](https://github.com/maxbrunsfeld/vimbot). It is only tested on Windows and therefore likely doesn't work on other platforms.
See the [test file](https://github.com/svermeulen/VimDriver/blob/master/tests/TestVimDriver.py) for usage.