changeset 27:41bd126ab77d

note test status
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 05 Mar 2012 13:23:05 -0800
parents 395c6744bcd9
children 4509330ef8ad
files README.txt
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Mon Mar 05 13:15:45 2012 -0800
+++ b/README.txt	Mon Mar 05 13:23:05 2012 -0800
@@ -42,6 +42,15 @@
 used to serve a directory with the
 `wsgiref <http://docs.python.org/library/wsgiref.html>`_ server.
 
+Tests
+-----
+
+doctests and a test runner, ``test.py``, exist in the ``tests/``
+subdirectory of http://k0s.org/hg/FileServer . I currently use
+``paste.fixture.TestApp`` to mock requests and inspect responses, but
+should probably move to
+`WebTest <http://webtest.pythonpaste.org/en/latest/index.html>`_ .
+
 Other Projects
 --------------