Mercurial > hg > urlmatch
comparison tests/test.py @ 5:6b99523536ee
tests work
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Fri, 17 Jun 2011 10:52:29 -0700 |
| parents | 20dde2687cfb |
| children |
comparison
equal
deleted
inserted
replaced
| 4:23be092e6099 | 5:6b99523536ee |
|---|---|
| 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 = {} |
