rhysd / git-messenger.vim

Vim and Neovim plugin to reveal the commit messages under the cursor
MIT License
1.34k stars 32 forks source link

[Question] Missing tests for word-diff feature #72

Open MisanthropicBit opened 3 years ago

MisanthropicBit commented 3 years ago

As mentioned here, I was still in the process of making tests for the word-diff feature #69.

I can still create them but I didn't get that far if you want to create them yourself :)

rhysd commented 3 years ago

Yes, adding unit tests is welcome. I think test cases for d -> d and d -> D are helpful for understanding how to test them.

I also thought adding the tests. So it's ok to add them by me if you're busy.

MisanthropicBit commented 3 years ago

I think test cases for d -> d and d -> D are helpful for understanding how to test them.

Thanks, I based my tests on those.

I can certainly work on the tests although I don't know when they'll be ready so if you prefer to make them yourself then by all means do. If not, I'll get started when I have time :)

rhysd commented 3 years ago

OK, I'll leave comment here when I start the work.