Adjust command.serve.Serve doctest to clarify remaining test failures.
authorW. Trevor King <wking@drexel.edu>
Tue, 19 Jan 2010 14:04:09 +0000 (09:04 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 19 Jan 2010 14:04:09 +0000 (09:04 -0500)
commitd8e23d5ef87a3ae4d6af38a28c095fc5a1bb1841
tree9c1c84ec1abbf638e866b78b844548821f33dc56
parentd616494d67e5d50f85fccf12c2e679389f7445e1
Adjust command.serve.Serve doctest to clarify remaining test failures.

Current test output
  $ python test.py libbe
  ...
  FAILED (failures=1, errors=3)

All failures and errors due to unimplemented functionality

Errors:
  * Darcs._vcs_isdir() not implemented (for Darcs <= 2.3.1)
  * Arch._vcs_path() not implemented
  * Arch._vcs_changed() not implemented

Failures:
  * command.serve.Serve tests not implemented
libbe/command/serve.py