]> git.eshelyaron.com Git - emacs.git/commit
Convert allout unit tests to ERT
authorStefan Kangas <stefan@marxist.se>
Wed, 23 Sep 2020 16:14:54 +0000 (18:14 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 23 Sep 2020 18:03:19 +0000 (20:03 +0200)
commit610b771d4a7fcb9d704bbd31032dc51009670e8f
treea8c7d66bf69f60b44694e5bdf5e5b430d3f95ac3
parentacf958667bfb0b0bb42a78b3d2fc0bbcd9810e8e
Convert allout unit tests to ERT

* test/lisp/allout-tests.el: New file.
* lisp/allout.el (allout-run-unit-tests-on-load)
(allout-run-unit-tests): Remove.
(allout-tests-obliterate-variable)
(allout-tests-globally-unbound, allout-tests-globally-true)
(allout-tests-locally-true, allout-test-resumptions): Move to
allout-tests.el

* test/lisp/allout-widgets-tests.el: New file.
* lisp/allout-widgets.el (allout-widgets-run-unit-tests-on-load)
(allout-widgets-run-unit-tests): Remove.
(allout-test-range-overlaps): Move to allout-widgets-tests.el.
lisp/allout-widgets.el
lisp/allout.el
test/lisp/allout-tests.el [new file with mode: 0644]
test/lisp/allout-widgets-tests.el [new file with mode: 0644]