Skip to content

Commit c5fa7e9

Browse files
committed
Add Phase enum
1 parent 3fb2ec1 commit c5fa7e9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Lib/test/support/_hypothesis_stubs/__init__.py

+9
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,12 @@ class Verbosity(Enum):
100100
normal = 1
101101
verbose = 2
102102
debug = 3
103+
104+
105+
class Phase(Enum):
106+
explicit = 0
107+
reuse = 1
108+
generate = 2
109+
target = 3
110+
shrink = 4
111+
explain = 5

0 commit comments

Comments
 (0)