el-get/test
Noam Postavsky 5534e20b8a Check names of added files for sanity
* test/travis-ci.sh (check-filenames): New function.
* .travis.yml: Use it.  Bump Emacs 26 to 26.2.
2019-05-13 21:31:33 -04:00
..
issues enable ert tests in travis, reorganize test files 2015-11-13 23:39:27 -05:00
pkgs
caching-speedtest.el
check-recipe.el
el-get-tests.el Fix w32 elpa copy-directory call for Emacs 26+ 2018-10-05 22:25:46 -04: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
test-utils.sh
travis-ci.sh Check names of added files for sanity 2019-05-13 21:31:33 -04:00

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.