Skip to content

Commit

Permalink
Merge pull request #110 from Jeff-Meadows/v330
Browse files Browse the repository at this point in the history
Bump version to 3.3.0.
  • Loading branch information
Jeff-Meadows authored Jul 28, 2016
2 parents d7c192c + dd9566f commit 070b9fd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ our testing framework. This is a list of contributors.

- `@Jeff-Meadows <https://github.com/Jeff-Meadows>`_
- `@benpatterson <https://github.com/benpatterson>`_
- `@amygdalama <https://github.com/amygdalama>`_
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ Release History
Upcoming
++++++++

3.3.0 (2016-07-28)
++++++++++++++++++

- Flaky for Nose will now rerun tests using the ``afterTest`` plugin hook, rather than the ``stopTest`` hook.
The ``afterTest`` hook is called slightly later in the test run process; this change allows flaky to be used
with `TestCase` subclasses that override the test run process, and do teardown after ``stopTest`` is called.
In particular, this means that flaky is now compatible with Django's ``LiveServerTestCase``.


3.2.0 (2016-07-21)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def main():
base_dir = dirname(__file__)
setup(
name='flaky',
version='3.2.0',
version='3.3.0',
description='Plugin for nose or py.test that automatically reruns flaky tests.',
long_description=open(join(base_dir, 'README.rst')).read(),
author='Box',
Expand Down

0 comments on commit 070b9fd

Please sign in to comment.