python-testify (0.2.3) unstable; urgency=low

  * Fix erroneous suite propagation among methods of subclasses of TestCase
  * Improvements for client/server mode
  * More descriptive error message if no tests are discovered

 -- Amber Yust <ayust@yelp.com>  Tue, 13 Mar 2012 16:00:44 -0700

python-testify (0.2.2) unstable; urgency=low

  * Support for --seed, which will seed the random number generator for
    deterministic "random" tests (eskilolsen)
  * Basic docstrings for client-server mode (slingamn)
  * Time out the server after 300s of inactivity (EvanKrall)

 -- James Brown <jbrown@yelp.com>  Thu, 05 Jan 2012 12:23:30 -0800

python-testify (0.2.1) unstable; urgency=low

  * Lets you rerun a list of tests in order (EvanKrall)

 -- James Brown <jbrown@yelp.com>  Mon, 19 Dec 2011 16:20:17 -0800

python-testify (0.2.0c) unstable; urgency=low

  * Make testify even more backwards-compatible

 -- James Brown <jbrown@yelp.com>  Thu, 15 Dec 2011 21:54:27 -0800

python-testify (0.2.0b) unstable; urgency=low

  * Make testify backwards-compatible with code that accesses TestCase._stage

 -- James Brown <jbrown@yelp.com>  Wed, 14 Dec 2011 21:32:02 -0800

python-testify (0.2.0a) unstable; urgency=low

  * Client/server mode (with --serve and --connect). This automatically reruns failed tests.
  * Direct-to-SQL reporting mode (--reporting-db-config)
  * JSON replaying: load the output of the JSON log and send each result to the test reporters. (--replay-json or --replay-json-inline). Useful for using the direct-to-SQL reporting plugin with other test frameworks.
  * Ability to stop running tests after a configurable number of failures (--failure-limit)
  * Test reporting plugins are now passed pickleable dictionaries (from TestResult.to_dict()).
  * JSON log is now just the JSON dump of the test result dictionary.
  * TestRunner.discover is now a generator.
  * Many other minor changes

 -- James Brown <jbrown@yelp.com>  Tue, 13 Dec 2011 19:36:51 -0800

python-testify (0.1.12) unstable; urgency=low

  * Add support for test specification via file paths
  * Use env to invoke python
  * Remove hard dependency on simplejson (fall back to json)
  * Fix IPython importing for IPython >= 0.11

 -- Amber Yust <ayust@yelp.com>  Thu, 13 Oct 2011 15:03:28 -0700

python-testify (0.1.11) unstable; urgency=low

  * Teach testify how to use alternate exception tracebacks

 -- Evan Klitzke <evan@eklitzke.org>  Mon, 02 May 2011 17:48:43 -0700

python-testify (0.1.10) unstable; urgency=low

  * Fix JSON logging to include proper test method class. Fixes #13 (sumeet)
  * Fix setup.py to not import testify, preventing some installation
    issues (rhettg)
  * Remove required dependency on IPython. Fixes #9 (rhettg)
  * Autodetect color support for test output. Fixes #4 (rhettg)

 -- Rhett Garber <rhett@yelp.com>  Fri, 7 April 2011 16:29:16 -0700

python-testify (0.1.9) unstable; urgency=low

  * Fix 'provides' field for PyPI (eklitzke)
  * Add --bucket-salt option for shaking up test bucketing (ayust)

 -- Amber Yust <ayust@yelp.com>  Tue, 30 November 2010 17:14:14 -0700

python-testify (0.1.8) unstable; urgency=low

  * Print a better error message when test discovery fails (eklitzke)

 -- Evan Klitzke <evan@eklitzke.org>  Mon, 18 Oct 2010 14:28:25 -0700

python-testify (0.1.7) unstable; urgency=low

  * Fix for JSON plugin causing bad return value (ayust@yelp.com)

 -- Rhett Garber <rhett@yelp.com>  Fri, 17 Sep 2010 17:00:16 -0700

python-testify (0.1.6) unstable; urgency=low

  * Packaging fixes (rhett@yelp.com)
  * Console logging option (lenza@yelp.com)

 -- Rhett Garber <rhett@yelp.com>  Thu, 26 August 2010 11:14:00 -0700

python-testify (0.1.5) unstable; urgency=low

  * intersection of test suites (ayust)

 -- Oliver Nicholas <bigo@yelp.com>  Mon, 16 August 2010 18:55:00 -0700

python-testify (0.1.4) unstable; urgency=low

  * Plugin functionality (rhettg)
  * JSON result storing (rhettg)
  * Turtle enhancements for memoized attribute access (rhettg)
  * Resolved an issue with non-test case directories during test discovery (rhettg)
  * Detect TTY to automatically disable colorized output (rhettg)

 -- Rhett Garber <rhett@yelp.com>  Tue, 10 August 2010 17:34:00 -0700

python-testify (0.1.3) unstable; urgency=low

  * Profiling option (eskil)
  * User friendly command line errors (Closes: #3) (rhettg)

 -- Rhett Garber <rhett@yelp.com>  Tue, 20 July 2010 16:55:00 -0700

python-testify (0.1.2) unstable; urgency=low

  * Ensure ability to move tests to a particular bucket

 -- Daniel Chen <dchen@yelp.com>  Thu, 20 May 2010 15:10:00 -0700

python-testify (0.1.1) unstable; urgency=low

  * Fix for proper suite exclusion

 -- Rhett Garber <rhettg@gmail.com>  Thu, 13 May 2010 10:45:00 -0700

python-testify (0.1.0) UNRELEASED; urgency=low

  * Initial release. (Closes: #XXXXXX)

 -- Rhett Garber <rhettg@gmail.com>  Tue, 23 Mar 2010 18:34:36 -0700
