el-get/test
Stephan Creutz f4ce3bc177 Fix several regression tests
Many regression tests broke after the removal of "cl", because they
assumed "cl" is implicitly loaded. Others regression tests broke for
other reasons.

The commit fixes _not_ all regression tests. This is meant to be the
first wave.
2021-11-13 22:57:24 +01:00
..
issues Fix several regression tests 2021-11-13 22:57:24 +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
README.md
run-ert-interactive.sh
run-ert.sh
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.