--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/doctest.txt Tue Jan 22 21:30:20 2013 -0800 @@ -0,0 +1,11 @@ +Test MozillaHg +================ + +The obligatory imports: + + >>> import mozillahg + +Run some tests. This test will fail, please fix it: + + >>> assert True == False +