Skip some param translation in the JPK driver for channel-less segments.
[hooke.git] / doc / testing.txt
index 736d9cae9524dc978c0e1cac20d30662ef7a2ce2..d5e9491c6b01bacf601a501264ec8a50fa280e3e 100644 (file)
@@ -1,14 +1,14 @@
-*************
-Testing Hooke
-*************
+*******
+Testing
+*******
 
 Hooke's test framework is build using doctest_, unittest_, and nose_.
-`nosetests` (from the `nose` package) scans through the source
-tree, searching out the various tests and running them.  If you aren't
-familiar with `nose`, there is excellent documentation on its home
-page.  We use `nose` because its auto-discovery allows us to avoid
-collecting all of our assorted tests into `unittest.TestSuite`\s and
-running them by hand.
+``nosetests`` (from the nose_ package) scans through the source tree,
+searching out the various tests and running them.  If you aren't
+familiar with nose_, there is excellent documentation on its home
+page.  We use nose_ because its auto-discovery allows us to avoid
+collecting all of our assorted tests into
+:class:`unittest.TestSuite`\s and running them by hand.
 
 To run the test suite from the Hooke installation directory, just use::
 
@@ -22,4 +22,4 @@ To run the test suite from the Hooke installation directory, just use::
 Adding tests to modules
 -----------------------
 
-Just go crazy with doctests and unittests; `nose` will find them.
+Just go crazy with doctests and unittests; nose_ will find them.