el-get/test
stephan-cr 887bedb495
Remove ERT and "package" installation in CI (#2906)
* Remove ERT and "package" installation in CI

Since Emacs 23 is dropped for quite some time now, remove installation
of ERT and "package", because they are built-in since Emacs 24.

* Remove "prereqs" function left-overs
2023-06-19 11:38:53 +02:00
..
issues Fix Git HTTP smart host detection (#2854) 2023-01-01 13:31:18 +01:00
pkgs
caching-speedtest.el Replace cl by cl-lib 2021-06-13 16:03:08 +02:00
check-recipe.el
el-get-tests.el Replace cl by cl-lib 2021-06-13 16:03:08 +02:00
github-actions.sh Remove ERT and "package" installation in CI (#2906) 2023-06-19 11:38:53 +02:00
README.md enable ert tests in travis, reorganize test files 2015-11-13 23:39:27 -05:00
run-ert-interactive.sh enable ert tests in travis, reorganize test files 2015-11-13 23:39:27 -05:00
run-ert.sh enable ert tests in travis, reorganize test files 2015-11-13 23:39:27 -05:00
test-all-recipes.sh
test-interactive.sh
test-recipe-interactive.sh
test-recipe.sh
test-setup.el Replace cl by cl-lib 2021-06-13 16:03:08 +02:00
test-utils.sh

Tests

Like, yes, we have some! :)

ERT-based tests

See el-get-tests.el in this directory. You can run ERT-based tests by:

test/run-ert.sh

To run the tests with GUI window for debugging, you can use:

test/run-ert-interactive.sh

Old issue reproducers

See the test/issues directory.