Skip to content

Releases: thomasw/testtube

1.1.0

13 Jun 20:59
Compare
Choose a tag to compare
  • Simplify dev environment configuration.
  • Add tox configuration for locally testing against multiple python versions.
  • Fix a bug in the nosetests helper implementation that was making it ignore passed in configuration.
  • Fix a bug that causing testtube to choke on simple method based tests.
  • Add an IGNORE_PATTERNS configuration option which supersedes test group pattern matches and allows users to configure testtube to always ignore certain files.
  • Add integration tests.
  • Factor out threading anti-patterns from core (time.sleep()).

1.0.0

06 Oct 08:09
Compare
Choose a tag to compare
  • Make tests configurable
  • Make test groups configurable
  • Centralizes output in a renderer object
  • Adds support for audible bells
  • Adds test group fail fast support (aborts test run)
  • Adds test fail fast support (aborts test group)
  • Adds helper base class to make writing tests easier
  • Adds a frosted helper
  • Rewrite of configuration handling
  • Eliminates redundant helpers: pep8_all, pyflakes_all, nosetests_all

0.2.0

06 Apr 04:30
Compare
Choose a tag to compare
  • Added Python 3.3 support