tests/test-contrib-emacs.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 22 Feb 2023 03:20:19 +0100
changeset 50152 e9379b55ed80
parent 45449 814c7430f828
permissions -rw-r--r--
dirstate: enforce context set_clean and set_possibly_dirty We don't want them called within a `changing_parents` context, but we still want them called within a context. So we update the decorator accordingly

#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)