el-get/test
Takafumi Arakaki 2cc1490b1b Fix run-test.sh and run-test-interactive.sh
Otherwise, run-test.sh fails with the error:
(file-error "Opening output file" "no such file or directory"
"/tmp/el-get-test-home/.emacs.d/el-get/.status.el.old")
2012-08-12 13:42:09 +02:00
..
caching-speedtest.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-176.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-200.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-284.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-289.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-303.el Fix #303 after merging #660 2012-06-03 07:53:55 -07:00
el-get-issue-310.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-400.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-407.el Add additional assertions to test #407. 2012-03-29 13:00:09 -07:00
el-get-issue-418.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-432.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-513.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-535.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-541.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-548.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-559.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-579.el Remove "(require 'el-get)" from test files 2012-02-27 11:47:42 -08:00
el-get-issue-581.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-583.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-586.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-589.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-592.el Fix test #592 2012-03-09 13:03:23 -08:00
el-get-issue-594.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-596.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-613.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-615.el Add test for website guessing (#615) 2012-02-28 17:57:55 -08:00
el-get-issue-619.el el-get-hg-compute-checksum returns full 40-digit hex now 2012-03-05 19:21:55 +01:00
el-get-issue-628.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-632.el Grammar fix in assertion comment 2012-03-05 08:42:38 -08:00
el-get-issue-640.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-642.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-650.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-652.el Use setq instead of let in tests 2012-03-18 12:33:04 -07:00
el-get-issue-656.el Always print with "print-level" and "print-length" nil 2012-03-29 14:52:43 -07:00
el-get-issue-659.el Minor fixes in test 2012-05-06 01:51:19 -07:00
el-get-issue-672.el Always print with "print-level" and "print-length" nil 2012-03-29 14:52:43 -07:00
el-get-issue-683.el Add test for #683. 2012-03-24 15:44:51 -07:00
el-get-issue-730.el Allow version to be specified as number, string, or list. 2012-05-28 13:50:46 -07:00
el-get-issue-772.el Added test for git-svn checkout support 2012-06-13 17:15:59 +02:00
foo.php
issue-741-elpa-install-error.el Add test case for #741. 2012-05-13 11:59:06 -07:00
README.md Remove el-get 'wait that's been broken for a long time already, fixes #758. 2012-07-30 19:22:30 +02:00
run-all-tests.sh Highlight test failures in run-all-tests.sh 2012-03-18 14:52:45 -07:00
run-test-interactive.sh Fix run-test.sh and run-test-interactive.sh 2012-08-12 13:42:09 +02:00
run-test.sh Fix run-test.sh and run-test-interactive.sh 2012-08-12 13:42:09 +02:00
test-all-recipes.sh Minor fix for test-all-recipes.sh 2012-03-04 12:39:59 -08:00
test-interactive.sh Fix confusion in test files between TEMP_HOME and TEST_HOME 2012-06-03 07:52:22 -07:00
test-recipe-interactive.sh Fix confusion in test files between TEMP_HOME and TEST_HOME 2012-06-03 07:52:22 -07:00
test-recipe.sh Fix confusion in test files between TEMP_HOME and TEST_HOME 2012-06-03 07:52:22 -07:00
test-setup.el Fix typo in test-setup.el 2012-03-18 15:21:27 -07:00
test.el

Tests

Like, yes, we have some! :)

el-get manual tests

Tries to cover some known issues, example that will allow building a regression test suite some day.

Typical run (in bash):

mkdir -p /tmp/test/.emacs.d/el-get/
rm -rf /tmp/test/.emacs.d/el-get/*
HOME=/tmp/test /usr/bin/emacs-snapshot-gtk -Q -batch -L . -l el-get \
    -l test/el-get-issue-303.el

At the moment you need to run the el-get-issue scripts with some known working el-get version to know what to expect, and you probably need to have el-get installed at +~/dev/emacs/el-get/+ for this to work as-is.

Yet it might be useful.

el-get automated tests

Simple script-based automation

In the test directory, there is a simple bash script called +run-test.sh+ that attempts to automate the manual steps detailed above. The script creates a temporary home directory and runs emacs in batch mode, first loading el-get and then the specified test file. An invocation equivalent to the above would look like this (starting from the main el-get directory):

test/run-test.sh el-get-issue-303.el

or even just

test/run-test.sh 303

The script takes care of cleaning up the temporary directory after the test, so you can run tests one after the other without previous tests causing problems for later ones. The bahavior of the +run-test.sh+ script can be customized with a few environment variables:

  • TMPDIR and TEST_HOME, for controlling where the temporary home directory is created;
  • EL_GET_LIB_DIR, the directory where the el-get code resides;
  • EMACS, which can be used to override the copy of emacs found in your PATH, or to provide one if there is no emacs in your PATH or it is installed under a nonstandard name.

You can run multiple tests by simply providing multiple test files to run-test.sh:

test/run-test.sh 200 303 310

When running multiple tests, the script will wait 5 seconds between tests, since many tests involve downloading files from the same few servers (Github, emacswiki, marmalade, etc.), and it is impolite to download a large number of files in rapid succession just for testing. There is a script called +run-all-tests.sh+ that acts as a shortcut for running all the available tests.

Sometimes you may want to run a test in an interactive emacs session so that you can use Emacs' debugging facilities to investigate what went wrong. To do this, use run-test-interactive.sh instead of run-test.sh.

If simply want to test installation, updating, and removal of one or more recipes, you can use the test-recipe.sh script.

ERT-based automation

See test.el in this directory, and see the el-get-devel mailing list for a promising patch to port the effort to ert. This has yet to happen, though.