Marcel Telka
2024-04-09 11cd3607f21207430dcdf0da500f91647e15c5e8
commit | author | age
69b7ce 1 py$(PYV): remove tox env folder .tox/py$(PYV)
MT 2 py$(PYV): commands[0]> python -bb -X dev -m pytest tests/nocover/
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/hypothesis-python/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
3cbb4c 6 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase(PosixPath('$(@D)/hypothesis-python/.hypothesis/examples'))
69b7ce 7 rootdir: $(@D)
MT 8 configfile: pytest.ini
9bd665 9 collecting ... collected 692 items
69b7ce 10
11cd36 11 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[lists(integers(), min_size=-1)] PASSED
MT 12 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[lists(integers(), max_size=-1)] PASSED
13 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[lists(integers(), min_size='no')] PASSED
14 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[lists(integers(), max_size='no')] PASSED
15 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[sets(integers(), min_size=-1)] PASSED
16 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[sets(integers(), max_size=-1)] PASSED
17 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[sets(integers(), min_size='no')] PASSED
18 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[sets(integers(), max_size='no')] PASSED
19 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[frozensets(integers(), min_size=-1)] PASSED
20 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[frozensets(integers(), max_size=-1)] PASSED
21 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[frozensets(integers(), min_size='no')] PASSED
22 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[frozensets(integers(), max_size='no')] PASSED
23 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[dictionaries(integers(), integers(), min_size=-1)] PASSED
24 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[dictionaries(integers(), integers(), max_size=-1)] PASSED
25 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[dictionaries(integers(), integers(), min_size='no')] PASSED
26 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[dictionaries(integers(), integers(), max_size='no')] PASSED
27 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[text(min_size=-1)] PASSED
28 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[text(max_size=-1)] PASSED
29 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[text(min_size='no')] PASSED
30 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[text(max_size='no')] PASSED
31 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[binary(min_size=-1)] PASSED
32 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[binary(max_size=-1)] PASSED
33 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[binary(min_size='no')] PASSED
34 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[binary(max_size='no')] PASSED
35 tests/nocover/test_argument_validation.py::test_raise_invalid_argument[lists(nothing(), min_size=1, unique=True)] PASSED
69b7ce 36 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[_maybe_nil_uuids] PASSED
MT 37 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[binary] PASSED
38 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[booleans] PASSED
39 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[builds] PASSED
40 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[characters] PASSED
41 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[complex_numbers] PASSED
42 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[data] PASSED
43 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[dates] PASSED
44 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[datetimes] PASSED
45 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[decimals] PASSED
46 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[deferred] PASSED
47 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[dictionaries] PASSED
48 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[emails] PASSED
49 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[fixed_dictionaries] PASSED
50 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[floats] PASSED
51 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[fractions] PASSED
52 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[from_regex] PASSED
53 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[from_type] PASSED
54 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[frozensets] PASSED
55 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[functions] PASSED
56 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[integers] PASSED
57 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[ip_addresses] PASSED
58 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[iterables] PASSED
59 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[just] PASSED
60 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[lists] PASSED
61 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[none] PASSED
62 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[nothing] PASSED
63 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[one_of] PASSED
64 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[permutations] PASSED
65 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[random_module] PASSED
66 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[randoms] PASSED
67 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[recursive] PASSED
68 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[runner] PASSED
69 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[sampled_from] PASSED
70 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[sets] PASSED
71 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[shared] PASSED
72 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[slices] PASSED
73 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[text] PASSED
74 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[timedeltas] PASSED
75 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[times] PASSED
76 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[timezone_keys] PASSED
77 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[timezones] PASSED
78 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[tuples] PASSED
79 tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[uuids] PASSED
80 tests/nocover/test_bad_repr.py::test_just_frosty PASSED
81 tests/nocover/test_bad_repr.py::test_sampling_snowmen PASSED
11cd36 82 tests/nocover/test_bad_repr.py::test_sampled_from_bad_repr PASSED
69b7ce 83 tests/nocover/test_baseexception.py::test_exception_propagates_fine[KeyboardInterrupt] PASSED
MT 84 tests/nocover/test_baseexception.py::test_exception_propagates_fine[SystemExit] PASSED
11cd36 85 tests/nocover/test_baseexception.py::test_exception_propagates_fine[GeneratorExit] PASSED
69b7ce 86 tests/nocover/test_baseexception.py::test_exception_propagates_fine[ValueError] PASSED
MT 87 tests/nocover/test_baseexception.py::test_exception_propagates_fine_from_strategy[KeyboardInterrupt] PASSED
88 tests/nocover/test_baseexception.py::test_exception_propagates_fine_from_strategy[SystemExit] PASSED
11cd36 89 tests/nocover/test_baseexception.py::test_exception_propagates_fine_from_strategy[GeneratorExit] PASSED
69b7ce 90 tests/nocover/test_baseexception.py::test_exception_propagates_fine_from_strategy[ValueError] PASSED
11cd36 91 tests/nocover/test_baseexception.py::test_baseexception_no_rerun_no_flaky[KeyboardInterrupt] PASSED
MT 92 tests/nocover/test_baseexception.py::test_baseexception_no_rerun_no_flaky[ValueError] PASSED
93 tests/nocover/test_baseexception.py::test_baseexception_in_strategy_no_rerun_no_flaky[KeyboardInterrupt] PASSED
94 tests/nocover/test_baseexception.py::test_baseexception_in_strategy_no_rerun_no_flaky[SystemExit] PASSED
95 tests/nocover/test_baseexception.py::test_baseexception_in_strategy_no_rerun_no_flaky[GeneratorExit] PASSED
96 tests/nocover/test_baseexception.py::test_baseexception_in_strategy_no_rerun_no_flaky[ValueError] PASSED
4be5b8 97 tests/nocover/test_baseexception.py::test_explanations[True-SystemExit] PASSED
11cd36 98 tests/nocover/test_baseexception.py::test_explanations[True-GeneratorExit] PASSED
MT 99 tests/nocover/test_baseexception.py::test_explanations[False-SystemExit] PASSED
100 tests/nocover/test_baseexception.py::test_explanations[False-GeneratorExit] PASSED
69b7ce 101 tests/nocover/test_boundary_exploration.py::test_explore_arbitrary_function[strat0] PASSED
11cd36 102 tests/nocover/test_build_signature.py::test_builds_uses_signature_attribute PASSED
MT 103 tests/nocover/test_build_signature.py::test_from_type_uses_signature_attribute PASSED
104 tests/nocover/test_build_signature.py::test_from_type_can_be_default_or_annotation PASSED
69b7ce 105 tests/nocover/test_build_signature.py::test_build_using_different_signature_and_annotations PASSED
MT 106 tests/nocover/test_build_signature.py::test_build_with_non_types_in_signature PASSED
11cd36 107 tests/nocover/test_build_signature.py::test_build_in_from_type_with_self_named_something_else PASSED
69b7ce 108 tests/nocover/test_cache_implementation.py::TestCache::runTest PASSED
MT 109 tests/nocover/test_cacheable.py::test_is_cacheable[s0] PASSED
110 tests/nocover/test_cacheable.py::test_is_cacheable[s1] PASSED
111 tests/nocover/test_cacheable.py::test_is_cacheable[s2] PASSED
112 tests/nocover/test_cacheable.py::test_is_cacheable[s3] PASSED
113 tests/nocover/test_cacheable.py::test_is_not_cacheable[s0] PASSED
114 tests/nocover/test_cacheable.py::test_is_not_cacheable[s1] PASSED
115 tests/nocover/test_cacheable.py::test_is_not_cacheable[s2] PASSED
116 tests/nocover/test_cacheable.py::test_non_cacheable_things_are_not_cached PASSED
11cd36 117 tests/nocover/test_cacheable.py::test_cacheable_things_are_cached PASSED
MT 118 tests/nocover/test_cacheable.py::test_local_types_are_garbage_collected_issue_493 PASSED
119 tests/nocover/test_characters.py::test_large_blacklist PASSED
69b7ce 120 tests/nocover/test_characters.py::test_arbitrary_blacklist PASSED
2f214a 121 tests/nocover/test_characters.py::test_can_constrain_characters_to_codec PASSED
11cd36 122 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[lists(none(), max_size=0)] PASSED
MT 123 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[tuples()] PASSED
124 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[sets(none(), max_size=0)] PASSED
125 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[frozensets(none(), max_size=0)] PASSED
126 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[fixed_dictionaries({})] PASSED
69b7ce 127 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[builds(ABC, booleans(), booleans(), booleans())] PASSED
MT 128 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[builds(ABC, booleans(), booleans(), integers())] PASSED
11cd36 129 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[fixed_dictionaries({'a': integers(), 'b': booleans()})] PASSED
69b7ce 130 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[dictionaries(keys=booleans(), values=integers())] PASSED
MT 131 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[dictionaries(keys=text(), values=booleans())] PASSED
11cd36 132 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[one_of(integers(), tuples(booleans()))] PASSED
MT 133 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[sampled_from(range(0, 10))] PASSED
134 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[one_of(just('a'), just('b'), just('c'))] PASSED
135 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[sampled_from(('a', 'b', 'c'))] PASSED
136 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[integers()] PASSED
137 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[integers(min_value=3)] PASSED
138 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[integers(min_value=-4294967296, max_value=18446744073709551616)] PASSED
69b7ce 139 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats()0] PASSED
MT 140 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats(min_value=-2.0, max_value=3.0)] PASSED
11cd36 141 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats()1] PASSED
MT 142 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats(min_value=-2.0)] PASSED
143 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats()2] PASSED
144 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats(max_value=-0.0)] PASSED
145 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats()3] PASSED
69b7ce 146 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats(min_value=0.0)] PASSED
MT 147 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats(min_value=3.14, max_value=3.14)] PASSED
11cd36 148 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[text()] PASSED
MT 149 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[binary()] PASSED
150 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[booleans()] PASSED
151 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[tuples(booleans(), booleans())] PASSED
69b7ce 152 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[frozensets(integers())] PASSED
11cd36 153 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[sets(frozensets(booleans()))] PASSED
MT 154 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[complex_numbers()] PASSED
155 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[fractions()] PASSED
156 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[decimals()] PASSED
157 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[lists(lists(booleans()))] PASSED
158 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[lists(floats(min_value=0.0, max_value=0.0))] PASSED
69b7ce 159 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[integers().flatmap(lambda right: integers(min_value=0).map(lambda length: OrderedPair(right - length, right)))] PASSED
MT 160 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[integers().flatmap(lambda v: lists(just(v)))] PASSED
11cd36 161 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[integers().filter(lambda x: abs(x) > 100)] PASSED
MT 162 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats(min_value=-1.7976931348623157e+308, max_value=1.7976931348623157e+308)] PASSED
69b7ce 163 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[none()] PASSED
MT 164 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[randoms(use_true_random=True)] PASSED
11cd36 165 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[booleans().flatmap(lambda x: booleans() if x else complex_numbers())] PASSED
69b7ce 166 tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[recursive(booleans(), lambda x: lists(x, max_size=3), max_leaves=10)] PASSED
MT 167 tests/nocover/test_compat.py::test_convert_back PASSED
168 tests/nocover/test_compat.py::test_to_int_in_big_endian_order PASSED
11cd36 169 tests/nocover/test_compat.py::test_to_bytes_in_big_endian_order PASSED
MT 170 tests/nocover/test_compat.py::test_ceil PASSED
171 tests/nocover/test_compat.py::test_floor PASSED
69b7ce 172 tests/nocover/test_completion.py::test_never_draw_anything PASSED
MT 173 tests/nocover/test_complex_numbers.py::test_magnitude_validates[min_magnitude-32] PASSED
174 tests/nocover/test_complex_numbers.py::test_magnitude_validates[min_magnitude-64] PASSED
11cd36 175 tests/nocover/test_complex_numbers.py::test_magnitude_validates[min_magnitude-128] PASSED
MT 176 tests/nocover/test_complex_numbers.py::test_magnitude_validates[max_magnitude-32] PASSED
177 tests/nocover/test_complex_numbers.py::test_magnitude_validates[max_magnitude-64] PASSED
178 tests/nocover/test_complex_numbers.py::test_magnitude_validates[max_magnitude-128] PASSED
69b7ce 179 tests/nocover/test_conjecture_engine.py::test_lot_of_dead_nodes PASSED
MT 180 tests/nocover/test_conjecture_engine.py::test_saves_data_while_shrinking PASSED
11cd36 181 tests/nocover/test_conjecture_engine.py::test_can_discard PASSED
MT 182 tests/nocover/test_conjecture_engine.py::test_regression_1 PASSED
183 tests/nocover/test_conjecture_engine.py::test_cached_with_masked_byte_agrees_with_results PASSED
184 tests/nocover/test_conjecture_engine.py::test_block_programs_fail_efficiently PASSED
69b7ce 185 tests/nocover/test_conjecture_int_list.py::TestIntList::runTest PASSED
MT 186 tests/nocover/test_conjecture_utils.py::test_gives_the_correct_probabilities PASSED
187 tests/nocover/test_conjecture_utils.py::test_p_continue PASSED
188 tests/nocover/test_conjecture_utils.py::test_p_continue_to_average PASSED
189 tests/nocover/test_conventions.py::test_unique_identifier_repr PASSED
190 tests/nocover/test_database_agreement.py::TestDBs::runTest PASSED
191 tests/nocover/test_database_usage.py::test_saves_incremental_steps_in_database PASSED
11cd36 192 tests/nocover/test_database_usage.py::test_clears_out_database_as_things_get_boring PASSED
69b7ce 193 tests/nocover/test_database_usage.py::test_trashes_invalid_examples PASSED
11cd36 194 tests/nocover/test_database_usage.py::test_respects_max_examples_in_database_usage PASSED
MT 195 tests/nocover/test_database_usage.py::test_does_not_use_database_when_seed_is_forced PASSED
196 tests/nocover/test_database_usage.py::test_database_not_created_when_not_used PASSED
197 tests/nocover/test_database_usage.py::test_ga_database_not_created_when_not_used PASSED
69b7ce 198 tests/nocover/test_deferred_errors.py::test_does_not_error_on_initial_calculation PASSED
MT 199 tests/nocover/test_deferred_errors.py::test_errors_each_time PASSED
200 tests/nocover/test_deferred_errors.py::test_errors_on_test_invocation PASSED
11cd36 201 tests/nocover/test_deferred_errors.py::test_errors_on_find PASSED
MT 202 tests/nocover/test_deferred_errors.py::test_errors_on_example PASSED
203 tests/nocover/test_deferred_errors.py::test_does_not_recalculate_the_strategy PASSED
69b7ce 204 tests/nocover/test_drypython_returns.py::test_my_mappable PASSED
MT 205 tests/nocover/test_drypython_returns.py::test_several_generic_bases[TwoGenericBases1] PASSED
206 tests/nocover/test_drypython_returns.py::test_several_generic_bases[TwoGenericBases2] PASSED
11cd36 207 tests/nocover/test_drypython_returns.py::test_several_generic_bases[OneGenericOneConrete1] PASSED
MT 208 tests/nocover/test_drypython_returns.py::test_several_generic_bases[OneGenericOneConrete2] PASSED
209 tests/nocover/test_drypython_returns.py::test_several_generic_bases[MixedGenerics1] PASSED
210 tests/nocover/test_drypython_returns.py::test_several_generic_bases[MixedGenerics2] PASSED
211 tests/nocover/test_drypython_returns.py::test_several_generic_bases[AllConcrete] PASSED
69b7ce 212 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func1-TwoGenericBases1] PASSED
MT 213 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func1-TwoGenericBases2] PASSED
11cd36 214 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func1-OneGenericOneConrete1] PASSED
MT 215 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func1-OneGenericOneConrete2] PASSED
216 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func1-MixedGenerics1] PASSED
217 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func1-MixedGenerics2] PASSED
218 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func1-AllConcrete] PASSED
69b7ce 219 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func2-TwoGenericBases1] PASSED
MT 220 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func2-TwoGenericBases2] PASSED
11cd36 221 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func2-OneGenericOneConrete1] PASSED
MT 222 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func2-OneGenericOneConrete2] PASSED
223 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func2-MixedGenerics1] PASSED
224 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func2-MixedGenerics2] PASSED
225 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func2-AllConcrete] PASSED
226 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func1-TwoGenericBases1] PASSED
227 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func1-TwoGenericBases2] PASSED
228 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func1-OneGenericOneConrete1] PASSED
229 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func1-OneGenericOneConrete2] PASSED
230 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func1-MixedGenerics1] PASSED
231 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func1-MixedGenerics2] PASSED
232 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func1-AllConcrete] PASSED
233 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func2-TwoGenericBases1] PASSED
234 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func2-TwoGenericBases2] PASSED
235 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func2-OneGenericOneConrete1] PASSED
236 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func2-OneGenericOneConrete2] PASSED
237 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func2-MixedGenerics1] PASSED
238 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func2-MixedGenerics2] PASSED
239 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func2-AllConcrete] PASSED
240 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func1-TwoGenericBases1] PASSED
241 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func1-TwoGenericBases2] PASSED
242 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func1-OneGenericOneConrete1] PASSED
243 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func1-OneGenericOneConrete2] PASSED
244 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func1-MixedGenerics1] PASSED
245 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func1-MixedGenerics2] PASSED
246 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func1-AllConcrete] PASSED
247 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func2-TwoGenericBases1] PASSED
248 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func2-TwoGenericBases2] PASSED
249 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func2-OneGenericOneConrete1] PASSED
250 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func2-OneGenericOneConrete2] PASSED
251 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func2-MixedGenerics1] PASSED
252 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func2-MixedGenerics2] PASSED
253 tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func2-AllConcrete] PASSED
69b7ce 254 tests/nocover/test_drypython_returns.py::test_several_generic_bases_wrong_functions[wrong_generic_func1] PASSED
MT 255 tests/nocover/test_drypython_returns.py::test_several_generic_bases_wrong_functions[wrong_generic_func2] PASSED
256 tests/nocover/test_duplication.py::test_does_not_duplicate_blocks[1] PASSED
257 tests/nocover/test_duplication.py::test_does_not_duplicate_blocks[2] PASSED
258 tests/nocover/test_duplication.py::test_does_not_duplicate_blocks[3] PASSED
259 tests/nocover/test_duplication.py::test_does_not_duplicate_blocks[4] PASSED
260 tests/nocover/test_duplication.py::test_mostly_does_not_duplicate_blocks_even_when_failing[1] PASSED
261 tests/nocover/test_duplication.py::test_mostly_does_not_duplicate_blocks_even_when_failing[2] PASSED
262 tests/nocover/test_duplication.py::test_mostly_does_not_duplicate_blocks_even_when_failing[3] PASSED
263 tests/nocover/test_duplication.py::test_mostly_does_not_duplicate_blocks_even_when_failing[4] PASSED
264 tests/nocover/test_dynamic_variable.py::test_can_assign PASSED
265 tests/nocover/test_dynamic_variable.py::test_can_nest PASSED
266 tests/nocover/test_emails.py::test_is_valid_email PASSED
11cd36 267 tests/nocover/test_emails.py::test_can_restrict_email_domains PASSED
MT 268 tests/nocover/test_eval_as_source.py::test_can_eval_as_source PASSED
69b7ce 269 tests/nocover/test_eval_as_source.py::test_caches PASSED
MT 270 tests/nocover/test_eval_as_source.py::test_can_call_self_recursively PASSED
271 tests/nocover/test_explore_arbitrary_languages.py::test_explore_an_arbitrary_language PASSED
272 tests/nocover/test_explore_arbitrary_languages.py::test_run_specific_example[seed0-language0] SKIPPED
273 tests/nocover/test_fancy_repr.py::test_floats_is_floats PASSED
274 tests/nocover/test_fancy_repr.py::test_includes_non_default_values PASSED
11cd36 275 tests/nocover/test_fancy_repr.py::test_builds_repr PASSED
69b7ce 276 tests/nocover/test_fancy_repr.py::test_map_repr PASSED
11cd36 277 tests/nocover/test_fancy_repr.py::test_filter_repr PASSED
MT 278 tests/nocover/test_fancy_repr.py::test_flatmap_repr PASSED
279 tests/nocover/test_filtering.py::test_filter_correctly[specifier0-<lambda>] PASSED
280 tests/nocover/test_filtering.py::test_filter_correctly[specifier1-bool] PASSED
69b7ce 281 tests/nocover/test_filtering.py::test_chained_filters_agree[base0] PASSED
MT 282 tests/nocover/test_filtering.py::test_chained_filters_agree[base1] PASSED
283 tests/nocover/test_filtering.py::test_chained_filters_agree[base2] PASSED
284 tests/nocover/test_filtering.py::test_chained_filters_agree[base3] PASSED
285 tests/nocover/test_filtering.py::test_chained_filters_repr[base0] PASSED
286 tests/nocover/test_filtering.py::test_chained_filters_repr[base1] PASSED
287 tests/nocover/test_filtering.py::test_chained_filters_repr[base2] PASSED
288 tests/nocover/test_filtering.py::test_chained_filters_repr[base3] PASSED
289 tests/nocover/test_find.py::test_can_find_an_int PASSED
290 tests/nocover/test_find.py::test_can_find_list PASSED
291 tests/nocover/test_find.py::test_can_find_nan PASSED
292 tests/nocover/test_find.py::test_can_find_nans PASSED
293 tests/nocover/test_find.py::test_condition_is_name PASSED
294 tests/nocover/test_find.py::test_find_dictionary PASSED
295 tests/nocover/test_fixtures.py::test_time_consistently_increments_in_tests PASSED
11cd36 296 tests/nocover/test_flatmap.py::test_constant_lists_are_constant PASSED
MT 297 tests/nocover/test_flatmap.py::test_in_order PASSED
298 tests/nocover/test_flatmap.py::test_flatmap_retrieve_from_db PASSED
299 tests/nocover/test_flatmap.py::test_flatmap_does_not_reuse_strategies PASSED
300 tests/nocover/test_flatmap.py::test_flatmap_has_original_strategy_repr PASSED
301 tests/nocover/test_flatmap.py::test_mixed_list_flatmap PASSED
69b7ce 302 tests/nocover/test_flatmap.py::test_can_shrink_through_a_binding[1] PASSED
MT 303 tests/nocover/test_flatmap.py::test_can_shrink_through_a_binding[2] PASSED
304 tests/nocover/test_flatmap.py::test_can_shrink_through_a_binding[3] PASSED
305 tests/nocover/test_flatmap.py::test_can_shrink_through_a_binding[4] PASSED
306 tests/nocover/test_flatmap.py::test_can_shrink_through_a_binding[5] PASSED
307 tests/nocover/test_flatmap.py::test_can_shrink_through_a_binding[6] PASSED
308 tests/nocover/test_flatmap.py::test_can_shrink_through_a_binding[7] PASSED
309 tests/nocover/test_flatmap.py::test_can_shrink_through_a_binding[8] PASSED
310 tests/nocover/test_flatmap.py::test_can_shrink_through_a_binding[9] PASSED
11cd36 311 tests/nocover/test_flatmap.py::test_can_delete_in_middle_of_a_binding[1] PASSED
MT 312 tests/nocover/test_flatmap.py::test_can_delete_in_middle_of_a_binding[2] PASSED
313 tests/nocover/test_flatmap.py::test_can_delete_in_middle_of_a_binding[3] PASSED
314 tests/nocover/test_flatmap.py::test_can_delete_in_middle_of_a_binding[4] PASSED
315 tests/nocover/test_flatmap.py::test_can_delete_in_middle_of_a_binding[5] PASSED
316 tests/nocover/test_flatmap.py::test_can_delete_in_middle_of_a_binding[6] PASSED
317 tests/nocover/test_flatmap.py::test_can_delete_in_middle_of_a_binding[7] PASSED
318 tests/nocover/test_flatmap.py::test_can_delete_in_middle_of_a_binding[8] PASSED
319 tests/nocover/test_flatmap.py::test_can_delete_in_middle_of_a_binding[9] PASSED
320 tests/nocover/test_floating.py::test_is_float PASSED
321 tests/nocover/test_floating.py::test_inversion_is_imperfect PASSED
322 tests/nocover/test_floating.py::test_largest_range PASSED
323 tests/nocover/test_floating.py::test_negation_is_self_inverse PASSED
324 tests/nocover/test_floating.py::test_is_not_nan PASSED
325 tests/nocover/test_floating.py::test_is_not_positive_infinite PASSED
326 tests/nocover/test_floating.py::test_is_not_negative_infinite PASSED
327 tests/nocover/test_floating.py::test_is_int PASSED
328 tests/nocover/test_floating.py::test_is_not_int PASSED
329 tests/nocover/test_floating.py::test_is_in_exact_int_range PASSED
69b7ce 330 tests/nocover/test_floating.py::test_can_find_floats_that_do_not_round_trip_through_strings PASSED
11cd36 331 tests/nocover/test_floating.py::test_can_find_floats_that_do_not_round_trip_through_reprs PASSED
MT 332 tests/nocover/test_floating.py::test_floats_are_in_range PASSED
69b7ce 333 tests/nocover/test_floating.py::test_can_find_negative_and_signaling_nans[False-False] PASSED
MT 334 tests/nocover/test_floating.py::test_can_find_negative_and_signaling_nans[False-True] PASSED
335 tests/nocover/test_floating.py::test_can_find_negative_and_signaling_nans[True-False] PASSED
336 tests/nocover/test_floating.py::test_can_find_negative_and_signaling_nans[True-True] PASSED
337 tests/nocover/test_from_type_recipe.py::test_recipe_for_everything_except PASSED
338 tests/nocover/test_given_error_conditions.py::test_raises_unsatisfiable_if_all_false PASSED
339 tests/nocover/test_given_reuse.py::test_has_an_arg_named_x PASSED
340 tests/nocover/test_given_reuse.py::test_has_an_arg_named_y PASSED
11cd36 341 tests/nocover/test_given_reuse.py::test_fail_independently PASSED
69b7ce 342 tests/nocover/test_imports.py::test_can_star_import_from_hypothesis PASSED
MT 343 tests/nocover/test_integer_ranges.py::test_bounded_integers_distribution_of_bit_width_issue_1387_regression PASSED
344 tests/nocover/test_interesting_origin.py::test_can_generate_specified_version[go_wrong_naive] PASSED
345 tests/nocover/test_interesting_origin.py::test_can_generate_specified_version[go_wrong_with_cause] PASSED
11cd36 346 tests/nocover/test_interesting_origin.py::test_can_generate_specified_version[go_wrong_coverup] PASSED
69b7ce 347 tests/nocover/test_labels.py::test_labels_are_cached PASSED
MT 348 tests/nocover/test_labels.py::test_labels_are_distinct PASSED
11cd36 349 tests/nocover/test_labels.py::test_different_composites_have_different_labels PASSED
69b7ce 350 tests/nocover/test_labels.py::test_one_of_label_is_distinct PASSED
11cd36 351 tests/nocover/test_labels.py::test_lists_label_by_element PASSED
MT 352 tests/nocover/test_labels.py::test_label_of_deferred_strategy_is_well_defined PASSED
69b7ce 353 tests/nocover/test_large_examples.py::test_can_generate_large_lists_with_min_size PASSED
MT 354 tests/nocover/test_limits.py::test_max_examples_are_respected PASSED
355 tests/nocover/test_lstar.py::test_learning_always_changes_generation PASSED
356 tests/nocover/test_modify_inner_test.py::test_can_replace_inner_test PASSED
357 tests/nocover/test_modify_inner_test.py::test_can_replace_when_decorated PASSED
358 tests/nocover/test_modify_inner_test.py::test_can_replace_when_parametrized[1] PASSED
359 tests/nocover/test_modify_inner_test.py::test_can_replace_when_parametrized[2] PASSED
11cd36 360 tests/nocover/test_modify_inner_test.py::test_can_replace_when_original_is_invalid PASSED
69b7ce 361 tests/nocover/test_modify_inner_test.py::test_inner_is_original_even_when_invalid PASSED
MT 362 tests/nocover/test_modify_inner_test.py::test_invokes_inner_function_with_args_by_name PASSED
363 tests/nocover/test_nesting.py::test_nesting_1 PASSED
364 tests/nocover/test_pretty_repr.py::test_repr_evals_to_thing_with_same_repr PASSED
365 tests/nocover/test_pretty_repr.py::test_sampled_transform_reprs[none().filter(foo).map(bar)] PASSED
11cd36 366 tests/nocover/test_pretty_repr.py::test_sampled_transform_reprs[just(1).filter(foo).map(bar)] PASSED
69b7ce 367 tests/nocover/test_pretty_repr.py::test_sampled_transform_reprs[sampled_from([1, 2, 3]).filter(foo).map(bar)] PASSED
MT 368 tests/nocover/test_randomization.py::test_seeds_off_internal_random PASSED
11cd36 369 tests/nocover/test_randomization.py::test_nesting_with_control_passes_health_check PASSED
69b7ce 370 tests/nocover/test_recursive.py::test_can_generate_with_large_branching PASSED
11cd36 371 tests/nocover/test_recursive.py::test_can_generate_some_depth_with_large_branching PASSED
MT 372 tests/nocover/test_recursive.py::test_can_find_quite_broad_lists PASSED
69b7ce 373 tests/nocover/test_recursive.py::test_drawing_many_near_boundary PASSED
11cd36 374 tests/nocover/test_recursive.py::test_can_use_recursive_data_in_sets PASSED
MT 375 tests/nocover/test_recursive.py::test_can_form_sets_of_recursive_data PASSED
376 tests/nocover/test_recursive.py::test_drawing_from_recursive_strategy_is_thread_safe PASSED
69b7ce 377 tests/nocover/test_recursive.py::test_self_ref_regression PASSED
MT 378 tests/nocover/test_regex.py::test_conservative_regex_are_correct_by_construction PASSED
379 tests/nocover/test_regex.py::test_fuzz_stuff PASSED
a28269 380 tests/nocover/test_regex.py::test_regex_atomic_group SKIPPED (new sy...)
MT 381 tests/nocover/test_regex.py::test_regex_possessive SKIPPED (new syntax)
11cd36 382 tests/nocover/test_regex.py::test_case_insensitive_not_literal_never_constructs_multichar_match PASSED
MT 383 tests/nocover/test_regex.py::test_no_error_converting_negated_sets_to_strategy PASSED
69b7ce 384 tests/nocover/test_regressions.py::test_note_deprecation_blames_right_code_issue_652 PASSED
MT 385 tests/nocover/test_regressions.py::test_performance_issue_2027 PASSED
9bd665 386 tests/nocover/test_regressions.py::test_unique_floats_with_nan_is_not_flaky_3926 PASSED
11cd36 387 tests/nocover/test_reusable_values.py::test_reusable_strategies_are_all_reusable PASSED
69b7ce 388 tests/nocover/test_reusable_values.py::test_filter_breaks_reusability PASSED
MT 389 tests/nocover/test_reusable_values.py::test_map_breaks_reusability PASSED
11cd36 390 tests/nocover/test_reusable_values.py::test_flatmap_breaks_reusability PASSED
69b7ce 391 tests/nocover/test_reusable_values.py::test_mutable_collections_do_not_have_reusable_values[strat0] PASSED
MT 392 tests/nocover/test_reusable_values.py::test_mutable_collections_do_not_have_reusable_values[strat1] PASSED
393 tests/nocover/test_reusable_values.py::test_mutable_collections_do_not_have_reusable_values[strat2] PASSED
394 tests/nocover/test_reusable_values.py::test_recursion_does_not_break_reusability PASSED
11cd36 395 tests/nocover/test_sampled_from.py::test_filter_large_lists[100] PASSED
MT 396 tests/nocover/test_sampled_from.py::test_filter_large_lists[100000] PASSED
397 tests/nocover/test_sampled_from.py::test_filter_large_lists[1000000] PASSED
398 tests/nocover/test_sampled_from.py::test_filter_large_lists[33554432] PASSED
69b7ce 399 tests/nocover/test_sampled_from.py::test_chained_filters_find_rare_value PASSED
11cd36 400 tests/nocover/test_sampled_from.py::test_unsat_sets_of_samples PASSED
69b7ce 401 tests/nocover/test_sampled_from.py::test_efficient_sets_of_samples PASSED
MT 402 tests/nocover/test_sampled_from.py::test_enum_repr_uses_class_not_a_list PASSED
403 tests/nocover/test_sampled_from.py::test_flag_enum_repr_uses_class_not_a_list PASSED
11cd36 404 tests/nocover/test_sampled_from.py::test_exhaustive_flags PASSED
b69227 405 tests/nocover/test_sampled_from.py::test_flags_minimize_to_first_named_flag PASSED
MT 406 tests/nocover/test_sampled_from.py::test_flags_minimizes_bit_count PASSED
11cd36 407 tests/nocover/test_sampled_from.py::test_flags_finds_all_bits_set PASSED
b69227 408 tests/nocover/test_sampled_from.py::test_sample_unnamed_alias PASSED
MT 409 tests/nocover/test_sampled_from.py::test_shrink_to_named_empty PASSED
4be5b8 410 tests/nocover/test_scrutineer.py::test_explanations[trivial] PASSED
11cd36 411 tests/nocover/test_scrutineer.py::test_explanations[multiple-bugs] PASSED
69b7ce 412 tests/nocover/test_scrutineer.py::test_no_explanations_if_deadline_exceeded[trivial] PASSED
11cd36 413 tests/nocover/test_scrutineer.py::test_no_explanations_if_deadline_exceeded[multiple-bugs] PASSED
69b7ce 414 tests/nocover/test_scrutineer.py::test_skips_uninformative_locations PASSED
MT 415 tests/nocover/test_sets.py::test_can_draw_sets_of_hard_to_find_elements PASSED
416 tests/nocover/test_sets.py::test_empty_sets PASSED
11cd36 417 tests/nocover/test_sets.py::test_bounded_size_sets PASSED
MT 418 tests/nocover/test_sharing.py::test_sharing_is_by_instance_by_default PASSED
69b7ce 419 tests/nocover/test_sharing.py::test_different_instances_with_the_same_key_are_shared PASSED
11cd36 420 tests/nocover/test_sharing.py::test_different_instances_are_not_shared PASSED
69b7ce 421 tests/nocover/test_sharing.py::test_different_keys_are_not_shared PASSED
MT 422 tests/nocover/test_sharing.py::test_keys_and_default_are_not_shared PASSED
11cd36 423 tests/nocover/test_sharing.py::test_can_simplify_shared_lists PASSED
69b7ce 424 tests/nocover/test_sharing.py::test_simplify_shared_linked_to_size PASSED
11cd36 425 tests/nocover/test_simple_numbers.py::test_minimize_negative_int PASSED
MT 426 tests/nocover/test_simple_numbers.py::test_positive_negative_int PASSED
427 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[0] PASSED
428 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[1_0] PASSED
429 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[1_1] PASSED
430 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[1_2] PASSED
431 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[2_0] PASSED
432 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[2_1] PASSED
433 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[3_0] PASSED
434 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[3_1] PASSED
435 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[4] PASSED
436 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[5] PASSED
437 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[7] PASSED
438 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[8] PASSED
439 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[9] PASSED
440 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[10] PASSED
441 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[15] PASSED
442 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[16] PASSED
443 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[17] PASSED
444 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[31] PASSED
445 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[32] PASSED
446 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[33] PASSED
447 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[63] PASSED
448 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[64] PASSED
449 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[65] PASSED
450 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[100] PASSED
451 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[127] PASSED
452 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[128] PASSED
453 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[129] PASSED
454 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[255] PASSED
455 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[256] PASSED
456 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[257] PASSED
457 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[511] PASSED
458 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[512] PASSED
459 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[513] PASSED
460 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[1000] PASSED
461 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[10000] PASSED
462 tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[100000] PASSED
463 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[0] PASSED
464 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[1_0] PASSED
465 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[1_1] PASSED
466 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[1_2] PASSED
467 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[2_0] PASSED
468 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[2_1] PASSED
469 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[3_0] PASSED
470 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[3_1] PASSED
471 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[4] PASSED
472 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[5] PASSED
473 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[7] PASSED
474 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[8] PASSED
475 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[9] PASSED
476 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[10] PASSED
477 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[15] PASSED
478 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[16] PASSED
479 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[17] PASSED
480 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[31] PASSED
481 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[32] PASSED
482 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[33] PASSED
483 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[63] PASSED
484 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[64] PASSED
485 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[65] PASSED
486 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[100] PASSED
487 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[127] PASSED
488 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[128] PASSED
489 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[129] PASSED
490 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[255] PASSED
491 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[256] PASSED
492 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[257] PASSED
493 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[511] PASSED
494 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[512] PASSED
495 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[513] PASSED
496 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[1000] PASSED
497 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[10000] PASSED
498 tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[100000] PASSED
499 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[0] PASSED
500 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[1_0] PASSED
501 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[1_1] PASSED
502 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[1_2] PASSED
503 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[2_0] PASSED
504 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[2_1] PASSED
505 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[3_0] PASSED
506 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[3_1] PASSED
507 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[4] PASSED
508 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[5] PASSED
509 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[7] PASSED
510 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[8] PASSED
511 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[9] PASSED
512 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[10] PASSED
513 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[15] PASSED
514 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[16] PASSED
515 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[17] PASSED
516 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[31] PASSED
517 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[32] PASSED
518 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[33] PASSED
519 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[63] PASSED
520 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[64] PASSED
521 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[65] PASSED
522 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[100] PASSED
523 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[127] PASSED
524 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[128] PASSED
525 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[129] PASSED
526 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[255] PASSED
527 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[256] PASSED
528 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[257] PASSED
529 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[511] PASSED
530 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[512] PASSED
531 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[513] PASSED
532 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[1000] PASSED
533 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[10000] PASSED
534 tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[100000] PASSED
535 tests/nocover/test_simple_numbers.py::test_minimizes_negative_integer_range_upwards PASSED
536 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[0] PASSED
537 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[1_0] PASSED
538 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[1_1] PASSED
539 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[1_2] PASSED
540 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[2_0] PASSED
541 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[2_1] PASSED
542 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[3_0] PASSED
543 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[3_1] PASSED
544 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[4] PASSED
545 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[5] PASSED
546 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[7] PASSED
547 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[8] PASSED
548 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[9] PASSED
549 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[10] PASSED
550 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[15] PASSED
551 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[16] PASSED
552 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[17] PASSED
553 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[31] PASSED
554 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[32] PASSED
555 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[33] PASSED
556 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[63] PASSED
557 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[64] PASSED
558 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[65] PASSED
559 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[100] PASSED
560 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[127] PASSED
561 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[128] PASSED
562 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[129] PASSED
563 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[255] PASSED
564 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[256] PASSED
565 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[257] PASSED
566 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[511] PASSED
567 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[512] PASSED
568 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[513] PASSED
569 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[1000] PASSED
570 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[10000] PASSED
571 tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[100000] PASSED
572 tests/nocover/test_simple_numbers.py::test_single_integer_range_is_range PASSED
573 tests/nocover/test_simple_numbers.py::test_minimal_small_number_in_large_range PASSED
574 tests/nocover/test_simple_numbers.py::test_minimal_small_sum_float_list PASSED
575 tests/nocover/test_simple_numbers.py::test_minimals_boundary_floats PASSED
576 tests/nocover/test_simple_numbers.py::test_minimal_non_boundary_float PASSED
577 tests/nocover/test_simple_numbers.py::test_minimal_float_is_zero PASSED
578 tests/nocover/test_simple_numbers.py::test_minimal_asymetric_bounded_float PASSED
579 tests/nocover/test_simple_numbers.py::test_negative_floats_simplify_to_zero PASSED
580 tests/nocover/test_simple_numbers.py::test_minimal_infinite_float_is_positive PASSED
69b7ce 581 tests/nocover/test_simple_numbers.py::test_can_minimal_infinite_negative_float PASSED
11cd36 582 tests/nocover/test_simple_numbers.py::test_can_minimal_float_on_boundary_of_representable PASSED
MT 583 tests/nocover/test_simple_numbers.py::test_minimize_nan PASSED
584 tests/nocover/test_simple_numbers.py::test_minimize_very_large_float PASSED
585 tests/nocover/test_simple_numbers.py::test_can_minimal_float_far_from_integral PASSED
586 tests/nocover/test_simple_numbers.py::test_list_of_fractional_float PASSED
587 tests/nocover/test_simple_numbers.py::test_minimal_fractional_float PASSED
588 tests/nocover/test_simple_numbers.py::test_minimizes_lists_of_negative_ints_up_to_boundary PASSED
589 tests/nocover/test_simple_numbers.py::test_floats_in_constrained_range[0.0-5e-324] PASSED
590 tests/nocover/test_simple_numbers.py::test_floats_in_constrained_range[-5e-324-0.0] PASSED
591 tests/nocover/test_simple_numbers.py::test_floats_in_constrained_range[-5e-324-5e-324] PASSED
592 tests/nocover/test_simple_numbers.py::test_floats_in_constrained_range[5e-324-1e-323] PASSED
593 tests/nocover/test_simple_numbers.py::test_bounds_are_respected PASSED
69b7ce 594 tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[0] PASSED
MT 595 tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[1] PASSED
596 tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[2] PASSED
597 tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[3] PASSED
598 tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[4] PASSED
599 tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[5] PASSED
600 tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[6] PASSED
601 tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[7] PASSED
602 tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[8] PASSED
603 tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[9] PASSED
11cd36 604 tests/nocover/test_simple_numbers.py::test_explicit_allow_nan PASSED
69b7ce 605 tests/nocover/test_simple_numbers.py::test_one_sided_contains_infinity PASSED
11cd36 606 tests/nocover/test_simple_numbers.py::test_no_allow_infinity_upper PASSED
MT 607 tests/nocover/test_simple_numbers.py::test_no_allow_infinity_lower PASSED
608 tests/nocover/test_simple_numbers.py::TestFloatsAreFloats::test_unbounded PASSED
609 tests/nocover/test_simple_numbers.py::TestFloatsAreFloats::test_int_float PASSED
610 tests/nocover/test_simple_numbers.py::TestFloatsAreFloats::test_float_float PASSED
69b7ce 611 tests/nocover/test_simple_strings.py::test_does_not_generate_surrogates PASSED
MT 612 tests/nocover/test_skipping.py::test_no_falsifying_example_if_unittest_skip[Skipped] PASSED
11cd36 613 tests/nocover/test_skipping.py::test_no_falsifying_example_if_unittest_skip[SkipTest] PASSED
69b7ce 614 tests/nocover/test_stateful.py::test_bad_machines_fail[BalancedTrees] PASSED
MT 615 tests/nocover/test_stateful.py::test_bad_machines_fail[DepthMachine] PASSED
11cd36 616 tests/nocover/test_stateful.py::test_bad_machines_fail[RoseTreeStateMachine] PASSED
69b7ce 617 tests/nocover/test_stateful.py::test_bad_machines_fail[NotTheLastMachine] PASSED
MT 618 tests/nocover/test_stateful.py::test_bad_machines_fail[PopulateMultipleTargets] PASSED
11cd36 619 tests/nocover/test_stateful.py::test_bad_machines_fail[CanSwarm] PASSED
MT 620 tests/nocover/test_stateful.py::TestMyStatefulMachine::runTest PASSED
b69227 621 tests/nocover/test_stateful.py::test_multiple_precondition_bug PASSED
69b7ce 622 tests/nocover/test_strategy_state.py::TestHypothesis::runTest PASSED
MT 623 tests/nocover/test_subnormal_floats.py::test_python_compiled_with_sane_math_options PASSED
11cd36 624 tests/nocover/test_subnormal_floats.py::test_can_generate_subnormals PASSED
MT 625 tests/nocover/test_subnormal_floats.py::test_does_not_generate_subnormals_when_disallowed[16-None-None] PASSED
626 tests/nocover/test_subnormal_floats.py::test_does_not_generate_subnormals_when_disallowed[16--1-0] PASSED
627 tests/nocover/test_subnormal_floats.py::test_does_not_generate_subnormals_when_disallowed[16-0-1] PASSED
628 tests/nocover/test_subnormal_floats.py::test_does_not_generate_subnormals_when_disallowed[16--1-1] PASSED
629 tests/nocover/test_subnormal_floats.py::test_does_not_generate_subnormals_when_disallowed[32-None-None] PASSED
630 tests/nocover/test_subnormal_floats.py::test_does_not_generate_subnormals_when_disallowed[32--1-0] PASSED
631 tests/nocover/test_subnormal_floats.py::test_does_not_generate_subnormals_when_disallowed[32-0-1] PASSED
632 tests/nocover/test_subnormal_floats.py::test_does_not_generate_subnormals_when_disallowed[32--1-1] PASSED
633 tests/nocover/test_subnormal_floats.py::test_does_not_generate_subnormals_when_disallowed[64-None-None] PASSED
634 tests/nocover/test_subnormal_floats.py::test_does_not_generate_subnormals_when_disallowed[64--1-0] PASSED
635 tests/nocover/test_subnormal_floats.py::test_does_not_generate_subnormals_when_disallowed[64-0-1] PASSED
636 tests/nocover/test_subnormal_floats.py::test_does_not_generate_subnormals_when_disallowed[64--1-1] PASSED
69b7ce 637 tests/nocover/test_targeting.py::test_reports_target_results[False] PASSED
MT 638 tests/nocover/test_targeting.py::test_reports_target_results[True] PASSED
11cd36 639 tests/nocover/test_targeting.py::test_targeting_increases_max_length PASSED
69b7ce 640 tests/nocover/test_targeting.py::test_target_returns_value PASSED
MT 641 tests/nocover/test_targeting.py::test_targeting_can_be_disabled PASSED
11cd36 642 tests/nocover/test_targeting.py::test_issue_2395_regression PASSED
69b7ce 643 tests/nocover/test_testdecorators.py::test_contains_the_test_function_name_in_the_exception_string PASSED
MT 644 tests/nocover/test_testdecorators.py::test_signature_mismatch_error_message PASSED
11cd36 645 tests/nocover/test_testdecorators.py::test_fixed_dict_preserves_iteration_order PASSED
69b7ce 646 tests/nocover/test_threading.py::test_can_run_given_in_thread PASSED
MT 647 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[non_runtime_type0] PASSED
648 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[non_runtime_type1] PASSED
649 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[non_runtime_type2] PASSED
650 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[non_runtime_type3] PASSED
651 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[non_runtime_type4] PASSED
652 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[non_runtime_type5] PASSED
653 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[non_runtime_type6] PASSED
11cd36 654 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[ParamSpec] PASSED
69b7ce 655 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[non_runtime_type8] PASSED
11cd36 656 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[Annotated0] PASSED
MT 657 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[Annotated1] PASSED
658 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[non_runtime_type11] PASSED
659 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[non_runtime_type12] PASSED
660 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[Self] PASSED
661 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[non_runtime_type14] PASSED
662 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[non_runtime_type15] PASSED
663 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[Never] PASSED
664 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[TypeVarTuple] PASSED
665 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[non_runtime_type18] PASSED
666 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_resolved[LiteralString] PASSED
667 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[non_runtime_type0] PASSED
668 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[non_runtime_type1] PASSED
669 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[non_runtime_type2] PASSED
670 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[non_runtime_type3] PASSED
671 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[non_runtime_type4] PASSED
672 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[non_runtime_type5] PASSED
673 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[non_runtime_type6] PASSED
674 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[ParamSpec] PASSED
675 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[non_runtime_type8] PASSED
676 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[Annotated0] PASSED
677 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[Annotated1] PASSED
678 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[non_runtime_type11] PASSED
679 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[non_runtime_type12] PASSED
680 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[Self] PASSED
681 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[non_runtime_type14] PASSED
682 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[non_runtime_type15] PASSED
683 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[Never] PASSED
684 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[TypeVarTuple] PASSED
685 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[non_runtime_type18] PASSED
686 tests/nocover/test_type_lookup.py::test_non_runtime_type_cannot_be_registered[LiteralString] PASSED
687 tests/nocover/test_type_lookup.py::test_callable_with_concatenate PASSED
688 tests/nocover/test_type_lookup.py::test_callable_with_paramspec PASSED
689 tests/nocover/test_type_lookup.py::test_callable_return_typegard_type SKIPPED
69b7ce 690 tests/nocover/test_type_lookup_forward_ref.py::test_mutually_recursive_types_with_typevar PASSED
MT 691 tests/nocover/test_type_lookup_forward_ref.py::test_mutually_recursive_types_with_typevar_alternate PASSED
692 tests/nocover/test_type_lookup_future_annotations.py::test_complex_forward_ref_in_typed_dict PASSED
693 tests/nocover/test_type_lookup_future_annotations.py::test_complex_forward_ref_in_typed_dict_local PASSED
694 tests/nocover/test_unusual_settings_configs.py::test_single_example PASSED
11cd36 695 tests/nocover/test_unusual_settings_configs.py::test_hard_to_find_single_example PASSED
69b7ce 696 tests/nocover/test_uuids.py::test_are_unique PASSED
11cd36 697 tests/nocover/test_uuids.py::test_retains_uniqueness_in_simplify PASSED
69b7ce 698 tests/nocover/test_uuids.py::test_can_generate_specified_version[1] PASSED
MT 699 tests/nocover/test_uuids.py::test_can_generate_specified_version[2] PASSED
700 tests/nocover/test_uuids.py::test_can_generate_specified_version[3] PASSED
701 tests/nocover/test_uuids.py::test_can_generate_specified_version[4] PASSED
702 tests/nocover/test_uuids.py::test_can_generate_specified_version[5] PASSED
703
4b5c76 704 =============================== warnings summary ===============================
MT 705 hypothesis-python/tests/nocover/test_baseexception.py::test_explanations[True-SystemExit]
706   $(PYTHON_DIR)/vendor-packages/pytest_benchmark/logger.py:46: PytestBenchmarkWarning: Benchmarks are automatically disabled because xdist plugin is active.Benchmarks cannot be performed reliably in a parallelized environment.
707     warner(PytestBenchmarkWarning(text))
708
709 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
710 ================================== Hypothesis ==================================
69b7ce 711 ============================= slowest 20 durations =============================
9bd665 712 ======== 688 passed, 4 skipped, 1 warning ========
69b7ce 713   py$(PYV): OK
MT 714   congratulations :)