joereynolds / joereynolds/dora.vim
Modularise the 't'est command
Open
- Dominant language
- Vim Script
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The test command is currently hardcoded to `composer run test-unit`. This should be removed and we should have a test per file extension.
I envisage something like:
```
autoload/
dora/
tester/
vader.vim
php.vim
```
Within these `.vim` files they're could be a function `get_test_command` which then returns the command for that filetype
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.