review/tests/__init__.py @ 9df20fad6514

Add and reformat strings and documentation.
author Steve Losh <steve@stevelosh.com>
date Thu, 08 Oct 2009 23:03:26 -0400
parents 3e7777d0654e
children (none)
"""Unit tests for hg-review.

The tests require nose: pip install nose && nosetests --with-doctest -v

These tests will test the command line interface and therefor the API
behind it.

"""