ledger / ledger-mode

Emacs Lisp files for interacting with the C++Ledger accounting system
GNU General Public License v2.0
385 stars 75 forks source link

Remove distinction between interactive and batch tests #431

Closed bcc32 closed 3 months ago

bcc32 commented 3 months ago

This PR makes it possible to run ledger-mode/test-001 (the only test tagged interactive) in batch mode, and thus lets all tests be run in a uniform way. This change was prompted by an attempt to switch to using makem.sh for testing and linting purposes.