Testoob

An advanced unit testing framework for Python
Download

Testoob Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Publisher Name:
  • Ori Peleg
  • Operating Systems:
  • Windows All
  • File Size:
  • 178 KB

Testoob Tags


Testoob Description

Testoob was developed to be an advanced unit testing framework for Python. It integrates effortlessly with existing PyUnit (module ‘unittest’) test suites. Main features: Color Console Output Enable color output on the console with the ‘—color’ command-line option. Regular Expressions Choose which tests to run using regular expressions with the ‘—regex’ command-line option. Glob Patterns Choose which tests to run with Unix-style glob patterns with the ‘—glob’ command-line option. Immediate Reports Get immediate failure reports with the ‘—immediate’ command-line option. XML Output Output XML with the ‘—xml’ command-line option, and pass them to an automated system. HTML Output Output HTML for viewing test results in a web browser with the ‘—html’ command-line option. Debug Run pdb on failing tests with the ‘—debug’ command-line option. Verbose Asserts Get full information on your asserts with the ‘—vassert’ command-line option. Multiple Processes Run tests in parallel in different processes with the ‘—processes’ command-line option. This should work in most cases, even when the code isn’t thread-safe. Multiple Threads Run tests in parallel with the ‘—threads’ command-line option


Testoob Related Software