Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7359a765
Commit
7359a765
authored
Oct 11, 2011
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/misc/ert.texi: Whitespace trivia to make main menu items line up better.
parent
e1b0b23a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
doc/misc/ChangeLog
doc/misc/ChangeLog
+4
-0
doc/misc/ert.texi
doc/misc/ert.texi
+4
-4
No files found.
doc/misc/ChangeLog
View file @
7359a765
2011-10-12 Glenn Morris <rgm@gnu.org>
* ert.texi: Whitespace trivia to make main menu items line up better.
2011-10-08 Glenn Morris <rgm@gnu.org>
* Makefile.in: Fix ert rules.
...
...
doc/misc/ert.texi
View file @
7359a765
...
...
@@ -48,7 +48,7 @@ traditional software development methods.
@menu
* Introduction:: A simple example of an ERT test.
* How to Run Tests:: Run tests in
your
Emacs or from the command line.
* How to Run Tests:: Run tests in Emacs or from the command line.
* How to Write Tests:: How to add tests to your Emacs Lisp code.
* How to Debug Tests:: What to do if a test fails.
* Extending ERT:: ERT is extensible in several ways.
...
...
@@ -61,13 +61,13 @@ How to Run Tests
* Running Tests Interactively:: Run tests in your current Emacs.
* Running Tests in Batch Mode:: Run tests in emacs -Q.
* Test Selectors:: Choose which tests to run.
* Test Selectors::
Choose which tests to run.
How to Write Tests
* The @code{should} Macro:: A powerful way to express assertions.
* The @code{should} Macro::
A powerful way to express assertions.
* Expected Failures:: Tests for known bugs.
* Tests and Their Environment::
Don'
t
depend
on
customizations
;
no
side
effects
.
* Tests and Their Environment:: Don'
t
depend
on
customizations
;
no
side
effects
.
*
Useful
Techniques
::
Some
examples
.
How
to
Debug
Tests
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment