Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Mar 7, 2016
1 parent 677202e commit d747ea2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ official CSL test fixtures as a submodule, in the following locations:
| Official CSL test suite | ``./tests/fixtures/std/processor-tests/humans`` |
+------------------------------+-------------------------------------------------+

Fixture names have two elements separated by an underscore, with a
``.txt`` extension (e.g. ``name_WesternSimple.txt``). To run a single
test, provide the test name as the argument to the ``-s`` option. For
cut-and-paste convenience, various forms of the name are recognized::
Fixture filenames have two elements (a group name and a test name),
separated by an underscore and with a ``.txt`` extension. To run a
single test, provide the test name as the argument to the ``-s``
option. For cut-and-paste convenience, various forms of the name are
recognized::

./test.py -s name WesternSimple
./test.py -s name_WesternSimple
Expand Down Expand Up @@ -138,6 +139,6 @@ To test a single fixture, provide its name::

./test.py -c name_WesternSimple.txt

The script does not explicitly report success (apart from writing a
progress dot to the console): it produces chatter only if a test
fails.
In its |jing| mode, the script does not explicitly report success
(apart from writing a progress dot to the console): it produces
chatter only if a test fails.

0 comments on commit d747ea2

Please sign in to comment.