Create real test suite
Official development repository for Vim's builtin TOhtml plugin
Brought to you by:
fritzophrenic
Originally created by: fritzophrenic
Original report by Ben Fritz (Bitbucket: fritzophrenic NA, ).
I had an old test suite that basically went through every possible combination of options on a test file in diff mode, then:
Obviously this approach did not scale well so I mostly stopped using it.
I need a new test suite, probably using a similar methodology to Vim's built-in tests, to automatically unit test each option.
As a first step each option in isolation is good, but then will also need to examine the code to make sure any option interactions are also covered.
This ticket is in progress but not yet complete as all options are not covered yet. Need to add additional tests to testdir, which only contains tests for newly added stuff and bugfixes at the moment.