d12frosted / flyspell-correct

Distraction-free words correction with flyspell via selected interface.
Other
203 stars 14 forks source link

Migrate to buttercup #63

Closed d12frosted closed 4 years ago

d12frosted commented 4 years ago

Reasons to move from ERT:

  1. No good out of box solution for mocking, stubbing and set-up code.
  2. Constant issues with stack traces in the console (ert-runner + cask).
  3. Plethora of packages.
  4. No grouping, so my function names are becoming huge.

Right now it's hard for me to maintain the tests and to add new cases. So I want to give buttercup a try.