Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a proper test suite #48

Open
mrkkrp opened this issue Feb 24, 2018 · 2 comments
Open

Implement a proper test suite #48

mrkkrp opened this issue Feb 24, 2018 · 2 comments

Comments

@mrkkrp
Copy link
Collaborator

mrkkrp commented Feb 24, 2018

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

@Monkeypac
Copy link

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, ...)

@mrkkrp
Copy link
Collaborator Author

mrkkrp commented Feb 25, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants