----- "Ingo Karkat" <[email protected]> a écrit :
> On 06-Feb-09 22:17, Luc Hermitte wrote: > > BTW, a good Unit Testing framework is most welcomed. There is > > already one, but it lacks quickfix integration, and a > > simple :command-like syntax. > > Luc, which unit testing framework are you talking about? The one written by Staale Flock, and available on sf. > I'm currently building one for testing my own scripts, > as manual regression testing soon becomes too tedious. > (I plan to publish my framework in a few weeks, right > now the test runner only works on Windows.) My few requirements, in case it helps: - we should be able to test values with very simple things like: :Assert value < 42 - the result should end in the quickfix window (which implies a first pass on functions/files to determine the current line where the Assert is used) - it would be nice to test mappings/commands/abbreviations/... definitions, buffer alterations, etc. - setup/teardown support would be nice also. -- Luc Hermitte http://lh-vim.googlecode.com/ http://hermitte.free.fr/vim/ --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
