Mercurial > hg > CommitWatcher
view tests/doctest.txt @ 2:4cb3971d9d9d
commitwatcher/__init__.py commitwatcher/agent.py commitwatcher/main.py setup.py commitwatcher/commit.py commitwatcher/store.py mozbasewatcher.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 26 Sep 2013 21:35:29 -0700 |
parents | bdc039cb1f2e |
children |
line wrap: on
line source
Test CommitWatcher ================ The obligatory imports: >>> import commitwatcher Run some tests. This test will fail, please fix it: >>> assert True == False