comparison tests/doctest.txt @ 0:642e1f903bd0

initial commit of talos, mozutils port of http://k0s.org/mozilla/talos/new-talos-zip-bug.py
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 22 Jan 2013 12:10:40 -0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:642e1f903bd0
1 Test ReleaseTalos
2 ================
3
4 The obligatory imports:
5
6 >>> import releasetalos
7
8 Run some tests. This test will fail, please fix it:
9
10 >>> assert True == False
11