review/tests/__init__.py @ 3c3734c184d9

Use revsets to find newer and older cset of the current changeset.

With obsolescence markers enabled, rev numbers are not linear
author Christophe de Vienne <cdevienne@gmail.com>
date Mon, 27 Oct 2014 22:38:16 +0100
parents 9df20fad6514
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.

"""