Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
docutils / tools / editors / emacs / tests
  ..
  adjust-section.el
  adjust-uc.el
  adjust-uc_doc.rst
  Ado.el
  adornment.el
  apply-block.el
  buffer.el
  cl.el
  comment.el
  ert-buffer.el
  fill.el
  font-lock.el
  Hdr.el
  imenu.el
  indent.el
  init.el
  items.el
  Makefile
  movement.el
  re.el
  README.txt
  shift.el
  Stn.el
  toc.el
  tree.el
  Ttl.el
Size: Mime:
====================
  Tests for rst.el
====================

:Author: Martin Blais <blais@furius.ca>, Stefan Merten <smerten@oekonux.de>

The tests are using ERT_. You need to install ERT_ for to run them. If
you did you should change the path to the library contained in the
variable `ERT` in `Makefile`.

To run the tests in Emacs use the facilities provided by ERT_. Namely
evaluate the buffer containing the tests and do::

  M-x ert [RETURN] [RETURN]

To run the tests by `make` use ::

  make ert-tests

.. _ERT: http://www.emacswiki.org/emacs/ErtTestLibrary