~ubuntu-branches/ubuntu/jaunty/python-docutils/jaunty

« back to all changes in this revision

Viewing changes to tools/editors/emacs/tests/README

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
==========================================
 
2
  Tests for automatic section adjustment
 
3
==========================================
 
4
 
 
5
:Author: Martin Blais <blais@furius.ca>
 
6
:Date: 2005-09-03
 
7
 
 
8
 
 
9
Running the tests
 
10
=================
 
11
 
 
12
To run the test suite, you can either evaluate the relevant progn from within
 
13
emacs, or you can run them from the command-line like this, e.g.::
 
14
 
 
15
   emacs --script tests-basic.el
 
16
 
 
17
See the Makefile for more details.
 
18
 
 
19
Status
 
20
======
 
21
 
 
22
We are planning to write many more tests and eventually to rewrite the
 
23
interactive section adjustment because it contains a few bugs (it nonetheless
 
24
pretty much works well otherwise).  Some of those bugs have been added and are
 
25
currently failing if you run the tests.
 
26
 
 
27
(See the FIXME statements for where to continue.)