-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from Jeff-Meadows/v2
Bump version to 2.0.0.
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.. :changelog: | ||
Release History | ||
--------------- | ||
|
||
2.0.0 (2015-03-01) | ||
++++++++++++++++++ | ||
|
||
**Bugfixes** | ||
|
||
- Tests marked flaky that fail after exhausting reruns will now be reported to the nose test runner. | ||
This is a *breaking* change, because the exit code of the nose test runner will indicate failure in this case. | ||
|
||
- Tests marked flaky will now be marked as failures after they have failed ``max_runs - min_passes + 1`` times. | ||
This is a *breaking* change as well, because a bug in previous versions was allowing tests with ``min_passes > 0`` to | ||
run more than ``max_runs`` times. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters