Mercurial > hg > fetch
comparison tests/test.py @ 20:738d84b4de52
start documenting
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 09 Nov 2011 19:55:15 -0800 |
parents | 3497a30190d2 |
children |
comparison
equal
deleted
inserted
replaced
19:d69041957c0e | 20:738d84b4de52 |
---|---|
6 | 6 |
7 import doctest | 7 import doctest |
8 import os | 8 import os |
9 import sys | 9 import sys |
10 from optparse import OptionParser | 10 from optparse import OptionParser |
11 | |
12 | 11 |
13 def run_tests(raise_on_error=False, report_first=False): | 12 def run_tests(raise_on_error=False, report_first=False): |
14 | 13 |
15 # add results here | 14 # add results here |
16 results = {} | 15 results = {} |