# HG changeset patch # User Jeff Hammel # Date 1330982585 28800 # Node ID 41bd126ab77dce504ec725e34764e66aded39029 # Parent 395c6744bcd9e9fcfb4197e633855ccc6281957f note test status diff -r 395c6744bcd9 -r 41bd126ab77d README.txt --- 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 `_ 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 `_ . + Other Projects --------------