diff options
author | Taylor R Campbell <campbell@mumble.net> | 2011-05-07 22:05:05 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2011-05-07 22:05:05 +0000 |
commit | d2215ef48115ca8182427554908b03f14e47d3c8 (patch) | |
tree | 11b17480782d06c2daf150e8fa87e3efc5095148 | |
parent | 2ec600035209e88f41c5b025d619641eda0cb823 (diff) |
Add message to top of `paredit-test' reporting what we're testing.
Ignore-this: a617d41480a852b472bc838b1a69bd16
darcs-hash:20110507220505-00fcc-0c92c0a098e8fb214e238bd380f5a6b69d991608
-rw-r--r-- | test.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ Four arguments: the paredit command, the text of the buffer (funcall paredit-test-failure-function command before after expected)) (defun paredit-test (command examples) + (message "Testing %S..." command) (dolist (example examples) (let ((before (car example))) (dolist (expected (cdr example)) |