el-get/test
Mykola Nikishov 17b0da4984 Package with empty :checksum is insecure
For compatibility with Emacs versions before 24.4, fall back to
'string-match if 'string-blank-p from subr-x is not available.
2016-09-05 06:48:18 +03:00
..
issues enable ert tests in travis, reorganize test files 2015-11-13 23:39:27 -05:00
pkgs Add a failing new test: el-get-elpa-feature 2015-11-13 23:39:27 -05:00
caching-speedtest.el
check-recipe.el split el-get-check.el from el-get-recipes.el 2015-07-05 15:53:05 -04:00
el-get-tests.el Package with empty :checksum is insecure 2016-09-05 06:48:18 +03: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 Change bash shebang to use /usr/bin/env. 2014-08-18 01:09:16 +02:00
test-interactive.sh Change bash shebang to use /usr/bin/env. 2014-08-18 01:09:16 +02:00
test-recipe-interactive.sh Change bash shebang to use /usr/bin/env. 2014-08-18 01:09:16 +02:00
test-recipe.sh Change bash shebang to use /usr/bin/env. 2014-08-18 01:09:16 +02:00
test-setup.el
test-utils.sh let ert shell scripts use test-utils.sh 2015-11-13 23:39:27 -05:00
travis-ci.sh Fix compilation on different Emacs versions 2016-05-14 07:47:28 -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.