hypothesis 6.135.9__py3-none-any.whl → 6.135.10__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- hypothesis/database.py +10 -5
- hypothesis/version.py +1 -1
- {hypothesis-6.135.9.dist-info → hypothesis-6.135.10.dist-info}/METADATA +1 -1
- {hypothesis-6.135.9.dist-info → hypothesis-6.135.10.dist-info}/RECORD +8 -8
- {hypothesis-6.135.9.dist-info → hypothesis-6.135.10.dist-info}/WHEEL +0 -0
- {hypothesis-6.135.9.dist-info → hypothesis-6.135.10.dist-info}/entry_points.txt +0 -0
- {hypothesis-6.135.9.dist-info → hypothesis-6.135.10.dist-info}/licenses/LICENSE.txt +0 -0
- {hypothesis-6.135.9.dist-info → hypothesis-6.135.10.dist-info}/top_level.txt +0 -0
hypothesis/database.py
CHANGED
@@ -447,11 +447,16 @@ class DirectoryBasedExampleDatabase(ExampleDatabase):
|
|
447
447
|
kp = self._key_path(key)
|
448
448
|
if not kp.is_dir():
|
449
449
|
return
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
450
|
+
|
451
|
+
try:
|
452
|
+
for path in os.listdir(kp):
|
453
|
+
try:
|
454
|
+
yield (kp / path).read_bytes()
|
455
|
+
except OSError:
|
456
|
+
pass
|
457
|
+
except OSError: # pragma: no cover
|
458
|
+
# the `kp` directory might have been deleted in the meantime
|
459
|
+
pass
|
455
460
|
|
456
461
|
def save(self, key: bytes, value: bytes) -> None:
|
457
462
|
key_path = self._key_path(key)
|
hypothesis/version.py
CHANGED
@@ -6,7 +6,7 @@ hypothesis/_settings.py,sha256=FGEckgd43ifGBrGcP8pN0YiVu74ZZl2IqghgUZBPUPI,39049
|
|
6
6
|
hypothesis/configuration.py,sha256=ruHxaoUFm9_gjyFhloszHF8wt-_yW8FQtWfMXFLwdzc,4341
|
7
7
|
hypothesis/control.py,sha256=6zyn0hDDOt5FugCpD2vw1UJFn3uYwd7lpYqMLoHpOgQ,12625
|
8
8
|
hypothesis/core.py,sha256=SNleVqFMjWOtrPYByAbl0XBqkTnHKq12-fKbK0kWEQw,92576
|
9
|
-
hypothesis/database.py,sha256=
|
9
|
+
hypothesis/database.py,sha256=qbiow_zUTUVUzvUa0OlCmkvrBRTyGxA7cTscIn6q_B0,47299
|
10
10
|
hypothesis/entry_points.py,sha256=aY9iTAiu1GaLljqqXFcMBgipZQ60RBOwwvPVmEr1lQE,1440
|
11
11
|
hypothesis/errors.py,sha256=fci2Xe3kUIEBZ92361vot2f7IRjtfEn1aI1Bdf8vfRU,10048
|
12
12
|
hypothesis/provisional.py,sha256=AmYdLs9Yuz6wrJ8QDO8EOX8njGfoVdUFeccuca5khl4,8052
|
@@ -14,7 +14,7 @@ hypothesis/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
14
|
hypothesis/reporting.py,sha256=f-jhl1JfAi5_tG8dsUd2qDjGcPdvxEzfF6hXmpTFQ1g,1761
|
15
15
|
hypothesis/stateful.py,sha256=vQ8wDO7YW-8nGlBGLfR9ariwmRCS9jxJy-Ky3swXjDE,42861
|
16
16
|
hypothesis/statistics.py,sha256=kZ5mc0fAg7gnSO6EmDo82fyz8DYhIiJ_mHe7srxOeQ0,5438
|
17
|
-
hypothesis/version.py,sha256=
|
17
|
+
hypothesis/version.py,sha256=zNVpD2w8EJ6Knk7ulTB14thAexTwxSDUr521snNGsl8,499
|
18
18
|
hypothesis/extra/__init__.py,sha256=gx4ENVDkrzBxy5Lv3Iyfs3tvMGdWMbiHfi95B7t61CY,415
|
19
19
|
hypothesis/extra/_array_helpers.py,sha256=PLmFckBfQpzQ4Q3dFJQqMmrbm7Qdvqxf1t9LHDCuSp0,27627
|
20
20
|
hypothesis/extra/_patching.py,sha256=A5s5EAf81itr--w4SAFyzuecSZm4eT397jM7BvbnQXU,12385
|
@@ -105,9 +105,9 @@ hypothesis/utils/terminal.py,sha256=IxGYDGaE4R3b_vMfz5buWbN18XH5qVP4IxqAgNAU5as,
|
|
105
105
|
hypothesis/vendor/__init__.py,sha256=gx4ENVDkrzBxy5Lv3Iyfs3tvMGdWMbiHfi95B7t61CY,415
|
106
106
|
hypothesis/vendor/pretty.py,sha256=WEZC-UV-QQgCjUf2Iz1WWaWnbgT7Hc3s-GWEVxq-Qz0,36114
|
107
107
|
hypothesis/vendor/tlds-alpha-by-domain.txt,sha256=W9hYvpu2BMmNgE-SfPp8-GTzEVjw0HJUviqlvHwpZu8,9588
|
108
|
-
hypothesis-6.135.
|
109
|
-
hypothesis-6.135.
|
110
|
-
hypothesis-6.135.
|
111
|
-
hypothesis-6.135.
|
112
|
-
hypothesis-6.135.
|
113
|
-
hypothesis-6.135.
|
108
|
+
hypothesis-6.135.10.dist-info/licenses/LICENSE.txt,sha256=rIkDe6xjVQZE3OjPMsZ2Xl-rncGhzpS4n4qAXzQaZ1A,17141
|
109
|
+
hypothesis-6.135.10.dist-info/METADATA,sha256=OKN6987_2dDGZzZBMCItH59GHVEaXE8IOqn69A9gYsI,5638
|
110
|
+
hypothesis-6.135.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
111
|
+
hypothesis-6.135.10.dist-info/entry_points.txt,sha256=JDoUs9w1bYme7aG_eJ1cCtstRTWD71BzG8iRi-G2eHE,113
|
112
|
+
hypothesis-6.135.10.dist-info/top_level.txt,sha256=ReGreaueiJ4d1I2kEiig_CLeA0sD4QCQ4qk_8kH1oDc,81
|
113
|
+
hypothesis-6.135.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|