mhayashi1120 / Emacs-wgrep

Writable grep buffer and apply the changes to files
GNU General Public License v3.0
612 stars 43 forks source link

Selftests: add missing deps #72

Closed sten0 closed 4 years ago

sten0 commented 4 years ago

Hi @mhayashi1120,

It looks like I forgot to forward these fixes last month. As for the "why" of the fix: unit tests should declare their deps. This is necessary to support a couple of different cases, including 1) a user who wants to check if their packages function properly with a git snapshot of Emacs, running the tests via ert-run-tests-interactively 2) ert-run-tests-batch-and-exit needs to be functional in the Debian source package.

Thanks, Nicholas

mhayashi1120 commented 4 years ago

Thanks, merged.