-
Notifications
You must be signed in to change notification settings - Fork 587
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f8e4e74
commit e417373
Showing
7 changed files
with
35 additions
and
28 deletions.
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 |
---|---|---|
|
@@ -125,6 +125,7 @@ their individual contributions. | |
* `Munir Abdinur <https://www.github.com/mabdinur>`_ | ||
* `Nicholas Chammas <https://www.github.com/nchammas>`_ | ||
* `Nick Anyos <https://www.github.com/NickAnyos>`_ | ||
* `Nick Muoh <https://github.com/OdinTech3>`_ ([email protected]) | ||
* `Nicolas Ganz <https://www.github.com/ThunderKey>`_ | ||
* `Nikita Sobolev <https://github.com/sobolevn>`_ ([email protected]) | ||
* `Oleg Höfling <https://github.com/hoefling>`_ ([email protected]) | ||
|
@@ -183,4 +184,3 @@ their individual contributions. | |
* `Yiyang Zhan <https://www.github.com/zhanpon>`_ | ||
* `Zac Hatfield-Dodds <https://www.github.com/Zac-HD>`_ ([email protected]) | ||
* `Zebulun Arendsee <https://www.github.com/arendsee>`_ ([email protected]) | ||
* `Nick Muoh <https://github.com/OdinTech3>`_ ([email protected]) |
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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
RELEASE_TYPE: patch | ||
|
||
This patch fixes the issue https://github.com/HypothesisWorks/hypothesis/issues/3527 | ||
allowing builtin types i.e tuple to be used in strategies. | ||
This patch fixes a bug with :func:`~hypothesis.strategies.from_type()` with ``dict[tuple[int, int], str]`` | ||
(:issue:`3527`). | ||
|
||
Thanks to Nick Muoh at the PyCon Sprints! |
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
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
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
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
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