タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

testとemacsに関するsyohexのブックマーク (1)

  • Unit testing in Emacs

    All right, let’s start out with some basic unit testing. Unit testing is about testing the behavior of a specific function. A good rule of thumb is that if an Elisp function is interactive, it should most likely not be tested with a unit test, but rather with an integration test. The reason is that the unit test will not use the function as it is supposed, via M-x or a key binding, but with an exp

  • 1