tests/test-contrib-emacs.t
author Anton Shestakov <av6@dwimlabs.net>
Mon, 12 Dec 2022 17:42:30 +0400
branchstable
changeset 49791 38ae503b369b
parent 45449 814c7430f828
permissions -rw-r--r--
hghave: detect newer pylint Older versions (e.g. 2.7.2) say: "Usage: pylint [options]" Newer versions (e.g. 2.15.5) say: "usage: pylint [options]"

#require emacs
  $ emacs -q -no-site-file -batch -l $TESTDIR/../contrib/hg-test-mode.el \
  >  -f ert-run-tests-batch-and-exit
  Running 1 tests (*) (glob)
     passed  1/1  hg-test-mode--compilation-mode-support* (glob)
  
  Ran 1 tests, 1 results as expected* (glob)