elpa-undercover

test coverage library for Emacs Lisp
  https://github.com/undercover-el/undercover.el
  0
  no reviews



This package provides a test coverage tools for Emacs packages.

Important notes about undercover.el:

* it assumes a certain development cycle of your package; * it doesn't support test coverage for byte-compiled files; * it is based on edebug and may have some issues with macros coverage; * it doesn't support Circular Objects.