vimish-fold icon indicating copy to clipboard operation
vimish-fold copied to clipboard

Implement a proper test suite

Open mrkkrp opened this issue 6 years ago • 2 comments

This is necessary to move on with the development at this point.

mrkkrp avatar Feb 24 '18 11:02 mrkkrp

Ok so I'll start here.

By a test suite, you mean a lisp side test suite ? Or something that would check that inside a buffer, the folds a correctly folding / unfolding ? The first one seems to be doable to me while the second one looks more like a continuous integration thing.

Maybe it would be great to have :

  • a lisp side automatic test suite that would test:
    • folds / text properties
    • folds creation / deletion
    • anything I'm not thinking about
  • something like test instructions for manually testing some features that would test:
    • fold creation / deletion
    • go to next / previous
    • refolding
    • options (like the fringe color, the fringe side, ...)

Monkeypac avatar Feb 24 '18 16:02 Monkeypac

I just merged #49, which should give you an idea what we could test and how.

mrkkrp avatar Feb 25 '18 09:02 mrkkrp