/[thuban]/branches/WIP-pyshapelib-bramz/test/runtests.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/test/runtests.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1476 by bh, Thu Jul 24 15:16:15 2003 UTC revision 1555 by bh, Thu Aug 7 15:41:05 2003 UTC
# Line 77  def main(): Line 77  def main():
77              names.append(file[:-3])              names.append(file[:-3])
78    
79      suite = unittest.defaultTestLoader.loadTestsFromNames(names)      suite = unittest.defaultTestLoader.loadTestsFromNames(names)
80      runner = unittest.TextTestRunner(verbosity = verbosity)      runner = support.ThubanTestRunner(verbosity = verbosity)
81      result = runner.run(suite)      result = runner.run(suite)
82    
83      support.print_additional_summary()      support.print_additional_summary()

Legend:
Removed from v.1476  
changed lines
  Added in v.1555

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26