HypothesisWorks / hypothesis

Hypothesis is a powerful, flexible, and easy to use library for property-based testing.
https://hypothesis.works
Other
7.56k stars 587 forks source link

6.20.0: pytest is failing when `pytest-twisted` is installed #3090

Closed kloczek closed 3 years ago

kloczek commented 3 years ago

I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building packages from non-root account.

Looks like pytest is failing when pytest-twisted is installed. Short summary of the pytest:

=========================== short test summary info ============================
SKIPPED [1] tests/cover/test_asyncio.py:60: unconditional skip
SKIPPED [1] tests/cover/test_asyncio.py:76: unconditional skip
SKIPPED [1] tests/cover/test_randoms.py:331: randbytes not supported on this Python version
SKIPPED [1] tests/cover/test_type_lookup_forward_ref.py:72: typing in python3.6 is partially working
SKIPPED [1] tests/nocover/test_explore_arbitrary_languages.py:140: got empty parameter set ['seed', 'language'], function test_run_specific_example at /home/tkloczko/rpmbuild/BUILD/hypothesis-hypothesis-python-6.20.0/hypothesis-python/tests/nocover/test_explore_arbitrary_languages.py:139
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_tuple1_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_tuple2_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_tuple_variadic_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_list_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_dict_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_set_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_frozenset_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_deque_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_defaultdict_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_ordered_dict_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_counter_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_chainmap_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_iterable_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_iterator_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_generator_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_reversible_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_container_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_collection_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_callable_ellipsis
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_callable_no_args
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_collections_set_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_collections_mutableset_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_mapping_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_mutable_mapping_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_sequence_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_mutable_sequence_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_keysview_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_itemsview_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_valuesview_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_contextmanager_as_generic
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_re_match_bytes_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_re_match_str_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_re_pattern_bytes_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_re_pattern_str_as_generic
  Requires Python 3.9 (PEP 585) or later.
XFAIL tests/cover/test_lookup_py38.py::test_simple_optional_key_is_optional
XFAIL tests/cover/test_lookup_py38.py::test_layered_optional_key_is_optional
XFAIL tests/datetime/test_pytz_timezones.py::test_datetimes_can_exclude_imaginary
  is_dst not equivalent to fold when DST offset is negative
XFAIL tests/nocover/test_floating.py::test_can_generate_really_small_positive_floats
XFAIL tests/nocover/test_floating.py::test_can_generate_really_small_negative_floats
XFAIL tests/numpy/test_from_dtype.py::test_unicode_string_dtypes_need_not_be_utf8
  mitigation for issue above
FAILED examples/example_hypothesis_entrypoint/test_entrypoint.py::test_registered_from_entrypoint
FAILED tests/cover/test_scrutineer.py::test_cannot_explain_message - Failed: ...
FAILED tests/cover/test_searchstrategy.py::test_or_errors_when_given_non_strategy
FAILED tests/cover/test_searchstrategy.py::test_just_strategy_uses_repr - Run...
FAILED tests/cover/test_searchstrategy.py::test_just_strategy_does_not_draw
FAILED tests/cover/test_searchstrategy.py::test_none_strategy_does_not_draw
FAILED tests/cover/test_searchstrategy.py::test_can_map - RuntimeError: twist...
FAILED tests/cover/test_searchstrategy.py::test_example_raises_unsatisfiable_when_too_filtered
FAILED tests/cover/test_searchstrategy.py::test_can_map_nameless - RuntimeErr...
FAILED tests/cover/test_searchstrategy.py::test_can_flatmap_nameless - Runtim...
FAILED tests/cover/test_searchstrategy.py::test_flatmap_with_invalid_expand
FAILED tests/cover/test_seed_printing.py::test_prints_seed_only_on_healthcheck[Verbosity.normal-False-False]
FAILED tests/cover/test_seed_printing.py::test_prints_seed_only_on_healthcheck[Verbosity.normal-False-True]
FAILED tests/cover/test_seed_printing.py::test_prints_seed_only_on_healthcheck[Verbosity.normal-True-False]
FAILED tests/cover/test_seed_printing.py::test_prints_seed_only_on_healthcheck[Verbosity.normal-True-True]
FAILED tests/cover/test_seed_printing.py::test_prints_seed_only_on_healthcheck[Verbosity.quiet-False-False]
FAILED tests/cover/test_seed_printing.py::test_prints_seed_only_on_healthcheck[Verbosity.quiet-False-True]
FAILED tests/cover/test_seed_printing.py::test_prints_seed_only_on_healthcheck[Verbosity.quiet-True-False]
FAILED tests/cover/test_seed_printing.py::test_prints_seed_only_on_healthcheck[Verbosity.quiet-True-True]
FAILED tests/cover/test_seed_printing.py::test_uses_global_force - RuntimeErr...
FAILED tests/cover/test_seed_printing.py::test_does_print_on_reuse_from_database
FAILED tests/cover/test_settings.py::test_has_docstrings - RuntimeError: twis...
FAILED tests/cover/test_settings.py::test_cannot_set_non_settings - RuntimeEr...
FAILED tests/cover/test_settings.py::test_settings_uses_defaults - RuntimeErr...
FAILED tests/cover/test_settings.py::test_raises_attribute_error - RuntimeErr...
FAILED tests/cover/test_settings.py::test_respects_none_database - RuntimeErr...
FAILED tests/cover/test_settings.py::test_can_repeatedly_push_the_same_thing
FAILED tests/cover/test_settings.py::test_can_set_verbosity - RuntimeError: t...
FAILED tests/cover/test_settings.py::test_can_not_set_verbosity_to_non_verbosity
FAILED tests/cover/test_settings.py::test_inherits_an_empty_database[None] - ...
FAILED tests/cover/test_settings.py::test_inherits_an_empty_database[db1] - R...
FAILED tests/cover/test_settings.py::test_can_assign_database[None] - Runtime...
FAILED tests/cover/test_settings.py::test_can_assign_database[db1] - RuntimeE...
FAILED tests/cover/test_settings.py::test_will_reload_profile_when_default_is_absent
FAILED tests/cover/test_settings.py::test_load_profile - RuntimeError: twiste...
FAILED tests/cover/test_settings.py::test_profile_names_must_be_strings - Run...
FAILED tests/cover/test_settings.py::test_loading_profile_keeps_expected_behaviour
FAILED tests/cover/test_settings.py::test_load_non_existent_profile - Runtime...
FAILED tests/cover/test_settings.py::test_cannot_delete_a_setting - RuntimeEr...
FAILED tests/cover/test_settings.py::test_cannot_set_settings - RuntimeError:...
FAILED tests/cover/test_settings.py::test_can_have_none_database - RuntimeErr...
FAILED tests/cover/test_settings.py::test_database_type_must_be_ExampleDatabase[:memory:-None]
FAILED tests/cover/test_settings.py::test_database_type_must_be_ExampleDatabase[:memory:-db1]
FAILED tests/cover/test_settings.py::test_database_type_must_be_ExampleDatabase[.hypothesis/examples-None]
FAILED tests/cover/test_settings.py::test_database_type_must_be_ExampleDatabase[.hypothesis/examples-db1]
FAILED tests/cover/test_settings.py::test_cannot_define_settings_once_locked
FAILED tests/cover/test_settings.py::test_cannot_assign_default - RuntimeErro...
FAILED tests/cover/test_settings.py::test_settings_in_strategies_are_from_test_scope
FAILED tests/cover/test_settings.py::test_settings_alone - RuntimeError: twis...
FAILED tests/cover/test_settings.py::test_settings_applied_twice_is_error - R...
FAILED tests/cover/test_settings.py::test_outer_ok - RuntimeError: twisted re...
FAILED tests/cover/test_settings.py::test_inner_ok - RuntimeError: twisted re...
FAILED tests/cover/test_settings.py::test_settings_as_decorator_must_be_on_callable
FAILED tests/cover/test_settings.py::test_puts_the_database_in_the_home_dir_by_default
FAILED tests/cover/test_settings.py::test_database_is_reference_preserved - R...
FAILED tests/cover/test_settings.py::test_settings_apply_for_explicit_examples
FAILED tests/cover/test_settings.py::test_setattr_on_settings_singleton_is_error
FAILED tests/cover/test_settings.py::test_deadline_given_none - RuntimeError:...
FAILED tests/cover/test_settings.py::test_deadline_given_valid_int - RuntimeE...
FAILED tests/cover/test_settings.py::test_deadline_given_valid_float - Runtim...
FAILED tests/cover/test_settings.py::test_deadline_given_valid_timedelta - Ru...
FAILED tests/cover/test_settings.py::test_invalid_deadline[0] - RuntimeError:...
FAILED tests/cover/test_settings.py::test_invalid_deadline[-0.7] - RuntimeErr...
FAILED tests/cover/test_settings.py::test_invalid_deadline[-1] - RuntimeError...
FAILED tests/cover/test_settings.py::test_invalid_deadline[8.64e+16] - Runtim...
FAILED tests/cover/test_settings.py::test_invalid_deadline[x4] - RuntimeError...
FAILED tests/cover/test_settings.py::test_invalid_deadline[x5] - RuntimeError...
FAILED tests/cover/test_settings.py::test_can_not_set_print_blob_to_non_print_settings[always]
FAILED tests/cover/test_settings.py::test_two_settings_decorators_applied_to_state_machine_class_raises_error
FAILED tests/cover/test_settings.py::test_settings_decorator_applied_to_non_state_machine_class_raises_error
FAILED tests/cover/test_settings.py::test_assigning_to_settings_attribute_on_state_machine_raises_error
FAILED tests/cover/test_settings.py::test_derandomise_with_explicit_database_is_invalid
FAILED tests/cover/test_settings.py::test_invalid_settings_are_errors[kwargs0]
FAILED tests/cover/test_settings.py::test_invalid_settings_are_errors[kwargs1]
FAILED tests/cover/test_settings.py::test_invalid_settings_are_errors[kwargs2]
FAILED tests/cover/test_settings.py::test_invalid_settings_are_errors[kwargs3]
FAILED tests/cover/test_settings.py::test_invalid_settings_are_errors[kwargs4]
FAILED tests/cover/test_settings.py::test_invalid_settings_are_errors[kwargs5]
FAILED tests/cover/test_settings.py::test_invalid_settings_are_errors[kwargs6]
FAILED tests/cover/test_settings.py::test_invalid_settings_are_errors[kwargs7]
FAILED tests/cover/test_settings.py::test_invalid_parent - RuntimeError: twis...
FAILED tests/cover/test_settings.py::test_show_changed - RuntimeError: twiste...
FAILED tests/cover/test_settings.py::test_note_deprecation_checks_date - Runt...
FAILED tests/cover/test_settings.py::test_note_deprecation_checks_has_codemod
FAILED tests/cover/test_setup_teardown.py::test_calls_setup_and_teardown_on_self_as_first_argument
FAILED tests/cover/test_setup_teardown.py::test_calls_setup_and_teardown_on_self_unbound
FAILED tests/cover/test_setup_teardown.py::test_calls_setup_and_teardown_on_failure
FAILED tests/cover/test_setup_teardown.py::test_still_tears_down_on_error_in_generation
FAILED tests/cover/test_setup_teardown.py::test_still_tears_down_on_failed_assume
FAILED tests/cover/test_setup_teardown.py::test_still_tears_down_on_failed_assume_in_reify
FAILED tests/cover/test_setup_teardown.py::test_sets_up_without_teardown - Ru...
FAILED tests/cover/test_setup_teardown.py::test_tears_down_without_setup - Ru...
FAILED tests/cover/test_shrink_budgeting.py::test_meets_budgetary_requirements[example0-Lexical]
FAILED tests/cover/test_shrink_budgeting.py::test_meets_budgetary_requirements[example0-Ordering]
FAILED tests/cover/test_shrink_budgeting.py::test_integer_shrinking_is_parsimonious
FAILED tests/cover/test_simple_characters.py::test_nonexistent_category_argument
FAILED tests/cover/test_simple_characters.py::test_bad_codepoint_arguments - ...
FAILED tests/cover/test_simple_characters.py::test_exclude_all_available_range
FAILED tests/cover/test_simple_characters.py::test_when_nothing_could_be_produced
FAILED tests/cover/test_simple_characters.py::test_characters_of_specific_groups
FAILED tests/cover/test_simple_characters.py::test_characters_of_major_categories
FAILED tests/cover/test_simple_characters.py::test_exclude_characters_of_specific_groups
FAILED tests/cover/test_simple_characters.py::test_exclude_characters_of_major_categories
FAILED tests/cover/test_simple_characters.py::test_find_one - RuntimeError: t...
FAILED tests/cover/test_simple_characters.py::test_find_something_rare - Runt...
FAILED tests/cover/test_simple_characters.py::test_whitelisted_characters_alone
FAILED tests/cover/test_simple_characters.py::test_whitelisted_characters_overlap_blacklisted_characters
FAILED tests/cover/test_simple_characters.py::test_whitelisted_characters_override
FAILED tests/cover/test_simple_characters.py::test_blacklisted_characters - R...
FAILED tests/cover/test_simple_characters.py::test_whitelist_characters_disjoint_blacklist_characters
FAILED tests/cover/test_simple_collections.py::test_find_empty_collection_gives_empty[col0-strat0]
FAILED tests/cover/test_simple_collections.py::test_find_empty_collection_gives_empty[col1-strat1]
FAILED tests/cover/test_simple_collections.py::test_find_empty_collection_gives_empty[col2-strat2]
FAILED tests/cover/test_simple_collections.py::test_find_empty_collection_gives_empty[col3-strat3]
FAILED tests/cover/test_simple_collections.py::test_find_empty_collection_gives_empty[col4-strat4]
FAILED tests/cover/test_simple_collections.py::test_find_empty_collection_gives_empty[col5-strat5]
FAILED tests/cover/test_simple_collections.py::test_find_empty_collection_gives_empty[col6-strat6]
FAILED tests/cover/test_simple_collections.py::test_find_empty_collection_gives_empty[col7-strat7]
FAILED tests/cover/test_simple_collections.py::test_find_empty_collection_gives_empty[col8-strat8]
FAILED tests/cover/test_simple_collections.py::test_find_empty_collection_gives_empty[col9-strat9]
FAILED tests/cover/test_simple_collections.py::test_find_empty_collection_gives_empty[col10-strat10]
FAILED tests/cover/test_simple_collections.py::test_find_empty_collection_gives_empty[col11-strat11]
FAILED tests/cover/test_simple_collections.py::test_find_non_empty_collection_gives_single_zero[list-lists]
FAILED tests/cover/test_simple_collections.py::test_find_non_empty_collection_gives_single_zero[set-sets]
FAILED tests/cover/test_simple_collections.py::test_find_non_empty_collection_gives_single_zero[frozenset-frozensets]
FAILED tests/cover/test_simple_collections.py::test_minimizes_to_empty[list-lists]
FAILED tests/cover/test_simple_collections.py::test_minimizes_to_empty[set-sets]
FAILED tests/cover/test_simple_collections.py::test_minimizes_to_empty[frozenset-frozensets]
FAILED tests/cover/test_simple_collections.py::test_minimizes_list_of_lists
FAILED tests/cover/test_simple_collections.py::test_sets_are_size_bounded - R...
FAILED tests/cover/test_simple_collections.py::test_ordered_dictionaries_preserve_keys
FAILED tests/cover/test_simple_collections.py::test_fixed_dictionaries_with_optional_and_empty_keys
FAILED tests/cover/test_simple_collections.py::test_lists_of_fixed_length[0]
FAILED tests/cover/test_simple_collections.py::test_lists_of_fixed_length[1]
FAILED tests/cover/test_simple_collections.py::test_lists_of_fixed_length[2]
FAILED tests/cover/test_simple_collections.py::test_lists_of_fixed_length[3]
FAILED tests/cover/test_simple_collections.py::test_lists_of_fixed_length[4]
FAILED tests/cover/test_simple_collections.py::test_lists_of_fixed_length[5]
FAILED tests/cover/test_simple_collections.py::test_lists_of_fixed_length[6]
FAILED tests/cover/test_simple_collections.py::test_lists_of_fixed_length[7]
FAILED tests/cover/test_simple_collections.py::test_lists_of_fixed_length[8]
FAILED tests/cover/test_simple_collections.py::test_lists_of_fixed_length[9]
FAILED tests/cover/test_simple_collections.py::test_sets_of_fixed_length[0]
FAILED tests/cover/test_simple_collections.py::test_sets_of_fixed_length[1]
FAILED tests/cover/test_simple_collections.py::test_sets_of_fixed_length[2]
FAILED tests/cover/test_simple_collections.py::test_sets_of_fixed_length[3]
FAILED tests/cover/test_simple_collections.py::test_sets_of_fixed_length[4]
FAILED tests/cover/test_simple_collections.py::test_sets_of_fixed_length[5]
FAILED tests/cover/test_simple_collections.py::test_sets_of_fixed_length[6]
FAILED tests/cover/test_simple_collections.py::test_sets_of_fixed_length[7]
FAILED tests/cover/test_simple_collections.py::test_sets_of_fixed_length[8]
FAILED tests/cover/test_simple_collections.py::test_sets_of_fixed_length[9]
FAILED tests/cover/test_simple_collections.py::test_dictionaries_of_fixed_length[0]
FAILED tests/cover/test_simple_collections.py::test_dictionaries_of_fixed_length[1]
FAILED tests/cover/test_simple_collections.py::test_dictionaries_of_fixed_length[2]
FAILED tests/cover/test_simple_collections.py::test_dictionaries_of_fixed_length[3]
FAILED tests/cover/test_simple_collections.py::test_dictionaries_of_fixed_length[4]
FAILED tests/cover/test_simple_collections.py::test_dictionaries_of_fixed_length[5]
FAILED tests/cover/test_simple_collections.py::test_dictionaries_of_fixed_length[6]
FAILED tests/cover/test_simple_collections.py::test_dictionaries_of_fixed_length[7]
FAILED tests/cover/test_simple_collections.py::test_dictionaries_of_fixed_length[8]
FAILED tests/cover/test_simple_collections.py::test_dictionaries_of_fixed_length[9]
FAILED tests/cover/test_simple_collections.py::test_lists_of_lower_bounded_length[0]
FAILED tests/cover/test_simple_collections.py::test_lists_of_lower_bounded_length[1]
FAILED tests/cover/test_simple_collections.py::test_lists_of_lower_bounded_length[2]
FAILED tests/cover/test_simple_collections.py::test_lists_of_lower_bounded_length[3]
FAILED tests/cover/test_simple_collections.py::test_lists_of_lower_bounded_length[4]
FAILED tests/cover/test_simple_collections.py::test_lists_of_lower_bounded_length[5]
FAILED tests/cover/test_simple_collections.py::test_lists_of_lower_bounded_length[6]
FAILED tests/cover/test_simple_collections.py::test_lists_of_lower_bounded_length[7]
FAILED tests/cover/test_simple_collections.py::test_lists_of_lower_bounded_length[8]
FAILED tests/cover/test_simple_collections.py::test_lists_of_lower_bounded_length[9]
FAILED tests/cover/test_simple_collections.py::test_can_find_unique_lists_of_non_set_order
FAILED tests/cover/test_simple_collections.py::test_can_draw_empty_list_from_unsatisfiable_strategy
FAILED tests/cover/test_simple_collections.py::test_can_draw_empty_set_from_unsatisfiable_strategy
FAILED tests/cover/test_simple_collections.py::test_small_sized_sets - Runtim...
FAILED tests/cover/test_simple_collections.py::test_minimize_dicts_with_incompatible_keys
FAILED tests/cover/test_simple_collections.py::test_lists_unique_by_tuple_funcs
FAILED tests/cover/test_simple_strings.py::test_can_minimize_up_to_zero - Run...
FAILED tests/cover/test_simple_strings.py::test_minimizes_towards_ascii_zero
FAILED tests/cover/test_simple_strings.py::test_can_handle_large_codepoints
FAILED tests/cover/test_simple_strings.py::test_can_find_mixed_ascii_and_non_ascii_strings
FAILED tests/cover/test_simple_strings.py::test_will_find_ascii_examples_given_the_chance
FAILED tests/cover/test_simple_strings.py::test_minimisation_consistent_with_characters
FAILED tests/cover/test_simple_strings.py::test_finds_single_element_strings
FAILED tests/cover/test_simple_strings.py::test_binary_respects_max_size - Ru...
FAILED tests/cover/test_simple_strings.py::test_does_not_simplify_into_surrogates
FAILED tests/cover/test_simple_strings.py::test_respects_alphabet_if_list - R...
FAILED tests/cover/test_simple_strings.py::test_respects_alphabet_if_string
FAILED tests/cover/test_simple_strings.py::test_can_encode_as_utf8 - RuntimeE...
FAILED tests/cover/test_simple_strings.py::test_can_blacklist_newlines - Runt...
FAILED tests/cover/test_simple_strings.py::test_can_exclude_newlines_by_category
FAILED tests/cover/test_simple_strings.py::test_can_restrict_to_ascii_only - ...
FAILED tests/cover/test_simple_strings.py::test_fixed_size_bytes_just_draw_bytes
FAILED tests/cover/test_simple_strings.py::test_can_set_max_size_large - Runt...
FAILED tests/cover/test_slices.py::test_stop_stays_within_bounds[1] - Runtime...
FAILED tests/cover/test_slices.py::test_stop_stays_within_bounds[2] - Runtime...
FAILED tests/cover/test_slices.py::test_stop_stays_within_bounds[5] - Runtime...
FAILED tests/cover/test_slices.py::test_stop_stays_within_bounds[10] - Runtim...
FAILED tests/cover/test_slices.py::test_stop_stays_within_bounds[100] - Runti...
FAILED tests/cover/test_slices.py::test_stop_stays_within_bounds[1000] - Runt...
FAILED tests/cover/test_slices.py::test_start_stay_within_bounds[1] - Runtime...
FAILED tests/cover/test_slices.py::test_start_stay_within_bounds[2] - Runtime...
FAILED tests/cover/test_slices.py::test_start_stay_within_bounds[5] - Runtime...
FAILED tests/cover/test_slices.py::test_start_stay_within_bounds[10] - Runtim...
FAILED tests/cover/test_slices.py::test_start_stay_within_bounds[100] - Runti...
FAILED tests/cover/test_slices.py::test_start_stay_within_bounds[1000] - Runt...
FAILED tests/cover/test_slices.py::test_step_stays_within_bounds[1] - Runtime...
FAILED tests/cover/test_slices.py::test_step_stays_within_bounds[2] - Runtime...
FAILED tests/cover/test_slices.py::test_step_stays_within_bounds[5] - Runtime...
FAILED tests/cover/test_slices.py::test_step_stays_within_bounds[10] - Runtim...
FAILED tests/cover/test_slices.py::test_step_stays_within_bounds[100] - Runti...
FAILED tests/cover/test_slices.py::test_step_stays_within_bounds[1000] - Runt...
FAILED tests/cover/test_slices.py::test_step_will_not_be_zero[1] - RuntimeErr...
FAILED tests/cover/test_slices.py::test_step_will_not_be_zero[2] - RuntimeErr...
FAILED tests/cover/test_slices.py::test_step_will_not_be_zero[5] - RuntimeErr...
FAILED tests/cover/test_slices.py::test_step_will_not_be_zero[10] - RuntimeEr...
FAILED tests/cover/test_slices.py::test_step_will_not_be_zero[100] - RuntimeE...
FAILED tests/cover/test_slices.py::test_step_will_not_be_zero[1000] - Runtime...
FAILED tests/cover/test_slices.py::test_slices_will_shrink[1] - RuntimeError:...
FAILED tests/cover/test_slices.py::test_slices_will_shrink[2] - RuntimeError:...
FAILED tests/cover/test_slices.py::test_slices_will_shrink[5] - RuntimeError:...
FAILED tests/cover/test_slices.py::test_slices_will_shrink[10] - RuntimeError...
FAILED tests/cover/test_slices.py::test_slices_will_shrink[100] - RuntimeErro...
FAILED tests/cover/test_slices.py::test_slices_will_shrink[1000] - RuntimeErr...
FAILED tests/cover/test_slices.py::test_step_will_be_negative - RuntimeError:...
FAILED tests/cover/test_slices.py::test_step_will_be_positive - RuntimeError:...
FAILED tests/cover/test_slices.py::test_stop_will_equal_size[1] - RuntimeErro...
FAILED tests/cover/test_slices.py::test_stop_will_equal_size[2] - RuntimeErro...
FAILED tests/cover/test_slices.py::test_stop_will_equal_size[3] - RuntimeErro...
FAILED tests/cover/test_slices.py::test_stop_will_equal_size[4] - RuntimeErro...
FAILED tests/cover/test_slices.py::test_stop_will_equal_size[5] - RuntimeErro...
FAILED tests/cover/test_slices.py::test_stop_will_equal_size[6] - RuntimeErro...
FAILED tests/cover/test_slices.py::test_stop_will_equal_size[7] - RuntimeErro...
FAILED tests/cover/test_slices.py::test_stop_will_equal_size[8] - RuntimeErro...
FAILED tests/cover/test_slices.py::test_stop_will_equal_size[9] - RuntimeErro...
FAILED tests/cover/test_slices.py::test_stop_will_equal_size[10] - RuntimeErr...
FAILED tests/cover/test_slices.py::test_start_will_equal_size[1] - RuntimeErr...
FAILED tests/cover/test_slices.py::test_start_will_equal_size[2] - RuntimeErr...
FAILED tests/cover/test_slices.py::test_start_will_equal_size[3] - RuntimeErr...
FAILED tests/cover/test_slices.py::test_start_will_equal_size[4] - RuntimeErr...
FAILED tests/cover/test_slices.py::test_start_will_equal_size[5] - RuntimeErr...
FAILED tests/cover/test_slices.py::test_start_will_equal_size[6] - RuntimeErr...
FAILED tests/cover/test_slices.py::test_start_will_equal_size[7] - RuntimeErr...
FAILED tests/cover/test_slices.py::test_start_will_equal_size[8] - RuntimeErr...
FAILED tests/cover/test_slices.py::test_start_will_equal_size[9] - RuntimeErr...
FAILED tests/cover/test_slices.py::test_start_will_equal_size[10] - RuntimeEr...
FAILED tests/cover/test_slices.py::test_start_will_equal_0 - RuntimeError: tw...
FAILED tests/cover/test_slices.py::test_start_will_equal_stop - RuntimeError:...
FAILED tests/cover/test_slices.py::test_size_is_equal_0 - RuntimeError: twist...
FAILED tests/cover/test_slippage.py::test_raises_multiple_failures_with_varying_type
FAILED tests/cover/test_slippage.py::test_raises_multiple_failures_when_position_varies
FAILED tests/cover/test_slippage.py::test_replays_both_failing_values - Runti...
FAILED tests/cover/test_slippage.py::test_replays_slipped_examples_once_initial_bug_is_fixed[TypeError]
FAILED tests/cover/test_slippage.py::test_replays_slipped_examples_once_initial_bug_is_fixed[ValueError]
FAILED tests/cover/test_slippage.py::test_garbage_collects_the_secondary_key
FAILED tests/cover/test_slippage.py::test_shrinks_both_failures - RuntimeErro...
FAILED tests/cover/test_slippage.py::test_handles_flaky_tests_where_only_one_is_flaky
FAILED tests/cover/test_slippage.py::test_can_disable_multiple_error_reporting[True]
FAILED tests/cover/test_slippage.py::test_can_disable_multiple_error_reporting[False]
FAILED tests/cover/test_slippage.py::test_finds_multiple_failures_in_generation
FAILED tests/cover/test_slippage.py::test_stops_immediately_if_not_report_multiple_bugs
FAILED tests/cover/test_slippage.py::test_stops_immediately_on_replay - Runti...
FAILED tests/cover/test_stateful.py::test_picks_up_settings_at_first_use_of_testcase
FAILED tests/cover/test_stateful.py::test_multiple_rules_same_func - RuntimeE...
FAILED tests/cover/test_stateful.py::test_can_get_test_case_off_machine_instance
FAILED tests/cover/test_stateful.py::test_flaky_draw_less_raises_flaky - Runt...
FAILED tests/cover/test_stateful.py::test_flaky_raises_flaky - RuntimeError: ...
FAILED tests/cover/test_stateful.py::test_multiple - RuntimeError: twisted re...
FAILED tests/cover/test_stateful.py::test_multiple_variables_printed - Runtim...
FAILED tests/cover/test_stateful.py::test_no_variables_printed - RuntimeError...
FAILED tests/cover/test_stateful.py::test_consumes_typecheck - RuntimeError: ...
FAILED tests/cover/test_stateful.py::test_ratchetting_raises_flaky - RuntimeE...
FAILED tests/cover/test_stateful.py::test_empty_machine_is_invalid - RuntimeE...
FAILED tests/cover/test_stateful.py::test_machine_with_no_terminals_is_invalid
FAILED tests/cover/test_stateful.py::test_minimizes_errors_in_teardown - Runt...
FAILED tests/cover/test_stateful.py::test_can_use_factory_for_tests - Runtime...
FAILED tests/cover/test_stateful.py::test_can_explicitly_pass_settings - Runt...
FAILED tests/cover/test_stateful.py::test_settings_argument_is_validated - Ru...
FAILED tests/cover/test_stateful.py::test_runner_that_checks_factory_produced_a_machine
FAILED tests/cover/test_stateful.py::test_settings_attribute_is_validated - R...
FAILED tests/cover/test_stateful.py::test_saves_failing_example_in_database
FAILED tests/cover/test_stateful.py::test_can_run_with_no_db - RuntimeError: ...
FAILED tests/cover/test_stateful.py::test_stateful_double_rule_is_forbidden
FAILED tests/cover/test_stateful.py::test_can_explicitly_call_functions_when_precondition_not_satisfied
FAILED tests/cover/test_stateful.py::test_invariant - RuntimeError: twisted r...
FAILED tests/cover/test_stateful.py::test_no_double_invariant - RuntimeError:...
FAILED tests/cover/test_stateful.py::test_invariant_precondition - RuntimeErr...
FAILED tests/cover/test_stateful.py::test_invariant_and_rule_are_incompatible[invariant-rule]
FAILED tests/cover/test_stateful.py::test_invariant_and_rule_are_incompatible[rule-invariant]
FAILED tests/cover/test_stateful.py::test_invariant_and_rule_are_incompatible[invariant-initialize]
FAILED tests/cover/test_stateful.py::test_invariant_and_rule_are_incompatible[initialize-invariant]
FAILED tests/cover/test_stateful.py::test_invariant_and_rule_are_incompatible[invariant-precondition-rule]
FAILED tests/cover/test_stateful.py::test_invariant_and_rule_are_incompatible[rule-precondition-invariant]
FAILED tests/cover/test_stateful.py::test_invariant_and_rule_are_incompatible[precondition-invariant-rule]
FAILED tests/cover/test_stateful.py::test_invariant_and_rule_are_incompatible[precondition-rule-invariant]
FAILED tests/cover/test_stateful.py::test_invalid_rule_argument - RuntimeErro...
FAILED tests/cover/test_stateful.py::test_invalid_initialize_argument - Runti...
FAILED tests/cover/test_stateful.py::test_multiple_invariants - RuntimeError:...
FAILED tests/cover/test_stateful.py::test_explicit_invariant_call_with_precondition
FAILED tests/cover/test_stateful.py::test_invariant_checks_initial_state_if_no_initialize_rules
FAILED tests/cover/test_stateful.py::test_always_runs_at_least_one_step - Run...
FAILED tests/cover/test_stateful.py::test_removes_needless_steps - RuntimeErr...
FAILED tests/cover/test_stateful.py::test_prints_equal_values_with_correct_variable_name
FAILED tests/cover/test_stateful.py::test_initialize_rule - RuntimeError: twi...
FAILED tests/cover/test_stateful.py::test_initialize_rule_populate_bundle - R...
FAILED tests/cover/test_stateful.py::test_initialize_rule_dont_mix_with_precondition
FAILED tests/cover/test_stateful.py::test_initialize_rule_dont_mix_with_regular_rule
FAILED tests/cover/test_stateful.py::test_initialize_rule_cannot_be_double_applied
FAILED tests/cover/test_stateful.py::test_initialize_rule_in_state_machine_with_inheritance
FAILED tests/cover/test_stateful.py::test_can_manually_call_initialize_rule
FAILED tests/cover/test_stateful.py::test_steps_printed_despite_pytest_fail
FAILED tests/cover/test_stateful.py::test_steps_not_printed_with_pytest_skip
FAILED tests/cover/test_stateful.py::test_rule_deprecation_targets_and_target
FAILED tests/cover/test_stateful.py::test_rule_deprecation_bundle_by_name - R...
FAILED tests/cover/test_stateful.py::test_rule_non_bundle_target - RuntimeErr...
FAILED tests/cover/test_stateful.py::test_rule_non_bundle_target_oneof - Runt...
FAILED tests/cover/test_stateful.py::test_uses_seed - RuntimeError: twisted r...
FAILED tests/cover/test_stateful.py::test_reproduce_failure_works - RuntimeEr...
FAILED tests/cover/test_stateful.py::test_reproduce_failure_fails_if_no_error
FAILED tests/cover/test_stateful.py::test_cannot_have_zero_steps - RuntimeErr...
FAILED tests/cover/test_stateful.py::test_arguments_do_not_use_names_of_return_values
FAILED tests/cover/test_stateful.py::test_multiple_precondition_bug - Runtime...
FAILED tests/cover/test_stateful.py::test_invariants_are_checked_after_init_steps
FAILED tests/cover/test_stateful.py::test_invariants_can_be_checked_during_init_steps
FAILED tests/cover/test_stateful.py::test_check_during_init_must_be_boolean
FAILED tests/cover/test_stateful.py::test_deprecated_target_consumes_bundle
FAILED tests/cover/test_statistical_events.py::test_notes_hard_to_satisfy - R...
FAILED tests/cover/test_statistical_events.py::test_can_callback_with_a_string
FAILED tests/cover/test_statistical_events.py::test_formats_are_evaluated_only_once
FAILED tests/cover/test_statistical_events.py::test_does_not_report_on_examples
FAILED tests/cover/test_statistical_events.py::test_exact_timing - RuntimeErr...
FAILED tests/cover/test_statistical_events.py::test_apparently_instantaneous_tests
FAILED tests/cover/test_statistical_events.py::test_flaky_exit - RuntimeError...
FAILED tests/cover/test_statistical_events.py::test_draw_time_percentage[False-False]
FAILED tests/cover/test_statistical_events.py::test_draw_time_percentage[False-True]
FAILED tests/cover/test_statistical_events.py::test_draw_time_percentage[True-False]
FAILED tests/cover/test_statistical_events.py::test_draw_time_percentage[True-True]
FAILED tests/cover/test_statistical_events.py::test_has_lambdas_in_output - R...
FAILED tests/cover/test_statistical_events.py::test_stops_after_x_shrinks - R...
FAILED tests/cover/test_statistical_events.py::test_stateful_states_are_deduped
FAILED tests/cover/test_statistical_events.py::test_stateful_with_one_of_bundles_states_are_deduped
FAILED tests/cover/test_statistical_events.py::test_statistics_for_threshold_problem
FAILED tests/cover/test_statistical_events.py::test_statistics_with_events_and_target
FAILED tests/cover/test_targeting.py::test_allowed_inputs_to_target - Runtime...
FAILED tests/cover/test_targeting.py::test_allowed_inputs_to_target_fewer_labels
FAILED tests/cover/test_targeting.py::test_target_without_label - RuntimeErro...
FAILED tests/cover/test_targeting.py::test_multiple_target_calls - RuntimeErr...
FAILED tests/cover/test_targeting.py::test_respects_max_pool_size - RuntimeEr...
FAILED tests/cover/test_targeting.py::test_disallowed_inputs_to_target - Runt...
FAILED tests/cover/test_targeting.py::test_cannot_target_outside_test - Runti...
FAILED tests/cover/test_targeting.py::test_cannot_target_same_label_twice - R...
FAILED tests/cover/test_targeting.py::test_cannot_target_default_label_twice
FAILED tests/cover/test_targeting.py::test_targeting_with_following_empty - R...
FAILED tests/cover/test_targeting.py::test_targeting_with_many_empty - Runtim...
FAILED tests/cover/test_testdecorators.py::test_int_addition_is_commutative
FAILED tests/cover/test_testdecorators.py::test_str_addition_is_commutative
FAILED tests/cover/test_testdecorators.py::test_bytes_addition_is_commutative
FAILED tests/cover/test_testdecorators.py::test_int_addition_is_associative
FAILED tests/cover/test_testdecorators.py::test_float_addition_is_associative
FAILED tests/cover/test_testdecorators.py::test_reversing_preserves_integer_addition
FAILED tests/cover/test_testdecorators.py::test_still_minimizes_on_non_assertion_failures
FAILED tests/cover/test_testdecorators.py::test_integer_division_shrinks_positive_integers
FAILED tests/cover/test_testdecorators.py::TestCases::test_abs_non_negative
FAILED tests/cover/test_testdecorators.py::TestCases::test_abs_non_negative_varargs
FAILED tests/cover/test_testdecorators.py::TestCases::test_abs_non_negative_varargs_kwargs
FAILED tests/cover/test_testdecorators.py::TestCases::test_abs_non_negative_varargs_kwargs_only
FAILED tests/cover/test_testdecorators.py::TestCases::test_int_is_always_negative
FAILED tests/cover/test_testdecorators.py::TestCases::test_float_addition_cancels
FAILED tests/cover/test_testdecorators.py::test_can_be_given_keyword_args - R...
FAILED tests/cover/test_testdecorators.py::test_one_of_produces_different_values
FAILED tests/cover/test_testdecorators.py::test_is_the_answer - RuntimeError:...
FAILED tests/cover/test_testdecorators.py::test_text_addition_is_not_commutative
FAILED tests/cover/test_testdecorators.py::test_binary_addition_is_not_commutative
FAILED tests/cover/test_testdecorators.py::test_integers_are_in_range - Runti...
FAILED tests/cover/test_testdecorators.py::test_integers_from_are_from - Runt...
FAILED tests/cover/test_testdecorators.py::test_does_not_catch_interrupt_during_falsify
FAILED tests/cover/test_testdecorators.py::test_removing_an_element_from_a_unique_list
FAILED tests/cover/test_testdecorators.py::test_removing_an_element_from_a_non_unique_list
FAILED tests/cover/test_testdecorators.py::test_can_test_sets_sampled_from - ...
FAILED tests/cover/test_testdecorators.py::test_can_mix_sampling_with_generating
FAILED tests/cover/test_testdecorators.py::test_can_find_large_sum_frozenset
FAILED tests/cover/test_testdecorators.py::test_prints_on_failure_by_default
FAILED tests/cover/test_testdecorators.py::test_does_not_print_on_success - R...
FAILED tests/cover/test_testdecorators.py::test_can_sample_from_single_element
FAILED tests/cover/test_testdecorators.py::test_list_is_sorted - RuntimeError...
FAILED tests/cover/test_testdecorators.py::test_is_an_endpoint - RuntimeError...
FAILED tests/cover/test_testdecorators.py::test_breaks_bounds - RuntimeError:...
FAILED tests/cover/test_testdecorators.py::test_can_test_kwargs_only_methods
FAILED tests/cover/test_testdecorators.py::test_is_ascii - RuntimeError: twis...
FAILED tests/cover/test_testdecorators.py::test_is_not_ascii - RuntimeError: ...
FAILED tests/cover/test_testdecorators.py::test_can_find_string_with_duplicates
FAILED tests/cover/test_testdecorators.py::test_has_ascii - RuntimeError: twi...
FAILED tests/cover/test_testdecorators.py::test_can_derandomize - RuntimeErro...
FAILED tests/cover/test_testdecorators.py::test_can_run_without_database - Ru...
FAILED tests/cover/test_testdecorators.py::test_can_run_with_database_in_thread
FAILED tests/cover/test_testdecorators.py::test_can_call_an_argument_f - Runt...
FAILED tests/cover/test_testdecorators.py::test_named_tuples_are_of_right_type
FAILED tests/cover/test_testdecorators.py::test_fails_in_reify - RuntimeError...
FAILED tests/cover/test_testdecorators.py::test_a_text - RuntimeError: twiste...
FAILED tests/cover/test_testdecorators.py::test_empty_text - RuntimeError: tw...
FAILED tests/cover/test_testdecorators.py::test_mixed_text - RuntimeError: tw...
FAILED tests/cover/test_testdecorators.py::test_when_set_to_no_simplifies_runs_failing_example_twice
FAILED tests/cover/test_testdecorators.py::test_filtered_values_satisfy_condition
FAILED tests/cover/test_testdecorators.py::test_can_map_nameless - RuntimeErr...
FAILED tests/cover/test_testdecorators.py::test_can_flatmap_nameless - Runtim...
FAILED tests/cover/test_testdecorators.py::test_can_be_used_with_none_module
FAILED tests/cover/test_testdecorators.py::test_does_not_print_notes_if_all_succeed
FAILED tests/cover/test_testdecorators.py::test_prints_notes_once_on_failure
FAILED tests/cover/test_testdecorators.py::test_empty_lists - RuntimeError: t...
FAILED tests/cover/test_text.py::test_rewriting_integers_covers_right_range
FAILED tests/cover/test_traceback_elision.py::test_tracebacks_omit_hypothesis_internals[Verbosity.normal]
FAILED tests/cover/test_traceback_elision.py::test_tracebacks_omit_hypothesis_internals[Verbosity.debug]
FAILED tests/cover/test_type_lookup.py::test_generic_sequence_of_integers_may_be_lists_or_bytes
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[NoneType]
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[bool] - ...
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[bytes]
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[complex]
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[date] - ...
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[datetime]
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[time] - ...
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[timedelta]
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[Decimal]
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[dict] - ...
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[float]
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[Fraction]
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[frozenset]
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[function]
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[int] - R...
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[list] - ...
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[set] - R...
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[str] - R...
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[tuple]
FAILED tests/cover/test_type_lookup.py::test_resolve_core_strategies[UUID] - ...
FAILED tests/cover/test_type_lookup.py::test_lookup_knows_about_all_core_strategies
FAILED tests/cover/test_type_lookup.py::test_lookup_keys_are_types - RuntimeE...
FAILED tests/cover/test_type_lookup.py::test_lookup_values_are_strategies - R...
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[NoneType]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[bool]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[bytes]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[complex]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[date]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[datetime]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[time]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[timedelta]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[Decimal]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[dict]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[float]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[Fraction]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[frozenset]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[function]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[int]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[list]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[set]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[str]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[tuple]
FAILED tests/cover/test_type_lookup.py::test_lookup_overrides_defaults[UUID]
FAILED tests/cover/test_type_lookup.py::test_custom_type_resolution_fails_without_registering
FAILED tests/cover/test_type_lookup.py::test_custom_type_resolution - Runtime...
FAILED tests/cover/test_type_lookup.py::test_custom_type_resolution_with_function
FAILED tests/cover/test_type_lookup.py::test_custom_type_resolution_with_function_non_strategy
FAILED tests/cover/test_type_lookup.py::test_errors_if_generic_resolves_empty
FAILED tests/cover/test_type_lookup.py::test_cannot_register_empty - RuntimeE...
FAILED tests/cover/test_type_lookup.py::test_pulic_interface_works - RuntimeE...
FAILED tests/cover/test_type_lookup.py::test_given_can_infer_from_manual_annotations
FAILED tests/cover/test_type_lookup.py::test_error_if_enum_is_empty - Runtime...
FAILED tests/cover/test_type_lookup.py::test_uninspectable_builds - RuntimeEr...
FAILED tests/cover/test_type_lookup.py::test_uninspectable_from_type - Runtim...
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[NoneType]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[NotImplementedType]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[UnicodeDecodeError]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[UnicodeEncodeError]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[UnicodeTranslateError]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[bool]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[bytearray]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[bytes]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[classmethod]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[ByteString]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[MutableSet]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[complex]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[date]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[datetime]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[time]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[timedelta]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[timezone]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[Decimal]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[dict]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[ellipsis]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[enumerate]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[filter]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[float]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[Fraction]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[frozenset]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[function]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[int]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[IPv4Address]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[IPv4Interface]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[IPv4Network]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[IPv6Address]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[IPv6Interface]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[IPv6Network]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[list]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[map]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[memoryview]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[Complex]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[Integral]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[Number]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[Rational]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[Real]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[dtype]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[ndarray]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[PathLike]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[range]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[Match]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[Pattern]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[reversed]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[set]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[slice]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[staticmethod]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[str]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[super]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[Bar]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[Baz]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[tuple]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[type]
FAILED tests/cover/test_type_lookup.py::test_can_generate_from_all_registered_types[UUID]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_empty - RuntimeEr...
FAILED tests/cover/test_type_lookup.py::test_issue_2951_regression - RuntimeE...
FAILED tests/cover/test_type_lookup.py::test_issue_2951_regression_two_params
FAILED tests/cover/test_type_lookup.py::test_generic_origin_with_type_args[strategy0-typing.Union[str, int]]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_with_type_args[strategy0-typing.Sequence[typing.Sequence[int]]]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_with_type_args[strategy0-tests.cover.test_type_lookup.MyGeneric[str]]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_with_type_args[strategy0-typing.Callable[..., str]]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_with_type_args[strategy0-typing.Callable[[int], str]]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_with_type_args[<lambda>-typing.Union[str, int]]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_with_type_args[<lambda>-typing.Sequence[typing.Sequence[int]]]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_with_type_args[<lambda>-tests.cover.test_type_lookup.MyGeneric[str]]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_with_type_args[<lambda>-typing.Callable[..., str]]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_with_type_args[<lambda>-typing.Callable[[int], str]]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_without_type_args[generic0]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_without_type_args[generic1]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_without_type_args[generic2]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_without_type_args[generic3]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_without_type_args[generic4]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_without_type_args[MyGeneric]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_without_type_args[generic6]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_from_type[from_type-tests.cover.test_type_lookup.MyGeneric[~T]]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_from_type[from_type-tests.cover.test_type_lookup.MyGeneric[int]]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_from_type[from_type-MyGeneric]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_from_type[builds-using_generic]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_from_type[builds-using_concrete_generic]
FAILED tests/cover/test_type_lookup.py::test_generic_origin_concrete_builds
FAILED tests/cover/test_type_lookup.py::test_gen_abstract - RuntimeError: twi...
FAILED tests/cover/test_type_lookup.py::test_abstract_resolver_fallback - Run...
FAILED tests/cover/test_type_lookup_forward_ref.py::test_bound_correct_forward_ref
FAILED tests/cover/test_type_lookup_forward_ref.py::test_bound_alias_forward_ref
FAILED tests/cover/test_type_lookup_forward_ref.py::test_bound_correct_dot_access_forward_ref
FAILED tests/cover/test_type_lookup_forward_ref.py::test_bound_missing_dot_access_forward_ref[wrong_dot_access_fun]
FAILED tests/cover/test_type_lookup_forward_ref.py::test_bound_missing_dot_access_forward_ref[missing_dot_access_fun]
FAILED tests/cover/test_type_lookup_forward_ref.py::test_bound_missing_forward_ref
FAILED tests/cover/test_type_lookup_forward_ref.py::test_bound_type_cheking_only_forward_ref
FAILED tests/cover/test_type_lookup_forward_ref.py::test_bound_type_cheking_only_forward_ref_wrong_type
FAILED tests/cover/test_unicode_identifiers.py::test_can_copy_argspec_of_unicode_args
FAILED tests/cover/test_unicode_identifiers.py::test_can_copy_argspec_of_unicode_name
FAILED tests/cover/test_unicode_identifiers.py::test_can_handle_unicode_identifier_in_same_line_as_lambda_def
FAILED tests/cover/test_unicode_identifiers.py::test_regression_issue_1700 - ...
FAILED tests/cover/test_unittest.py::test_subTest - RuntimeError: twisted rea...
FAILED tests/cover/test_unittest.py::test_subTest_no_self[err0] - RuntimeErro...
FAILED tests/cover/test_unittest.py::test_subTest_no_self[err1] - RuntimeErro...
FAILED tests/cover/test_validation.py::test_errors_when_given_varargs - Runti...
FAILED tests/cover/test_validation.py::test_varargs_without_positional_arguments_allowed
FAILED tests/cover/test_validation.py::test_errors_when_given_varargs_and_kwargs_with_positional_arguments
FAILED tests/cover/test_validation.py::test_varargs_and_kwargs_without_positional_arguments_allowed
FAILED tests/cover/test_validation.py::test_bare_given_errors - RuntimeError:...
FAILED tests/cover/test_validation.py::test_errors_on_unwanted_kwargs - Runti...
FAILED tests/cover/test_validation.py::test_errors_on_too_many_positional_args
FAILED tests/cover/test_validation.py::test_errors_on_any_varargs - RuntimeEr...
FAILED tests/cover/test_validation.py::test_can_put_arguments_in_the_middle
FAILED tests/cover/test_validation.py::test_float_ranges - RuntimeError: twis...
FAILED tests/cover/test_validation.py::test_float_range_and_allow_nan_cannot_both_be_enabled
FAILED tests/cover/test_validation.py::test_float_finite_range_and_allow_infinity_cannot_both_be_enabled
FAILED tests/cover/test_validation.py::test_does_not_error_if_min_size_is_bigger_than_default_size
FAILED tests/cover/test_validation.py::test_list_unique_and_unique_by_cannot_both_be_enabled
FAILED tests/cover/test_validation.py::test_min_before_max - RuntimeError: tw...
FAILED tests/cover/test_validation.py::test_filter_validates - RuntimeError: ...
FAILED tests/cover/test_validation.py::test_recursion_validates_base_case - R...
FAILED tests/cover/test_validation.py::test_recursion_validates_recursive_step
FAILED tests/cover/test_validation.py::test_given_warns_on_use_of_non_strategies
FAILED tests/cover/test_validation.py::test_given_warns_when_mixing_positional_with_keyword
FAILED tests/cover/test_validation.py::test_cannot_find_non_strategies - Runt...
FAILED tests/cover/test_validation.py::test_valid_sizes[0-100-strategy0] - Ru...
FAILED tests/cover/test_validation.py::test_valid_sizes[0-100-strategy1] - Ru...
FAILED tests/cover/test_validation.py::test_valid_sizes[0-100-text] - Runtime...
FAILED tests/cover/test_validation.py::test_valid_sizes[0-100-binary] - Runti...
FAILED tests/cover/test_validation.py::test_valid_sizes[0-101-strategy0] - Ru...
FAILED tests/cover/test_validation.py::test_valid_sizes[0-101-strategy1] - Ru...
FAILED tests/cover/test_validation.py::test_valid_sizes[0-101-text] - Runtime...
FAILED tests/cover/test_validation.py::test_valid_sizes[0-101-binary] - Runti...
FAILED tests/cover/test_validation.py::test_check_type_with_tuple_of_length_two
FAILED tests/cover/test_validation.py::test_validation_happens_on_draw - Runt...
FAILED tests/cover/test_validation.py::test_check_type_suggests_check_strategy
FAILED tests/cover/test_validation.py::test_check_strategy_might_suggest_sampled_from
FAILED tests/cover/test_validation.py::test_stuff_keyword - RuntimeError: twi...
FAILED tests/cover/test_validation.py::test_stuff_positional - RuntimeError: ...
FAILED tests/cover/test_validation.py::test_too_many_positional - RuntimeErro...
FAILED tests/cover/test_verbosity.py::test_prints_intermediate_in_success - R...
FAILED tests/cover/test_verbosity.py::test_does_not_log_in_quiet_mode - Runti...
FAILED tests/cover/test_verbosity.py::test_includes_progress_in_verbose_mode
FAILED tests/cover/test_verbosity.py::test_prints_initial_attempts_on_find - ...
FAILED tests/cover/test_verbosity.py::test_includes_intermediate_results_in_verbose_mode
FAILED tests/cover/test_verbosity.py::test_no_indexerror_in_quiet_mode - Runt...
FAILED tests/cover/test_verbosity.py::test_no_indexerror_in_quiet_mode_report_multiple
FAILED tests/cover/test_verbosity.py::test_no_indexerror_in_quiet_mode_report_one
FAILED tests/datetime/test_dateutil_timezones.py::test_utc_is_minimal - Runti...
FAILED tests/datetime/test_dateutil_timezones.py::test_can_generate_non_naive_time
FAILED tests/datetime/test_dateutil_timezones.py::test_can_generate_non_naive_datetime
FAILED tests/datetime/test_dateutil_timezones.py::test_timezone_aware_datetimes_are_timezone_aware
FAILED tests/datetime/test_dateutil_timezones.py::test_datetime_bounds_must_be_naive
FAILED tests/datetime/test_dateutil_timezones.py::test_timezones_arg_to_datetimes_must_be_search_strategy
FAILED tests/datetime/test_dateutil_timezones.py::test_timezone_aware_times_are_timezone_aware
FAILED tests/datetime/test_dateutil_timezones.py::test_can_generate_non_utc
FAILED tests/datetime/test_dateutil_timezones.py::test_time_bounds_must_be_naive
FAILED tests/datetime/test_dateutil_timezones.py::test_should_have_correct_ordering
FAILED tests/datetime/test_dateutil_timezones.py::test_datetimes_stay_within_naive_bounds
FAILED tests/datetime/test_dateutil_timezones.py::test_dateutil_exists_our_not_exists_are_inverse
FAILED tests/datetime/test_dateutil_timezones.py::test_datetimes_can_exclude_imaginary
FAILED tests/datetime/test_dateutil_timezones.py::test_non_imaginary_datetimes_at_boundary
FAILED tests/datetime/test_pytz_timezones.py::test_utc_is_minimal - RuntimeEr...
FAILED tests/datetime/test_pytz_timezones.py::test_can_generate_non_naive_time
FAILED tests/datetime/test_pytz_timezones.py::test_can_generate_non_naive_datetime
FAILED tests/datetime/test_pytz_timezones.py::test_timezone_aware_datetimes_are_timezone_aware
FAILED tests/datetime/test_pytz_timezones.py::test_datetime_bounds_must_be_naive
FAILED tests/datetime/test_pytz_timezones.py::test_underflow_in_simplify - Ru...
FAILED tests/datetime/test_pytz_timezones.py::test_overflow_in_simplify - Run...
FAILED tests/datetime/test_pytz_timezones.py::test_timezones_arg_to_datetimes_must_be_search_strategy
FAILED tests/datetime/test_pytz_timezones.py::test_timezone_aware_times_are_timezone_aware
FAILED tests/datetime/test_pytz_timezones.py::test_can_generate_non_utc - Run...
FAILED tests/datetime/test_pytz_timezones.py::test_time_bounds_must_be_naive
FAILED tests/datetime/test_pytz_timezones.py::test_can_trigger_error_in_draw_near_boundary[bound0]
FAILED tests/datetime/test_pytz_timezones.py::test_can_trigger_error_in_draw_near_boundary[bound1]
FAILED tests/datetime/test_pytz_timezones.py::test_datetimes_stay_within_naive_bounds
FAILED tests/datetime/test_zoneinfo_timezones.py::test_utc_is_minimal - Runti...
FAILED tests/datetime/test_zoneinfo_timezones.py::test_can_generate_non_utc
FAILED tests/datetime/test_zoneinfo_timezones.py::test_datetimes_stay_within_naive_bounds
FAILED tests/datetime/test_zoneinfo_timezones.py::test_timezones_argument_validation[kwargs0]
FAILED tests/datetime/test_zoneinfo_timezones.py::test_timezone_keys_argument_validation[kwargs0]
FAILED tests/datetime/test_zoneinfo_timezones.py::test_can_generate_prefixes_if_allowed_and_available
FAILED tests/datetime/test_zoneinfo_timezones.py::test_can_disallow_prefixes
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[fuzz_sorted]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[fuzz_with_docstring]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[fuzz_classmethod]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[fuzz_ufunc]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[magic_gufunc]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[magic_base64_roundtrip]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[re_compile]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[re_compile_except]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[re_compile_unittest]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[base64_magic]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[sorted_idempotent]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[timsort_idempotent]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[timsort_idempotent_asserts]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[eval_equivalent]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[sorted_self_equivalent]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[addition_op_magic]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[addition_op_multimagic]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[division_fuzz_error_handler]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[division_binop_error_handler]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[division_roundtrip_error_handler]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[division_roundtrip_arithmeticerror_handler]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[division_roundtrip_typeerror_handler]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[division_operator]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[multiplication_operator]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_example_outputs[multiplication_operator_unittest]
FAILED tests/ghostwriter/test_expected_output.py::test_ghostwriter_on_hypothesis
FAILED tests/ghostwriter/test_ghostwriter.py::test_invalid_exceptions[not an exception]
FAILED tests/ghostwriter/test_ghostwriter.py::test_invalid_exceptions[BaseException]
FAILED tests/ghostwriter/test_ghostwriter.py::test_invalid_exceptions[badness2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_invalid_exceptions[badness3]
FAILED tests/ghostwriter/test_ghostwriter.py::test_style_validation - Runtime...
FAILED tests/ghostwriter/test_ghostwriter.py::test_strategies_with_invalid_syntax_repr_as_nothing
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_exploits_arguments_with_enum_defaults
FAILED tests/ghostwriter/test_ghostwriter.py::test_flattens_one_of_repr - Run...
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[compile-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[compile-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[compile-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[loads-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[loads-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[loads-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[dump-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[dump-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[dump-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[timsort-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[timsort-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[timsort-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[literal_eval-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[literal_eval-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[literal_eval-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[non_type_annotation-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[non_type_annotation-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[non_type_annotation-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[annotated_any-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[annotated_any-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[annotated_any-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[a name-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[a name-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[a name-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[non_resolvable_arg-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[non_resolvable_arg-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[non_resolvable_arg-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_keys-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_keys-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_keys-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_values-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_values-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_values-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_match-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_match-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_match-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_pattern-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_pattern-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_pattern-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_sized-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_sized-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_sized-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_frozensets-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_frozensets-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_frozensets-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_attrs_class-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_attrs_class-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_fuzz[takes_attrs_class-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_socket_module - RuntimeErr...
FAILED tests/ghostwriter/test_ghostwriter.py::test_binary_op_also_handles_frozensets
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_unittest_style[compile-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_unittest_style[compile-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_unittest_style[compile-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_unittest_style[loads-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_unittest_style[loads-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_unittest_style[loads-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_unittest_style[dump-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_unittest_style[dump-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_unittest_style[dump-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_unittest_style[timsort-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_unittest_style[timsort-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_unittest_style[timsort-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_unittest_style[literal_eval-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_unittest_style[literal_eval-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_unittest_style[literal_eval-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_inference_from_defaults_and_none_booleans_reprs_not_just_and_sampled_from
FAILED tests/ghostwriter/test_ghostwriter.py::test_no_hashability_filter - Ru...
FAILED tests/ghostwriter/test_ghostwriter.py::test_invalid_func_inputs[fuzz-args0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_invalid_func_inputs[idempotent-args1]
FAILED tests/ghostwriter/test_ghostwriter.py::test_invalid_func_inputs[roundtrip-args2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_invalid_func_inputs[roundtrip-args3]
FAILED tests/ghostwriter/test_ghostwriter.py::test_invalid_func_inputs[equivalent-args4]
FAILED tests/ghostwriter/test_ghostwriter.py::test_invalid_func_inputs[equivalent-args5]
FAILED tests/ghostwriter/test_ghostwriter.py::test_run_ghostwriter_fuzz - Run...
FAILED tests/ghostwriter/test_ghostwriter.py::test_exception_deduplication[exceptions0-Exception]
FAILED tests/ghostwriter/test_ghostwriter.py::test_exception_deduplication[exceptions1-UnicodeError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_exception_deduplication[exceptions2-OSError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_exception_deduplication[exceptions3-(OSError, UnicodeError)]
FAILED tests/ghostwriter/test_ghostwriter.py::test_run_ghostwriter_roundtrip
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_idempotent[sorted-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_idempotent[sorted-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_idempotent[sorted-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_idempotent[timsort-ex0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_idempotent[timsort-ValueError]
FAILED tests/ghostwriter/test_ghostwriter.py::test_ghostwriter_idempotent[timsort-ex2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_overlapping_args_use_union_of_strategies
FAILED tests/ghostwriter/test_ghostwriter.py::test_module_with_mock_does_not_break
FAILED tests/ghostwriter/test_ghostwriter.py::test_unrepr_identity_elem - Run...
FAILED tests/ghostwriter/test_ghostwriter.py::test_get_imports_for_strategy[strategy0-imports0]
FAILED tests/ghostwriter/test_ghostwriter.py::test_get_imports_for_strategy[strategy1-imports1]
FAILED tests/ghostwriter/test_ghostwriter.py::test_get_imports_for_strategy[strategy2-imports2]
FAILED tests/ghostwriter/test_ghostwriter.py::test_get_imports_for_strategy[strategy3-imports3]
FAILED tests/ghostwriter/test_ghostwriter.py::test_get_imports_for_strategy[strategy4-imports4]
FAILED tests/ghostwriter/test_ghostwriter.py::test_get_imports_for_strategy[strategy5-imports5]
FAILED tests/ghostwriter/test_ghostwriter_cli.py::test_cli_python_equivalence[--equivalent re.compile-<lambda>]
FAILED tests/ghostwriter/test_ghostwriter_cli.py::test_cli_python_equivalence[--roundtrip sorted-<lambda>]
FAILED tests/ghostwriter/test_ghostwriter_cli.py::test_cli_python_equivalence[--equivalent eval ast.literal_eval-<lambda>]
FAILED tests/ghostwriter/test_ghostwriter_cli.py::test_cli_python_equivalence[--roundtrip json.loads json.dumps --except ValueError-<lambda>]
FAILED tests/ghostwriter/test_ghostwriter_cli.py::test_cli_python_equivalence[hypothesis.errors.StopTest-<lambda>]
FAILED tests/ghostwriter/test_ghostwriter_cli.py::test_cli_python_equivalence[--binary-op operator.add-<lambda>]
FAILED tests/ghostwriter/test_ghostwriter_cli.py::test_cli_too_many_functions[--idempotent sorted sorted-Test functions for idempotence one at a time.]
FAILED tests/ghostwriter/test_ghostwriter_cli.py::test_cli_too_many_functions[xxxx-Found the 'builtins' module, but it doesn't have a 'xxxx' attribute.]
FAILED tests/ghostwriter/test_ghostwriter_cli.py::test_cli_too_many_functions[re.srch-Found the 're' module, but it doesn't have a 'srch' attribute.  Closest matches: ['search']]
FAILED tests/ghostwriter/test_ghostwriter_cli.py::test_cli_too_many_functions[re.fmatch-Found the 're' module, but it doesn't have a 'fmatch' attribute.  Closest matches: ['match', 'fullmatch']
FAILED tests/ghostwriter/test_ghostwriter_cli.py::test_can_import_from_scripts_in_working_dir
FAILED tests/ghostwriter/test_ghostwriter_cli.py::test_empty_module_is_not_error
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[lists(integers(), min_size=-1)]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[lists(integers(), max_size=-1)]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[lists(integers(), min_size='no')]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[lists(integers(), max_size='no')]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[sets(integers(), min_size=-1)]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[sets(integers(), max_size=-1)]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[sets(integers(), min_size='no')]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[sets(integers(), max_size='no')]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[frozensets(integers(), min_size=-1)]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[frozensets(integers(), max_size=-1)]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[frozensets(integers(), min_size='no')]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[frozensets(integers(), max_size='no')]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[dictionaries(integers(), integers(), min_size=-1)]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[dictionaries(integers(), integers(), max_size=-1)]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[dictionaries(integers(), integers(), min_size='no')]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[dictionaries(integers(), integers(), max_size='no')]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[text(min_size=-1)]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[text(max_size=-1)]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[text(min_size='no')]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[text(max_size='no')]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[binary(min_size=-1)]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[binary(max_size=-1)]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[binary(min_size='no')]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[binary(max_size='no')]
FAILED tests/nocover/test_argument_validation.py::test_raise_invalid_argument[lists(nothing(), min_size=1, unique=True)]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[any_call]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[any_call_of_method]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[array_dtypes]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[array_shapes]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[arrays]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[badly_draw_lists]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[basic_indices]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[binary]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[boolean_dtypes]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[booleans]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[broadcastable_shapes]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[builds]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[byte_string_dtypes]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[characters]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[clear_cache_after_draw]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[complex_number_dtypes]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[complex_numbers]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[data]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[dates]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[datetime64_dtypes]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[datetimes]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[decimals]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[deferred]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[dfas]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[dictionaries]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[domains]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[draw_ordered_with_assume]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[emails]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[fixed_dictionaries]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[floating_dtypes]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[floats]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[fractions]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[from_dtype]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[from_regex]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[from_type]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[frozensets]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[functions]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[group_conditional]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[integer_array_indices]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[integer_dtypes]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[integers]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[ip_addresses]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[iterables]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[just]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[kwonlyargs_composites]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[lists]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[maybe_pad]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[mutually_broadcastable_shapes]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[nested_dtypes]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[none]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[nothing]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[one_of]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[permutations]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[random_module]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[randoms]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[recursive]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[reuse_group]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[runner]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[sampled_from]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[scalar_dtypes]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[sets]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[shared]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[single_bool_lists]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[slices]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[st_classmethod_then_composite]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[st_composite_method]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[st_composite_then_classmethod]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[st_composite_then_staticmethod]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[st_staticmethod_then_composite]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[strat_one]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[strat_two]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[stupid_sampled_sets]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[text]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[timedelta64_dtypes]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[timedeltas]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[times]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[timezone_keys]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[timezones]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[tuples]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[unicode_string_dtypes]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[unsigned_integer_dtypes]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[update_group]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[urls]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[uuids]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[valid_tuple_axes]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[varint]
FAILED tests/nocover/test_argument_validation.py::test_consistent_with_api_guide_on_kwonly_args[write_pattern]
FAILED tests/nocover/test_bad_repr.py::test_just_frosty - RuntimeError: twist...
FAILED tests/nocover/test_bad_repr.py::test_sampling_snowmen - RuntimeError: ...
FAILED tests/nocover/test_bad_repr.py::test_sampled_from_bad_repr - RuntimeEr...
FAILED tests/nocover/test_boundary_exploration.py::test_explore_arbitrary_function[strat0]
FAILED tests/nocover/test_build_signature.py::test_builds_uses_signature_attribute
FAILED tests/nocover/test_build_signature.py::test_from_type_uses_signature_attribute
FAILED tests/nocover/test_build_signature.py::test_from_type_can_be_default_or_annotation
FAILED tests/nocover/test_build_signature.py::test_build_using_different_signature_and_annotations
FAILED tests/nocover/test_build_signature.py::test_build_with_non_types_in_signature
FAILED tests/nocover/test_build_signature.py::test_build_in_from_type_with_self_named_something_else
FAILED tests/nocover/test_cacheable.py::test_is_cacheable[s0] - RuntimeError:...
FAILED tests/nocover/test_cacheable.py::test_is_cacheable[s1] - RuntimeError:...
FAILED tests/nocover/test_cacheable.py::test_is_cacheable[s2] - RuntimeError:...
FAILED tests/nocover/test_cacheable.py::test_is_cacheable[s3] - RuntimeError:...
FAILED tests/nocover/test_cacheable.py::test_is_not_cacheable[s0] - RuntimeEr...
FAILED tests/nocover/test_cacheable.py::test_is_not_cacheable[s1] - RuntimeEr...
FAILED tests/nocover/test_cacheable.py::test_is_not_cacheable[s2] - RuntimeEr...
FAILED tests/nocover/test_cacheable.py::test_non_cacheable_things_are_not_cached
FAILED tests/nocover/test_cacheable.py::test_cacheable_things_are_cached - Ru...
FAILED tests/nocover/test_cacheable.py::test_local_types_are_garbage_collected_issue_493
FAILED tests/nocover/test_characters.py::test_large_blacklist - RuntimeError:...
FAILED tests/nocover/test_characters.py::test_arbitrary_blacklist - RuntimeEr...
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[lists(none(), max_size=0)]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[tuples()]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[sets(none(), max_size=0)]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[frozensets(none(), max_size=0)]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[fixed_dictionaries({})]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[builds(ABC, booleans(), booleans(), booleans())]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[builds(ABC, booleans(), booleans(), integers())]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[fixed_dictionaries({'a': integers(), 'b': booleans()})]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[dictionaries(keys=booleans(), values=integers())]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[dictionaries(keys=text(), values=booleans())]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[one_of(integers(), tuples(booleans()))]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[sampled_from(range(0, 10))]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[one_of(just('a'), just('b'), just('c'))]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[sampled_from(('a', 'b', 'c'))]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[integers()]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[integers(min_value=3)]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[integers(min_value=-4294967296, max_value=18446744073709551616)]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats()0]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats(min_value=-2.0, max_value=3.0)]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats()1]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats(min_value=-2.0)]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats()2]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats(max_value=-0.0)]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats()3]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats(min_value=0.0)]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats(min_value=3.14, max_value=3.14)]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[text()]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[binary()]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[booleans()]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[tuples(booleans(), booleans())]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[frozensets(integers())]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[sets(frozensets(booleans()))]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[complex_numbers()]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[fractions()]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[decimals()]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[lists(lists(booleans()))]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[lists(floats(min_value=0.0, max_value=0.0))]
FAILED 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)))]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[integers().flatmap(lambda v: lists(just(v)))]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[integers().filter(lambda x: abs(x) > 100)]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[floats(min_value=-1.7976931348623157e+308, max_value=1.7976931348623157e+308)]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[none()]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[randoms(use_true_random=True)]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[booleans().flatmap(lambda x: booleans() if x else complex_numbers())]
FAILED tests/nocover/test_collective_minimization.py::test_can_collectively_minimize[recursive(booleans(), lambda x: lists(x, max_size=3), max_leaves=10)]
FAILED tests/nocover/test_compat.py::test_convert_back - RuntimeError: twiste...
FAILED tests/nocover/test_compat.py::test_to_int_in_big_endian_order - Runtim...
FAILED tests/nocover/test_compat.py::test_to_bytes_in_big_endian_order - Runt...
FAILED tests/nocover/test_compat.py::test_ceil - RuntimeError: twisted reacto...
FAILED tests/nocover/test_compat.py::test_floor - RuntimeError: twisted react...
FAILED tests/nocover/test_completion.py::test_never_draw_anything - RuntimeEr...
FAILED tests/nocover/test_conjecture_engine.py::test_lot_of_dead_nodes - Runt...
FAILED tests/nocover/test_conjecture_engine.py::test_saves_data_while_shrinking
FAILED tests/nocover/test_conjecture_engine.py::test_can_discard - RuntimeErr...
FAILED tests/nocover/test_conjecture_engine.py::test_regression_1 - RuntimeEr...
FAILED tests/nocover/test_conjecture_engine.py::test_cached_with_masked_byte_agrees_with_results
FAILED tests/nocover/test_conjecture_engine.py::test_block_programs_fail_efficiently
FAILED tests/nocover/test_conjecture_utils.py::test_gives_the_correct_probabilities
FAILED tests/nocover/test_conventions.py::test_unique_identifier_repr - Runti...
FAILED tests/nocover/test_database_usage.py::test_saves_incremental_steps_in_database
FAILED tests/nocover/test_database_usage.py::test_clears_out_database_as_things_get_boring
FAILED tests/nocover/test_database_usage.py::test_trashes_invalid_examples - ...
FAILED tests/nocover/test_database_usage.py::test_respects_max_examples_in_database_usage
FAILED tests/nocover/test_database_usage.py::test_does_not_use_database_when_seed_is_forced
FAILED tests/nocover/test_database_usage.py::test_database_not_created_when_not_used
FAILED tests/nocover/test_deferred_errors.py::test_does_not_error_on_initial_calculation
FAILED tests/nocover/test_deferred_errors.py::test_errors_each_time - Runtime...
FAILED tests/nocover/test_deferred_errors.py::test_errors_on_test_invocation
FAILED tests/nocover/test_deferred_errors.py::test_errors_on_find - RuntimeEr...
FAILED tests/nocover/test_deferred_errors.py::test_errors_on_example - Runtim...
FAILED tests/nocover/test_deferred_errors.py::test_does_not_recalculate_the_strategy
FAILED tests/nocover/test_drypython_returns.py::test_my_mappable - RuntimeErr...
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases[TwoGenericBases1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases[TwoGenericBases2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases[OneGenericOneConrete1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases[OneGenericOneConrete2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases[MixedGenerics1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases[MixedGenerics2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases[AllConcrete]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func1-TwoGenericBases1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func1-TwoGenericBases2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func1-OneGenericOneConrete1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func1-OneGenericOneConrete2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func1-MixedGenerics1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func1-MixedGenerics2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func1-AllConcrete]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func2-TwoGenericBases1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func2-TwoGenericBases2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func2-OneGenericOneConrete1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func2-OneGenericOneConrete2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func2-MixedGenerics1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func2-MixedGenerics2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[var_generic_func2-AllConcrete]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func1-TwoGenericBases1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func1-TwoGenericBases2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func1-OneGenericOneConrete1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func1-OneGenericOneConrete2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func1-MixedGenerics1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func1-MixedGenerics2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func1-AllConcrete]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func2-TwoGenericBases1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func2-TwoGenericBases2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func2-OneGenericOneConrete1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func2-OneGenericOneConrete2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func2-MixedGenerics1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func2-MixedGenerics2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[concrete_generic_func2-AllConcrete]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func1-TwoGenericBases1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func1-TwoGenericBases2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func1-OneGenericOneConrete1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func1-OneGenericOneConrete2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func1-MixedGenerics1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func1-MixedGenerics2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func1-AllConcrete]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func2-TwoGenericBases1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func2-TwoGenericBases2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func2-OneGenericOneConrete1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func2-OneGenericOneConrete2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func2-MixedGenerics1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func2-MixedGenerics2]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_functions[mixed_generic_func2-AllConcrete]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_wrong_functions[wrong_generic_func1]
FAILED tests/nocover/test_drypython_returns.py::test_several_generic_bases_wrong_functions[wrong_generic_func2]
FAILED tests/nocover/test_duplication.py::test_does_not_duplicate_blocks[1]
FAILED tests/nocover/test_duplication.py::test_does_not_duplicate_blocks[2]
FAILED tests/nocover/test_duplication.py::test_does_not_duplicate_blocks[3]
FAILED tests/nocover/test_duplication.py::test_does_not_duplicate_blocks[4]
FAILED tests/nocover/test_duplication.py::test_mostly_does_not_duplicate_blocks_even_when_failing[1]
FAILED tests/nocover/test_duplication.py::test_mostly_does_not_duplicate_blocks_even_when_failing[2]
FAILED tests/nocover/test_duplication.py::test_mostly_does_not_duplicate_blocks_even_when_failing[3]
FAILED tests/nocover/test_duplication.py::test_mostly_does_not_duplicate_blocks_even_when_failing[4]
FAILED tests/nocover/test_dynamic_variable.py::test_can_assign - RuntimeError...
FAILED tests/nocover/test_dynamic_variable.py::test_can_nest - RuntimeError: ...
FAILED tests/nocover/test_emails.py::test_is_valid_email - RuntimeError: twis...
FAILED tests/nocover/test_eval_as_source.py::test_can_eval_as_source - Runtim...
FAILED tests/nocover/test_eval_as_source.py::test_caches - RuntimeError: twis...
FAILED tests/nocover/test_eval_as_source.py::test_can_call_self_recursively
FAILED tests/nocover/test_explore_arbitrary_languages.py::test_explore_an_arbitrary_language
FAILED tests/nocover/test_fancy_repr.py::test_floats_is_floats - RuntimeError...
FAILED tests/nocover/test_fancy_repr.py::test_includes_non_default_values - R...
FAILED tests/nocover/test_fancy_repr.py::test_builds_repr - RuntimeError: twi...
FAILED tests/nocover/test_fancy_repr.py::test_map_repr - RuntimeError: twiste...
FAILED tests/nocover/test_fancy_repr.py::test_filter_repr - RuntimeError: twi...
FAILED tests/nocover/test_fancy_repr.py::test_flatmap_repr - RuntimeError: tw...
FAILED tests/nocover/test_filtering.py::test_filter_correctly[specifier0-<lambda>]
FAILED tests/nocover/test_filtering.py::test_filter_correctly[specifier1-bool]
FAILED tests/nocover/test_filtering.py::test_chained_filters_agree[base0] - R...
FAILED tests/nocover/test_filtering.py::test_chained_filters_agree[base1] - R...
FAILED tests/nocover/test_filtering.py::test_chained_filters_agree[base2] - R...
FAILED tests/nocover/test_filtering.py::test_chained_filters_agree[base3] - R...
FAILED tests/nocover/test_filtering.py::test_chained_filters_repr[base0] - Ru...
FAILED tests/nocover/test_filtering.py::test_chained_filters_repr[base1] - Ru...
FAILED tests/nocover/test_filtering.py::test_chained_filters_repr[base2] - Ru...
FAILED tests/nocover/test_filtering.py::test_chained_filters_repr[base3] - Ru...
FAILED tests/nocover/test_find.py::test_can_find_an_int - RuntimeError: twist...
FAILED tests/nocover/test_find.py::test_can_find_list - RuntimeError: twisted...
FAILED tests/nocover/test_find.py::test_can_find_nan - RuntimeError: twisted ...
FAILED tests/nocover/test_find.py::test_can_find_nans - RuntimeError: twisted...
FAILED tests/nocover/test_find.py::test_condition_is_name - RuntimeError: twi...
FAILED tests/nocover/test_find.py::test_find_dictionary - RuntimeError: twist...
FAILED tests/nocover/test_fixtures.py::test_time_consistently_increments_in_tests
FAILED tests/nocover/test_flatmap.py::test_constant_lists_are_constant - Runt...
FAILED tests/nocover/test_flatmap.py::test_in_order - RuntimeError: twisted r...
FAILED tests/nocover/test_flatmap.py::test_flatmap_retrieve_from_db - Runtime...
FAILED tests/nocover/test_flatmap.py::test_flatmap_does_not_reuse_strategies
FAILED tests/nocover/test_flatmap.py::test_flatmap_has_original_strategy_repr
FAILED tests/nocover/test_flatmap.py::test_mixed_list_flatmap - RuntimeError:...
FAILED tests/nocover/test_flatmap.py::test_can_shrink_through_a_binding[1] - ...
FAILED tests/nocover/test_flatmap.py::test_can_shrink_through_a_binding[2] - ...
FAILED tests/nocover/test_flatmap.py::test_can_shrink_through_a_binding[3] - ...
FAILED tests/nocover/test_flatmap.py::test_can_shrink_through_a_binding[4] - ...
FAILED tests/nocover/test_flatmap.py::test_can_shrink_through_a_binding[5] - ...
FAILED tests/nocover/test_flatmap.py::test_can_shrink_through_a_binding[6] - ...
FAILED tests/nocover/test_flatmap.py::test_can_shrink_through_a_binding[7] - ...
FAILED tests/nocover/test_flatmap.py::test_can_shrink_through_a_binding[8] - ...
FAILED tests/nocover/test_flatmap.py::test_can_shrink_through_a_binding[9] - ...
FAILED tests/nocover/test_flatmap.py::test_can_delete_in_middle_of_a_binding[1]
FAILED tests/nocover/test_flatmap.py::test_can_delete_in_middle_of_a_binding[2]
FAILED tests/nocover/test_flatmap.py::test_can_delete_in_middle_of_a_binding[3]
FAILED tests/nocover/test_flatmap.py::test_can_delete_in_middle_of_a_binding[4]
FAILED tests/nocover/test_flatmap.py::test_can_delete_in_middle_of_a_binding[5]
FAILED tests/nocover/test_flatmap.py::test_can_delete_in_middle_of_a_binding[6]
FAILED tests/nocover/test_flatmap.py::test_can_delete_in_middle_of_a_binding[7]
FAILED tests/nocover/test_flatmap.py::test_can_delete_in_middle_of_a_binding[8]
FAILED tests/nocover/test_flatmap.py::test_can_delete_in_middle_of_a_binding[9]
FAILED tests/nocover/test_floating.py::test_is_float - RuntimeError: twisted ...
FAILED tests/nocover/test_floating.py::test_inversion_is_imperfect - RuntimeE...
FAILED tests/nocover/test_floating.py::test_largest_range - RuntimeError: twi...
FAILED tests/nocover/test_floating.py::test_negation_is_self_inverse - Runtim...
FAILED tests/nocover/test_floating.py::test_is_not_nan - RuntimeError: twiste...
FAILED tests/nocover/test_floating.py::test_is_not_positive_infinite - Runtim...
FAILED tests/nocover/test_floating.py::test_is_not_negative_infinite - Runtim...
FAILED tests/nocover/test_floating.py::test_is_int - RuntimeError: twisted re...
FAILED tests/nocover/test_floating.py::test_is_not_int - RuntimeError: twiste...
FAILED tests/nocover/test_floating.py::test_is_in_exact_int_range - RuntimeEr...
FAILED tests/nocover/test_floating.py::test_can_find_floats_that_do_not_round_trip_through_strings
FAILED tests/nocover/test_floating.py::test_can_find_floats_that_do_not_round_trip_through_reprs
FAILED tests/nocover/test_floating.py::test_floats_are_in_range - RuntimeErro...
FAILED tests/nocover/test_from_type_recipe.py::test_recipe_for_everything_except
FAILED tests/nocover/test_given_error_conditions.py::test_raises_unsatisfiable_if_all_false
FAILED tests/nocover/test_given_reuse.py::test_has_an_arg_named_x - RuntimeEr...
FAILED tests/nocover/test_given_reuse.py::test_has_an_arg_named_y - RuntimeEr...
FAILED tests/nocover/test_given_reuse.py::test_fail_independently - RuntimeEr...
FAILED tests/nocover/test_imports.py::test_can_star_import_from_hypothesis - ...
FAILED tests/nocover/test_integer_ranges.py::test_intervals_shrink_to_center[(0, 5, 10)]
FAILED tests/nocover/test_integer_ranges.py::test_intervals_shrink_to_center[(-10, 10, 10)]
FAILED tests/nocover/test_integer_ranges.py::test_intervals_shrink_to_center[(0, 1, 1)]
FAILED tests/nocover/test_integer_ranges.py::test_intervals_shrink_to_center[(1, 1, 2)]
FAILED tests/nocover/test_integer_ranges.py::test_intervals_shrink_to_center[(-10, 0, 10)]
FAILED tests/nocover/test_integer_ranges.py::test_intervals_shrink_to_center[(-10, 5, 10)]
FAILED tests/nocover/test_integer_ranges.py::test_bounded_integers_distribution_of_bit_width_issue_1387_regression
FAILED tests/nocover/test_interesting_origin.py::test_can_generate_specified_version[go_wrong_naive]
FAILED tests/nocover/test_interesting_origin.py::test_can_generate_specified_version[go_wrong_with_cause]
FAILED tests/nocover/test_interesting_origin.py::test_can_generate_specified_version[go_wrong_coverup]
FAILED tests/nocover/test_labels.py::test_labels_are_cached - RuntimeError: t...
FAILED tests/nocover/test_labels.py::test_labels_are_distinct - RuntimeError:...
FAILED tests/nocover/test_labels.py::test_different_composites_have_different_labels
FAILED tests/nocover/test_labels.py::test_one_of_label_is_distinct - RuntimeE...
FAILED tests/nocover/test_labels.py::test_lists_label_by_element - RuntimeErr...
FAILED tests/nocover/test_labels.py::test_label_of_deferred_strategy_is_well_defined
FAILED tests/nocover/test_large_examples.py::test_can_generate_large_lists_with_min_size
FAILED tests/nocover/test_limits.py::test_max_examples_are_respected - Runtim...
FAILED tests/nocover/test_lstar.py::test_learning_always_changes_generation
FAILED tests/nocover/test_modify_inner_test.py::test_can_replace_inner_test
FAILED tests/nocover/test_modify_inner_test.py::test_can_replace_when_decorated
FAILED tests/nocover/test_modify_inner_test.py::test_can_replace_when_parametrized[1]
FAILED tests/nocover/test_modify_inner_test.py::test_can_replace_when_parametrized[2]
FAILED tests/nocover/test_modify_inner_test.py::test_can_replace_when_original_is_invalid
FAILED tests/nocover/test_modify_inner_test.py::test_inner_is_original_even_when_invalid
FAILED tests/nocover/test_nesting.py::test_nesting_1 - RuntimeError: twisted ...
FAILED tests/nocover/test_pretty_repr.py::test_repr_evals_to_thing_with_same_repr
FAILED tests/nocover/test_pretty_repr.py::test_sampled_transform_reprs[none().filter(foo).map(bar)]
FAILED tests/nocover/test_pretty_repr.py::test_sampled_transform_reprs[just(1).filter(foo).map(bar)]
FAILED tests/nocover/test_pretty_repr.py::test_sampled_transform_reprs[sampled_from([1, 2, 3]).filter(foo).map(bar)]
FAILED tests/nocover/test_randomization.py::test_seeds_off_random - RuntimeEr...
FAILED tests/nocover/test_randomization.py::test_nesting_with_control_passes_health_check
FAILED tests/nocover/test_recursive.py::test_can_generate_with_large_branching
FAILED tests/nocover/test_recursive.py::test_can_generate_some_depth_with_large_branching
FAILED tests/nocover/test_recursive.py::test_can_find_quite_broad_lists - Run...
FAILED tests/nocover/test_recursive.py::test_drawing_many_near_boundary - Run...
FAILED tests/nocover/test_recursive.py::test_can_use_recursive_data_in_sets
FAILED tests/nocover/test_recursive.py::test_can_form_sets_of_recursive_data
FAILED tests/nocover/test_recursive.py::test_drawing_from_recursive_strategy_is_thread_safe
FAILED tests/nocover/test_recursive.py::test_self_ref_regression - RuntimeErr...
FAILED tests/nocover/test_regex.py::test_conservative_regex_are_correct_by_construction
FAILED tests/nocover/test_regex.py::test_fuzz_stuff - RuntimeError: twisted r...
FAILED tests/nocover/test_regex.py::test_case_insensitive_not_literal_never_constructs_multichar_match
FAILED tests/nocover/test_regex.py::test_no_error_converting_negated_sets_to_strategy
FAILED tests/nocover/test_regressions.py::test_note_deprecation_blames_right_code_issue_652
FAILED tests/nocover/test_regressions.py::test_performance_issue_2027 - Runti...
FAILED tests/nocover/test_reusable_values.py::test_reusable_strategies_are_all_reusable
FAILED tests/nocover/test_reusable_values.py::test_filter_breaks_reusability
FAILED tests/nocover/test_reusable_values.py::test_map_breaks_reusability - R...
FAILED tests/nocover/test_reusable_values.py::test_flatmap_breaks_reusability
FAILED tests/nocover/test_reusable_values.py::test_mutable_collections_do_not_have_reusable_values[strat0]
FAILED tests/nocover/test_reusable_values.py::test_mutable_collections_do_not_have_reusable_values[strat1]
FAILED tests/nocover/test_reusable_values.py::test_mutable_collections_do_not_have_reusable_values[strat2]
FAILED tests/nocover/test_reusable_values.py::test_recursion_does_not_break_reusability
FAILED tests/nocover/test_sampled_from.py::test_filter_large_lists[100] - Run...
FAILED tests/nocover/test_sampled_from.py::test_filter_large_lists[100000] - ...
FAILED tests/nocover/test_sampled_from.py::test_filter_large_lists[1000000]
FAILED tests/nocover/test_sampled_from.py::test_filter_large_lists[33554432]
FAILED tests/nocover/test_sampled_from.py::test_chained_filters_find_rare_value
FAILED tests/nocover/test_sampled_from.py::test_unsat_sets_of_samples - Runti...
FAILED tests/nocover/test_sampled_from.py::test_efficient_sets_of_samples - R...
FAILED tests/nocover/test_sampled_from.py::test_enum_repr_uses_class_not_a_list
FAILED tests/nocover/test_sampled_from.py::test_flag_enum_repr_uses_class_not_a_list
FAILED tests/nocover/test_scrutineer.py::test_explanations[trivial] - Runtime...
FAILED tests/nocover/test_scrutineer.py::test_explanations[multiple-bugs] - R...
FAILED tests/nocover/test_scrutineer.py::test_no_explanations_if_deadline_exceeded[trivial]
FAILED tests/nocover/test_scrutineer.py::test_no_explanations_if_deadline_exceeded[multiple-bugs]
FAILED tests/nocover/test_sets.py::test_can_draw_sets_of_hard_to_find_elements
FAILED tests/nocover/test_sets.py::test_empty_sets - RuntimeError: twisted re...
FAILED tests/nocover/test_sets.py::test_bounded_size_sets - RuntimeError: twi...
FAILED tests/nocover/test_sharing.py::test_sharing_is_by_instance_by_default
FAILED tests/nocover/test_sharing.py::test_different_instances_with_the_same_key_are_shared
FAILED tests/nocover/test_sharing.py::test_different_instances_are_not_shared
FAILED tests/nocover/test_sharing.py::test_different_keys_are_not_shared - Ru...
FAILED tests/nocover/test_sharing.py::test_keys_and_default_are_not_shared - ...
FAILED tests/nocover/test_sharing.py::test_can_simplify_shared_lists - Runtim...
FAILED tests/nocover/test_sharing.py::test_simplify_shared_linked_to_size - R...
FAILED tests/nocover/test_simple_numbers.py::test_minimize_negative_int - Run...
FAILED tests/nocover/test_simple_numbers.py::test_positive_negative_int - Run...
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[0]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[10]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[11]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[12]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[20]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[21]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[30]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[31]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[4]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[5]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[7]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[8]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[9]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[10]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[15]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[16]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[17]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[31]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[32]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[33]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[63]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[64]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[65]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[100]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[127]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[128]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[129]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[255]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[256]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[257]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[511]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[512]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[513]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[1000]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[10000]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_down_to_boundary[100000]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[0]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[10]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[11]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[12]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[20]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[21]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[30]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[31]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[4]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[5]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[7]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[8]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[9]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[10]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[15]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[16]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[17]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[31]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[32]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[33]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[63]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[64]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[65]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[100]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[127]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[128]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[129]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[255]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[256]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[257]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[511]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[512]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[513]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[1000]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[10000]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_int_up_to_boundary[100000]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[0]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[10]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[11]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[12]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[20]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[21]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[30]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[31]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[4]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[5]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[7]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[8]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[9]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[10]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[15]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[16]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[17]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[31]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[32]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[33]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[63]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[64]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[65]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[100]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[127]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[128]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[129]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[255]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[256]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[257]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[511]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[512]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[513]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[1000]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[10000]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_ints_from_down_to_boundary[100000]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_negative_integer_range_upwards
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[0]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[10]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[11]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[12]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[20]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[21]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[30]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[31]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[4]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[5]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[7]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[8]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[9]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[10]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[15]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[16]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[17]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[31]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[32]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[33]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[63]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[64]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[65]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[100]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[127]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[128]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[129]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[255]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[256]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[257]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[511]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[512]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[513]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[1000]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[10000]
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_integer_range_to_boundary[100000]
FAILED tests/nocover/test_simple_numbers.py::test_single_integer_range_is_range
FAILED tests/nocover/test_simple_numbers.py::test_minimal_small_number_in_large_range
FAILED tests/nocover/test_simple_numbers.py::test_minimal_small_sum_float_list
FAILED tests/nocover/test_simple_numbers.py::test_minimals_boundary_floats - ...
FAILED tests/nocover/test_simple_numbers.py::test_minimal_non_boundary_float
FAILED tests/nocover/test_simple_numbers.py::test_minimal_float_is_zero - Run...
FAILED tests/nocover/test_simple_numbers.py::test_negative_floats_simplify_to_zero
FAILED tests/nocover/test_simple_numbers.py::test_minimal_infinite_float_is_positive
FAILED tests/nocover/test_simple_numbers.py::test_can_minimal_infinite_negative_float
FAILED tests/nocover/test_simple_numbers.py::test_can_minimal_float_on_boundary_of_representable
FAILED tests/nocover/test_simple_numbers.py::test_minimize_nan - RuntimeError...
FAILED tests/nocover/test_simple_numbers.py::test_minimize_very_large_float
FAILED tests/nocover/test_simple_numbers.py::test_can_minimal_float_far_from_integral
FAILED tests/nocover/test_simple_numbers.py::test_list_of_fractional_float - ...
FAILED tests/nocover/test_simple_numbers.py::test_minimal_fractional_float - ...
FAILED tests/nocover/test_simple_numbers.py::test_minimizes_lists_of_negative_ints_up_to_boundary
FAILED tests/nocover/test_simple_numbers.py::test_floats_in_constrained_range[0.0-5e-324]
FAILED tests/nocover/test_simple_numbers.py::test_floats_in_constrained_range[-5e-324-0.0]
FAILED tests/nocover/test_simple_numbers.py::test_floats_in_constrained_range[-5e-324-5e-324]
FAILED tests/nocover/test_simple_numbers.py::test_floats_in_constrained_range[5e-324-1e-323]
FAILED tests/nocover/test_simple_numbers.py::test_bounds_are_respected - Runt...
FAILED tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[0]
FAILED tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[1]
FAILED tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[2]
FAILED tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[3]
FAILED tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[4]
FAILED tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[5]
FAILED tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[6]
FAILED tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[7]
FAILED tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[8]
FAILED tests/nocover/test_simple_numbers.py::test_floats_from_zero_have_reasonable_range[9]
FAILED tests/nocover/test_simple_numbers.py::test_explicit_allow_nan - Runtim...
FAILED tests/nocover/test_simple_numbers.py::test_one_sided_contains_infinity
FAILED tests/nocover/test_simple_numbers.py::test_no_allow_infinity_upper - R...
FAILED tests/nocover/test_simple_numbers.py::test_no_allow_infinity_lower - R...
FAILED tests/nocover/test_simple_numbers.py::TestFloatsAreFloats::test_unbounded
FAILED tests/nocover/test_simple_numbers.py::TestFloatsAreFloats::test_int_float
FAILED tests/nocover/test_simple_numbers.py::TestFloatsAreFloats::test_float_float
FAILED tests/nocover/test_simple_strings.py::test_does_not_generate_surrogates
FAILED tests/nocover/test_skipping.py::test_no_falsifying_example_if_unittest_skip[Skipped]
FAILED tests/nocover/test_skipping.py::test_no_falsifying_example_if_unittest_skip[SkipTest]
FAILED tests/nocover/test_stateful.py::test_bad_machines_fail[BalancedTrees]
FAILED tests/nocover/test_stateful.py::test_bad_machines_fail[DepthMachine]
FAILED tests/nocover/test_stateful.py::test_bad_machines_fail[RoseTreeStateMachine]
FAILED tests/nocover/test_stateful.py::test_bad_machines_fail[NotTheLastMachine]
FAILED tests/nocover/test_stateful.py::test_bad_machines_fail[PopulateMultipleTargets]
FAILED tests/nocover/test_stateful.py::test_bad_machines_fail[CanSwarm] - Run...
FAILED tests/nocover/test_targeting.py::test_reports_target_results[False] - ...
FAILED tests/nocover/test_targeting.py::test_reports_target_results[True] - R...
FAILED tests/nocover/test_targeting.py::test_targeting_increases_max_length
FAILED tests/nocover/test_targeting.py::test_target_returns_value - RuntimeEr...
FAILED tests/nocover/test_targeting.py::test_targeting_can_be_disabled - Runt...
FAILED tests/nocover/test_targeting.py::test_issue_2395_regression - RuntimeE...
FAILED tests/nocover/test_testdecorators.py::test_contains_the_test_function_name_in_the_exception_string
FAILED tests/nocover/test_testdecorators.py::test_signature_mismatch_error_message
FAILED tests/nocover/test_testdecorators.py::test_fixed_dict_preserves_iteration_order
FAILED tests/nocover/test_threading.py::test_can_run_given_in_thread - Runtim...
FAILED tests/nocover/test_type_lookup_forward_ref.py::test_mutually_recursive_types_with_typevar
FAILED tests/nocover/test_type_lookup_forward_ref.py::test_mutually_recursive_types_with_typevar_alternate
FAILED tests/nocover/test_unusual_settings_configs.py::test_single_example - ...
FAILED tests/nocover/test_unusual_settings_configs.py::test_hard_to_find_single_example
FAILED tests/nocover/test_uuids.py::test_are_unique - RuntimeError: twisted r...
FAILED tests/nocover/test_uuids.py::test_retains_uniqueness_in_simplify - Run...
FAILED tests/nocover/test_uuids.py::test_can_generate_specified_version[1] - ...
FAILED tests/nocover/test_uuids.py::test_can_generate_specified_version[2] - ...
FAILED tests/nocover/test_uuids.py::test_can_generate_specified_version[3] - ...
FAILED tests/nocover/test_uuids.py::test_can_generate_specified_version[4] - ...
FAILED tests/nocover/test_uuids.py::test_can_generate_specified_version[5] - ...
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[array_dtypes(min_size=2, max_size=1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[array_dtypes(min_size=-1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[array_shapes(min_side=2, max_side=1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[array_shapes(min_dims=3, max_dims=2)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[array_shapes(min_dims=-1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[array_shapes(min_side=-1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[array_shapes(min_side='not an int')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[array_shapes(max_side='not an int')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[array_shapes(min_dims='not an int')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[array_shapes(max_dims='not an int')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[array_shapes(min_dims=33)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[array_shapes(max_dims=33)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[arrays(dtype=<class 'float'>, shape=(0.5,))]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[arrays(dtype=<class 'object'>, shape=1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[arrays(dtype=<class 'float'>, shape=1, fill=3)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[arrays(dtype='U', shape=1, elements=just('abc\\x00\\x00'))]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[arrays(dtype=<class 'int'>, shape=1, elements='not a strategy')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[byte_string_dtypes(min_len=-1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[byte_string_dtypes(min_len=2, max_len=1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[byte_string_dtypes(min_len=0, max_len=0)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[datetime64_dtypes(max_period=11)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[datetime64_dtypes(min_period=11)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[datetime64_dtypes(min_period='Y', max_period='M')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[timedelta64_dtypes(max_period=11)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[timedelta64_dtypes(min_period=11)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[timedelta64_dtypes(min_period='Y', max_period='M')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[unicode_string_dtypes(min_len=-1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[unicode_string_dtypes(min_len=2, max_len=1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[unicode_string_dtypes(min_len=0, max_len=0)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[unsigned_integer_dtypes(endianness=3)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[unsigned_integer_dtypes(sizes=())]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[unsigned_integer_dtypes(sizes=(3,))]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[from_dtype(dtype='float64')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[from_dtype(dtype=<class 'float'>)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[from_dtype(dtype=<class 'numpy.int8'>)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[from_dtype(dtype=1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[from_dtype(dtype=dtype('uint8'), min_value=-999)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[from_dtype(dtype=dtype('uint8'), max_value=999)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[from_dtype(dtype=dtype('int8'), min_value=-999)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[from_dtype(dtype=dtype('int8'), max_value=999)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[from_dtype(dtype=dtype('S4'), max_size=5)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[from_dtype(dtype=dtype('<U4'), max_size=5)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[valid_tuple_axes(ndim=-1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[valid_tuple_axes(ndim=2, min_size=-1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[valid_tuple_axes(ndim=2, min_size=3, max_size=10)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[valid_tuple_axes(ndim=2, min_size=2, max_size=1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[valid_tuple_axes(ndim=2.0, min_size=2, max_size=1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[valid_tuple_axes(ndim=2, min_size=1.0, max_size=2)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[valid_tuple_axes(ndim=2, min_size=1, max_size=2.0)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[valid_tuple_axes(ndim=2, min_size=1, max_size=3)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[broadcastable_shapes(shape='a')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[broadcastable_shapes(shape=(2, 2), min_side='a')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[broadcastable_shapes(shape=(2, 2), min_dims='a')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[broadcastable_shapes(shape=(2, 2), max_side='a')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[broadcastable_shapes(shape=(2, 2), max_dims='a')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[broadcastable_shapes(shape=(2, 2), min_side=-1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[broadcastable_shapes(shape=(2, 2), min_dims=-1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[broadcastable_shapes(shape=(2, 2), min_dims=33, max_dims=None)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[broadcastable_shapes(shape=(2, 2), min_dims=1, max_dims=33)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[broadcastable_shapes(shape=(2, 2), min_side=1, max_side=0)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[broadcastable_shapes(shape=(2, 2), min_dims=1, max_dims=0)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[broadcastable_shapes(shape=(5, 1), min_dims=2, max_dims=4, min_side=2, max_side=3)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[broadcastable_shapes(shape=(0, 1), min_dims=2, max_dims=4, min_side=2, max_side=3)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[broadcastable_shapes(shape=(5, 3, 2, 1), min_dims=3, max_dims=None, min_side=2, max_side=3)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[broadcastable_shapes(shape=(0, 3, 2, 1), min_dims=3, max_dims=None, min_side=2, max_side=3)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes()]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(num_shapes=0)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(num_shapes='a')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(num_shapes=2, base_shape='a')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(num_shapes=2, min_side='a')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(num_shapes=2, min_dims='a')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(num_shapes=2, max_side='a')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(num_shapes=2, max_dims='a')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(num_shapes=2, min_side=-1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(num_shapes=2, min_dims=-1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(num_shapes=2, min_dims=33)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(num_shapes=2, max_dims=33)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(num_shapes=2, min_side=1, max_side=0)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(num_shapes=2, min_dims=1, max_dims=0)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(num_shapes=2, base_shape=(5, 1), min_dims=2, max_dims=4, min_side=2, max_side=3)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(num_shapes=2, base_shape=(0, 1), min_dims=2, max_dims=4, min_side=2, max_side=3)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(num_shapes=1, base_shape=(5, 3, 2, 1), min_dims=3, max_dims=4, min_side=2, max_side=3)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(num_shapes=2, base_shape=(0, 3, 2, 1), min_dims=3, max_dims=4, min_side=2, max_side=3)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(num_shapes=2, signature='()->()')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(signature=None)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(signature='()->(),()')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(signature='()->(i)')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(signature='(2?)->()')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(signature=([(), ()], [()]))]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(signature="this string isn't a valid signature")]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(signature='(d0,d1,d2,d3,d4,d5,d6,d7,d8,d9,d10,d11,d12,d13,d14,d15,d16,d17,d18,d19,d20,d21,d22,d23,d24,d25,d26,d27,d28,d29,d30,d31,d32)->()')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(signature='(n?,k),(k,m?)->(n?,m?)', max_dims=32)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[mutually_broadcastable_shapes(signature='(n?,k),(k,m?)->(n?,m?)', min_dims=32)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[basic_indices(shape=0)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[basic_indices(shape=('1', '2'))]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[basic_indices(shape=(0, -1))]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[basic_indices(shape=(0, 0), allow_newaxis=None)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[basic_indices(shape=(0, 0), allow_ellipsis=None)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[basic_indices(shape=(0, 0), min_dims=-1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[basic_indices(shape=(0, 0), min_dims=1.0)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[basic_indices(shape=(0, 0), max_dims=-1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[basic_indices(shape=(0, 0), max_dims=1.0)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[basic_indices(shape=(0, 0), min_dims=2, max_dims=1)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[basic_indices(shape=(0, 0), min_dims=50)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[basic_indices(shape=(0, 0), max_dims=50)]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[integer_array_indices(shape=())]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[integer_array_indices(shape=(2, 0))]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[integer_array_indices(shape='a')]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[integer_array_indices(shape=(2,), result_shape=(2, 2))]
FAILED tests/numpy/test_argument_validation.py::test_raise_invalid_argument[integer_array_indices(shape=(2,), dtype=<class 'float'>)]
FAILED tests/numpy/test_fill_values.py::test_generated_lists_are_distinct - R...
FAILED tests/numpy/test_fill_values.py::test_does_not_reuse_distinct_integers
FAILED tests/numpy/test_fill_values.py::test_may_reuse_distinct_integers_if_asked
FAILED tests/numpy/test_fill_values.py::test_minimizes_to_fill - RuntimeError...
FAILED tests/numpy/test_fill_values.py::test_fills_everything - RuntimeError:...
FAILED tests/numpy/test_floor_ceil.py::test_our_floor_and_ceil_avoid_numpy_rounding[2**64+1]
FAILED tests/numpy/test_floor_ceil.py::test_our_floor_and_ceil_avoid_numpy_rounding[2**64-1]
FAILED tests/numpy/test_floor_ceil.py::test_our_floor_and_ceil_avoid_numpy_rounding[2**63+1]
FAILED tests/numpy/test_floor_ceil.py::test_our_floor_and_ceil_avoid_numpy_rounding[2**53+1]
FAILED tests/numpy/test_floor_ceil.py::test_our_floor_and_ceil_avoid_numpy_rounding[-2**53-1]
FAILED tests/numpy/test_floor_ceil.py::test_our_floor_and_ceil_avoid_numpy_rounding[-2**63+1]
FAILED tests/numpy/test_floor_ceil.py::test_our_floor_and_ceil_avoid_numpy_rounding[-2**63-1]
FAILED tests/numpy/test_floor_ceil.py::test_our_floor_and_ceil_avoid_numpy_rounding[-2**64+1]
FAILED tests/numpy/test_floor_ceil.py::test_our_floor_and_ceil_avoid_numpy_rounding[-2**64-1]
FAILED tests/numpy/test_from_dtype.py::test_strategies_for_standard_dtypes_have_reusable_values
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t0] - RuntimeE...
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t1] - RuntimeE...
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t2] - RuntimeE...
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t3] - RuntimeE...
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t4] - RuntimeE...
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t5] - RuntimeE...
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t6] - RuntimeE...
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t7] - RuntimeE...
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t8] - RuntimeE...
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t9] - RuntimeE...
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t10] - Runtime...
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t11] - Runtime...
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t12] - Runtime...
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t13] - Runtime...
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t14] - Runtime...
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t15] - Runtime...
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t16] - Runtime...
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t17] - Runtime...
FAILED tests/numpy/test_from_dtype.py::test_produces_instances[t18] - Runtime...
FAILED tests/numpy/test_from_dtype.py::test_infer_strategy_from_dtype - Runti...
FAILED tests/numpy/test_from_dtype.py::test_can_cast_for_scalars - RuntimeErr...
FAILED tests/numpy/test_from_dtype.py::test_unicode_string_dtypes_generate_unicode_strings
FAILED tests/numpy/test_from_dtype.py::test_can_unicode_strings_without_decode_error
FAILED tests/numpy/test_from_dtype.py::test_byte_string_dtypes_generate_unicode_strings
FAILED tests/numpy/test_from_dtype.py::test_unsized_strings_length_gt_one[U]
FAILED tests/numpy/test_from_dtype.py::test_unsized_strings_length_gt_one[S]
FAILED tests/numpy/test_from_dtype.py::test_unsized_strings_length_gt_one[a]
FAILED tests/numpy/test_from_dtype.py::test_inferring_from_time_dtypes_gives_same_dtype
FAILED tests/numpy/test_from_dtype.py::test_inferred_string_strategies_roundtrip
FAILED tests/numpy/test_from_dtype.py::test_all_inferred_scalar_strategies_roundtrip
FAILED tests/numpy/test_from_dtype.py::test_from_dtype_works_without_time_unit[m8]
FAILED tests/numpy/test_from_dtype.py::test_from_dtype_works_without_time_unit[M8]
FAILED tests/numpy/test_from_dtype.py::test_arrays_selects_consistent_time_unit[m8]
FAILED tests/numpy/test_from_dtype.py::test_arrays_selects_consistent_time_unit[M8]
FAILED tests/numpy/test_from_dtype.py::test_arrays_gives_useful_error_on_inconsistent_time_unit
FAILED tests/numpy/test_from_dtype.py::test_from_dtype_with_kwargs[float-kwargs0-<lambda>]
FAILED tests/numpy/test_from_dtype.py::test_from_dtype_with_kwargs[float-kwargs1-<lambda>]
FAILED tests/numpy/test_from_dtype.py::test_from_dtype_with_kwargs[float-kwargs2-<lambda>]
FAILED tests/numpy/test_from_dtype.py::test_from_dtype_with_kwargs[float-kwargs3-<lambda>]
FAILED tests/numpy/test_from_dtype.py::test_from_dtype_with_kwargs[float-kwargs4-isfinite]
FAILED tests/numpy/test_from_dtype.py::test_from_dtype_with_kwargs[complex-kwargs5-<lambda>]
FAILED tests/numpy/test_from_dtype.py::test_from_dtype_with_kwargs[complex-kwargs6-<lambda>]
FAILED tests/numpy/test_from_dtype.py::test_from_dtype_with_kwargs[complex-kwargs7-isfinite]
FAILED tests/numpy/test_from_dtype.py::test_from_dtype_with_kwargs[int8-kwargs8-<lambda>]
FAILED tests/numpy/test_from_dtype.py::test_from_dtype_with_kwargs[uint8-kwargs9-<lambda>]
FAILED tests/numpy/test_from_dtype.py::test_from_dtype_with_kwargs[S-kwargs10-<lambda>]
FAILED tests/numpy/test_from_dtype.py::test_from_dtype_with_kwargs[S4-kwargs11-<lambda>]
FAILED tests/numpy/test_from_dtype.py::test_from_dtype_with_kwargs[U-kwargs12-<lambda>]
FAILED tests/numpy/test_from_dtype.py::test_from_dtype_with_kwargs[U4-kwargs13-<lambda>]
FAILED tests/numpy/test_from_dtype.py::test_from_dtype_with_kwargs[U-kwargs14-<lambda>]
FAILED tests/numpy/test_from_dtype.py::test_customize_structured_dtypes - Run...
FAILED tests/numpy/test_gen_data.py::test_empty_dimensions_are_arrays - Runti...
FAILED tests/numpy/test_gen_data.py::test_can_handle_zero_dimensions - Runtim...
FAILED tests/numpy/test_gen_data.py::test_generates_unsigned_ints - RuntimeEr...
FAILED tests/numpy/test_gen_data.py::test_assert_fits_in_machine_size - Runti...
FAILED tests/numpy/test_gen_data.py::test_generates_and_minimizes - RuntimeEr...
FAILED tests/numpy/test_gen_data.py::test_can_minimize_large_arrays - Runtime...
FAILED tests/numpy/test_gen_data.py::test_can_minimize_float_arrays - Runtime...
FAILED tests/numpy/test_gen_data.py::test_can_create_arrays_of_composite_types
FAILED tests/numpy/test_gen_data.py::test_can_create_zero_dim_arrays_of_lists
FAILED tests/numpy/test_gen_data.py::test_can_create_arrays_of_tuples - Runti...
FAILED tests/numpy/test_gen_data.py::test_does_not_flatten_arrays_of_tuples
FAILED tests/numpy/test_gen_data.py::test_does_not_flatten_arrays_of_lists - ...
FAILED tests/numpy/test_gen_data.py::test_can_generate_array_shapes - Runtime...
FAILED tests/numpy/test_gen_data.py::test_minimise_array_shapes - RuntimeErro...
FAILED tests/numpy/test_gen_data.py::test_interesting_array_shapes_argument[kwargs0]
FAILED tests/numpy/test_gen_data.py::test_interesting_array_shapes_argument[kwargs1]
FAILED tests/numpy/test_gen_data.py::test_interesting_array_shapes_argument[kwargs2]
FAILED tests/numpy/test_gen_data.py::test_can_generate_scalar_dtypes - Runtim...
FAILED tests/numpy/test_gen_data.py::test_can_generate_compound_dtypes - Runt...
FAILED tests/numpy/test_gen_data.py::test_can_generate_data_compound_dtypes
FAILED tests/numpy/test_gen_data.py::test_np_dtype_is_idempotent - RuntimeErr...
FAILED tests/numpy/test_gen_data.py::test_minimise_scalar_dtypes - RuntimeErr...
FAILED tests/numpy/test_gen_data.py::test_minimise_nested_types - RuntimeErro...
FAILED tests/numpy/test_gen_data.py::test_minimise_array_strategy - RuntimeEr...
FAILED tests/numpy/test_gen_data.py::test_can_turn_off_subarrays - RuntimeErr...
FAILED tests/numpy/test_gen_data.py::test_array_dtypes_may_have_field_titles
FAILED tests/numpy/test_gen_data.py::test_can_restrict_endianness[<] - Runtim...
FAILED tests/numpy/test_gen_data.py::test_can_restrict_endianness[>] - Runtim...
FAILED tests/numpy/test_gen_data.py::test_can_specify_size_as_an_int - Runtim...
FAILED tests/numpy/test_gen_data.py::test_can_draw_arrays_from_scalars - Runt...
FAILED tests/numpy/test_gen_data.py::test_can_cast_for_arrays - RuntimeError:...
FAILED tests/numpy/test_gen_data.py::test_array_values_are_unique - RuntimeEr...
FAILED tests/numpy/test_gen_data.py::test_cannot_generate_unique_array_of_too_many_elements
FAILED tests/numpy/test_gen_data.py::test_array_values_are_unique_high_collision
FAILED tests/numpy/test_gen_data.py::test_generates_all_values_for_unique_array
FAILED tests/numpy/test_gen_data.py::test_efficiently_generates_all_unique_array
FAILED tests/numpy/test_gen_data.py::test_array_element_rewriting - RuntimeEr...
FAILED tests/numpy/test_gen_data.py::test_may_fill_with_nan_when_unique_is_set
FAILED tests/numpy/test_gen_data.py::test_is_still_unique_with_nan_fill - Run...
FAILED tests/numpy/test_gen_data.py::test_may_not_fill_with_non_nan_when_unique_is_set
FAILED tests/numpy/test_gen_data.py::test_may_not_fill_with_non_nan_when_unique_is_set_and_type_is_not_number
FAILED tests/numpy/test_gen_data.py::test_overflowing_integers_are_deprecated[False]
FAILED tests/numpy/test_gen_data.py::test_overflowing_integers_are_deprecated[True]
FAILED tests/numpy/test_gen_data.py::test_unrepresentable_elements_are_deprecated[float16-strat0-False]
FAILED tests/numpy/test_gen_data.py::test_unrepresentable_elements_are_deprecated[float16-strat0-True]
FAILED tests/numpy/test_gen_data.py::test_unrepresentable_elements_are_deprecated[float32-strat1-False]
FAILED tests/numpy/test_gen_data.py::test_unrepresentable_elements_are_deprecated[float32-strat1-True]
FAILED tests/numpy/test_gen_data.py::test_unrepresentable_elements_are_deprecated[complex64-strat2-False]
FAILED tests/numpy/test_gen_data.py::test_unrepresentable_elements_are_deprecated[complex64-strat2-True]
FAILED tests/numpy/test_gen_data.py::test_unrepresentable_elements_are_deprecated[U1-strat3-False]
FAILED tests/numpy/test_gen_data.py::test_unrepresentable_elements_are_deprecated[U1-strat3-True]
FAILED tests/numpy/test_gen_data.py::test_unrepresentable_elements_are_deprecated[S1-strat4-False]
FAILED tests/numpy/test_gen_data.py::test_unrepresentable_elements_are_deprecated[S1-strat4-True]
FAILED tests/numpy/test_gen_data.py::test_inferred_floats_do_not_overflow - R...
FAILED tests/numpy/test_gen_data.py::test_inferred_floats_can_be_constrained_at_low_width
FAILED tests/numpy/test_gen_data.py::test_inferred_floats_can_be_constrained_at_low_width_excluding_endpoints
FAILED tests/numpy/test_gen_data.py::test_unique_array_with_fill_can_use_all_elements
FAILED tests/numpy/test_gen_data.py::test_unique_array_without_fill - Runtime...
FAILED tests/numpy/test_gen_data.py::test_mapped_positive_axes_are_unique - R...
FAILED tests/numpy/test_gen_data.py::test_length_bounds_are_satisfied - Runti...
FAILED tests/numpy/test_gen_data.py::test_axes_are_valid_inputs_to_sum - Runt...
FAILED tests/numpy/test_gen_data.py::test_minimize_tuple_axes - RuntimeError:...
FAILED tests/numpy/test_gen_data.py::test_minimize_negative_tuple_axes - Runt...
FAILED tests/numpy/test_gen_data.py::test_broadcastable_empty_shape - Runtime...
FAILED tests/numpy/test_gen_data.py::test_broadcastable_shape_bounds_are_satisfied
FAILED tests/numpy/test_gen_data.py::test_mutually_broadcastable_shape_bounds_are_satisfied
FAILED tests/numpy/test_gen_data.py::test_broadcastable_shape_util - RuntimeE...
FAILED tests/numpy/test_gen_data.py::test_broadcastable_shape_has_good_default_values
FAILED tests/numpy/test_gen_data.py::test_mutually_broadcastableshapes_has_good_default_values
FAILED tests/numpy/test_gen_data.py::test_broadcastable_shape_can_broadcast
FAILED tests/numpy/test_gen_data.py::test_mutually_broadcastable_shape_can_broadcast
FAILED tests/numpy/test_gen_data.py::test_minimize_broadcastable_shape - Runt...
FAILED tests/numpy/test_gen_data.py::test_minimize_mutually_broadcastable_shape
FAILED tests/numpy/test_gen_data.py::test_broadcastable_shape_adjusts_max_dim_with_explicit_bounds
FAILED tests/numpy/test_gen_data.py::test_mutually_broadcastable_shape_adjusts_max_dim_with_default_bounds
FAILED tests/numpy/test_gen_data.py::test_broadcastable_shape_shrinking_with_singleton_out_of_bounds
FAILED tests/numpy/test_gen_data.py::test_mutually_broadcastable_shapes_shrinking_with_singleton_out_of_bounds
FAILED tests/numpy/test_gen_data.py::test_mutually_broadcastable_shapes_only_singleton_is_valid
FAILED tests/numpy/test_gen_data.py::test_broadcastable_shape_can_generate_arbitrary_ndims
FAILED tests/numpy/test_gen_data.py::test_mutually_broadcastable_shapes_can_generate_arbitrary_ndims
FAILED tests/numpy/test_gen_data.py::test_advanced_integer_index_is_valid_with_default_result_shape
FAILED tests/numpy/test_gen_data.py::test_advanced_integer_index_is_valid_and_satisfies_bounds
FAILED tests/numpy/test_gen_data.py::test_advanced_integer_index_minimizes_as_documented
FAILED tests/numpy/test_gen_data.py::test_advanced_integer_index_can_generate_any_pattern
FAILED tests/numpy/test_gen_data.py::test_basic_indices_options[<lambda>0] - ...
FAILED tests/numpy/test_gen_data.py::test_basic_indices_options[<lambda>1] - ...
FAILED tests/numpy/test_gen_data.py::test_basic_indices_options[<lambda>2] - ...
FAILED tests/numpy/test_gen_data.py::test_basic_indices_options[<lambda>3] - ...
FAILED tests/numpy/test_gen_data.py::test_basic_indices_can_generate_empty_tuple
FAILED tests/numpy/test_gen_data.py::test_basic_indices_can_generate_non_tuples
FAILED tests/numpy/test_gen_data.py::test_basic_indices_can_generate_long_ellipsis
FAILED tests/numpy/test_gen_data.py::test_basic_indices_replaces_whole_axis_slices_with_ellipsis
FAILED tests/numpy/test_gen_data.py::test_basic_indices_generate_valid_indexers
FAILED tests/numpy/test_gen_data.py::test_array_owns_memory - RuntimeError: t...
FAILED tests/numpy/test_gufunc.py::test_numpy_signature_parses - RuntimeError...
FAILED tests/numpy/test_gufunc.py::test_hypothesis_signature_parses - Runtime...
FAILED tests/numpy/test_gufunc.py::test_frozen_dims_signature - RuntimeError:...
FAILED tests/numpy/test_gufunc.py::test_matmul_gufunc_shapes - RuntimeError: ...
FAILED tests/numpy/test_gufunc.py::test_matmul_signature_can_exercise_all_combination_of_optional_dims[(i),(i)->()]
FAILED tests/numpy/test_gufunc.py::test_matmul_signature_can_exercise_all_combination_of_optional_dims[(m,n),(n,p)->(m,p)]
FAILED tests/numpy/test_gufunc.py::test_matmul_signature_can_exercise_all_combination_of_optional_dims[(n),(n,p)->(p)]
FAILED tests/numpy/test_gufunc.py::test_matmul_signature_can_exercise_all_combination_of_optional_dims[(m,n),(n)->(m)]
FAILED tests/numpy/test_gufunc.py::test_matmul_sig_shrinks_as_documented - Ru...
FAILED tests/numpy/test_gufunc.py::test_einsum_gufunc_shapes[unary sum] - Run...
FAILED tests/numpy/test_gufunc.py::test_einsum_gufunc_shapes[binary sum] - Ru...
FAILED tests/numpy/test_gufunc.py::test_einsum_gufunc_shapes[trinary sum] - R...
FAILED tests/numpy/test_gufunc.py::test_einsum_gufunc_shapes[sum1d] - Runtime...
FAILED tests/numpy/test_gufunc.py::test_einsum_gufunc_shapes[sum rows] - Runt...
FAILED tests/numpy/test_gufunc.py::test_einsum_gufunc_shapes[inner1d] - Runti...
FAILED tests/numpy/test_gufunc.py::test_einsum_gufunc_shapes[trinary inner1d]
FAILED tests/numpy/test_gufunc.py::test_einsum_gufunc_shapes[matmat] - Runtim...
FAILED tests/numpy/test_gufunc.py::test_einsum_gufunc_shapes[vecmat] - Runtim...
FAILED tests/numpy/test_gufunc.py::test_einsum_gufunc_shapes[outer-inner] - R...
FAILED tests/numpy/test_gufunc.py::test_einsum_gufunc_shapes[cross1d] - Runti...
FAILED tests/numpy/test_gufunc.py::test_einsum_gufunc_shapes[transpose] - Run...
FAILED tests/numpy/test_gufunc.py::test_einsum_gufunc_shapes[outer] - Runtime...
FAILED tests/numpy/test_gufunc.py::test_einsum_gufunc_shapes[fixed dim outer product]
FAILED tests/numpy/test_gufunc.py::test_einsum_gufunc_shapes[trinary outer]
FAILED tests/numpy/test_gufunc.py::test_einsum_gufunc_shapes[trace] - Runtime...
FAILED tests/numpy/test_gufunc.py::test_einsum_gufunc_shapes[bigger trace] - ...
FAILED tests/numpy/test_gufunc.py::test_einsum_gufunc_shapes[trace product]
FAILED tests/numpy/test_import.py::test_hypothesis_is_not_the_first_to_import_numpy
FAILED tests/numpy/test_import.py::test_wildcard_import - RuntimeError: twist...
FAILED tests/numpy/test_narrow_floats.py::test_bad_float_exclude_min_in_array[-2.0-float16]
FAILED tests/numpy/test_narrow_floats.py::test_bad_float_exclude_min_in_array[-2.0-float32]
FAILED tests/numpy/test_narrow_floats.py::test_bad_float_exclude_min_in_array[-2.0-float64]
FAILED tests/numpy/test_narrow_floats.py::test_bad_float_exclude_min_in_array[-1.0-float16]
FAILED tests/numpy/test_narrow_floats.py::test_bad_float_exclude_min_in_array[-1.0-float32]
FAILED tests/numpy/test_narrow_floats.py::test_bad_float_exclude_min_in_array[-1.0-float64]
FAILED tests/numpy/test_narrow_floats.py::test_bad_float_exclude_min_in_array[0.0-float16]
FAILED tests/numpy/test_narrow_floats.py::test_bad_float_exclude_min_in_array[0.0-float32]
FAILED tests/numpy/test_narrow_floats.py::test_bad_float_exclude_min_in_array[0.0-float64]
FAILED tests/numpy/test_narrow_floats.py::test_bad_float_exclude_min_in_array[1.0-float16]
FAILED tests/numpy/test_narrow_floats.py::test_bad_float_exclude_min_in_array[1.0-float32]
FAILED tests/numpy/test_narrow_floats.py::test_bad_float_exclude_min_in_array[1.0-float64]
FAILED tests/numpy/test_narrow_floats.py::test_float32_exactly_representable
FAILED tests/numpy/test_narrow_floats.py::test_float16_exactly_representable
FAILED tests/numpy/test_narrow_floats.py::test_floor_ceil_lossless - RuntimeE...
FAILED tests/numpy/test_randomness.py::test_numpy_prng_is_seeded - RuntimeErr...
FAILED tests/numpy/test_sampled_from.py::test_can_sample_1D_numpy_array_without_warning
FAILED tests/numpy/test_sampled_from.py::test_sampling_multi_dimensional_arrays_is_deprecated
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames()]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames([column(name=None, elements=None, dtype='not a dtype', fill=None, unique=False)])]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames([column(name=None, elements='not a strategy', dtype=None, fill=None, unique=False)])]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames([column(name=[], elements=None, dtype=None, fill=None, unique=False)])]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames([], index=[])]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames([], rows=fixed_dictionaries({'A': just(1)}))]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames([column(name=None, elements=None, dtype=None, fill=None, unique=False)])]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames([column(name=None, elements=None, dtype=<class 'float'>, fill=1, unique=False)])0]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames([column(name=None, elements=1, dtype=<class 'float'>, fill=None, unique=False)])]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames([column(name=None, elements=None, dtype=<class 'float'>, fill=1, unique=False)])1]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames([column(name='A', elements=None, dtype=<class 'float'>, fill=None, unique=False), column(name='A', elements=None, dtype=<class 'float'>, fill=None, unique=False)])]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames([column(name=None, elements=none(), dtype=<class 'int'>, fill=None, unique=False)])]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames(1)]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames([1])]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames([column(name=None, elements=None, dtype='category', fill=None, unique=False)])]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames([column(name='A', elements=None, dtype=<class 'bool'>, fill=None, unique=False)], rows=tuples(booleans(), booleans()))]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames([column(name=None, elements=booleans(), dtype=None, fill=None, unique=False)], rows=tuples(booleans()))]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames(index=range_indexes(max_size=0), rows=integers())]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames(index=range_indexes(min_size=1, max_size=1), rows=integers())]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames([column(name=None, elements=None, dtype=<class 'int'>, fill=None, unique=False)], rows=integers())]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames(columns=[column(name='a', elements=text(), dtype=<class 'str'>, fill=None, unique=False), column(name='b', elements=text(), dtype=<class 'str'>, fill=None, unique=False)], index=indexes(dtype=int, min_size=1), rows=just({'a': 'x'}))]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[data_frames(columns=[column(name='a', elements=text(), dtype=<class 'str'>, fill=None, unique=False), column(name='b', elements=text(), dtype=<class 'str'>, fill=None, unique=False)], index=indexes(dtype=int, min_size=1), rows=just(['x']))]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[indexes()]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[indexes(dtype='category')]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[indexes(dtype='not a dtype')]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[indexes(elements='not a strategy')]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[indexes(dtype=<class 'float'>, elements=text())]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[indexes(dtype=<class 'int'>, elements=none())]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[indexes(dtype=<class 'int'>, max_size=0, min_size=1)]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[indexes(dtype=<class 'int'>, unique='true')]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[indexes(dtype=<class 'int'>, min_size='0')]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[indexes(dtype=<class 'int'>, max_size='1')]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[range_indexes(1, 0)]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[range_indexes(min_size='0')]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[range_indexes(max_size='1')]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[series()]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[series(dtype='not a dtype')]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[series(elements='not a strategy')]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[series(dtype=<class 'int'>, elements=none())]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[series(dtype='category')]
FAILED tests/pandas/test_argument_validation.py::test_raise_invalid_argument[series(index='not a strategy')]
FAILED tests/pandas/test_argument_validation.py::test_timestamp_as_datetime_bounds
FAILED tests/pandas/test_data_frame.py::test_can_have_columns_of_distinct_types
FAILED tests/pandas/test_data_frame.py::test_respects_size_bounds - RuntimeEr...
FAILED tests/pandas/test_data_frame.py::test_can_specify_just_column_names - ...
FAILED tests/pandas/test_data_frame.py::test_can_specify_just_column_count - ...
FAILED tests/pandas/test_data_frame.py::test_gets_the_correct_data_shape_for_just_rows
FAILED tests/pandas/test_data_frame.py::test_can_specify_both_rows_and_columns_list
FAILED tests/pandas/test_data_frame.py::test_can_specify_both_rows_and_columns_tuple
FAILED tests/pandas/test_data_frame.py::test_can_specify_both_rows_and_columns_dict
FAILED tests/pandas/test_data_frame.py::test_can_fill_in_missing_elements_from_dict
FAILED tests/pandas/test_data_frame.py::test_data_frames_with_timestamp_columns
FAILED tests/pandas/test_data_frame.py::test_unique_column_with_fill - Runtim...
FAILED tests/pandas/test_data_frame.py::test_arbitrary_data_frames - RuntimeE...
FAILED tests/pandas/test_data_frame.py::test_can_specify_unique_with_rows - R...
FAILED tests/pandas/test_data_frame.py::test_uniqueness_does_not_affect_other_rows_1
FAILED tests/pandas/test_data_frame.py::test_uniqueness_does_not_affect_other_rows_2
FAILED tests/pandas/test_data_frame.py::test_will_fill_missing_columns_in_tuple_row
FAILED tests/pandas/test_data_frame.py::test_can_generate_unique_columns - Ru...
FAILED tests/pandas/test_indexes.py::test_gets_right_dtype_for_empty_indices
FAILED tests/pandas/test_indexes.py::test_gets_right_dtype_for_empty_indices_with_elements
FAILED tests/pandas/test_indexes.py::test_does_not_generate_impossible_conditions
FAILED tests/pandas/test_indexes.py::test_unique_indexes_of_small_values - Ru...
FAILED tests/pandas/test_indexes.py::test_unique_indexes_of_many_small_values
FAILED tests/pandas/test_indexes.py::test_arbitrary_range_index - RuntimeErro...
FAILED tests/pandas/test_indexes.py::test_basic_range_indexes - RuntimeError:...
FAILED tests/pandas/test_indexes.py::test_generate_arbitrary_indices - Runtim...
FAILED tests/pandas/test_series.py::test_can_create_a_series_of_any_dtype - R...
FAILED tests/pandas/test_series.py::test_series_respects_size_bounds - Runtim...
FAILED tests/pandas/test_series.py::test_can_fill_series - RuntimeError: twis...
FAILED tests/pandas/test_series.py::test_can_generate_integral_series - Runti...
FAILED tests/pandas/test_series.py::test_will_use_dtype_of_elements - Runtime...
FAILED tests/pandas/test_series.py::test_will_use_a_provided_elements_strategy
FAILED tests/pandas/test_series.py::test_unique_series_are_unique - RuntimeEr...
FAILED tests/pytest/test_capture.py::test_output_without_capture[no-True] - R...
FAILED tests/pytest/test_capture.py::test_output_without_capture[fd-False] - ...
FAILED tests/pytest/test_capture.py::test_output_emitting_unicode - RuntimeEr...
FAILED tests/pytest/test_capture.py::test_healthcheck_traceback_is_hidden - R...
FAILED tests/pytest/test_capture.py::test_deprecation_of_strategies_as_tests
FAILED tests/pytest/test_checks.py::test_decorators_without_given_should_fail
FAILED tests/pytest/test_compat.py::test_parametrize_after_given[1] - Runtime...
FAILED tests/pytest/test_compat.py::test_parametrize_after_given[2] - Runtime...
FAILED tests/pytest/test_compat.py::test_parametrize_after_given[3] - Runtime...
FAILED tests/pytest/test_doctest.py::test_can_run_doctests - RuntimeError: tw...
FAILED tests/pytest/test_fixtures.py::test_can_mix_fixture_and_positional_strategy
FAILED tests/pytest/test_fixtures.py::test_can_mix_fixture_and_keyword_strategy
FAILED tests/pytest/test_fixtures.py::test_can_mix_fixture_example_and_keyword_strategy
FAILED tests/pytest/test_fixtures.py::test_can_inject_mock_via_fixture - Runt...
FAILED tests/pytest/test_fixtures.py::test_can_inject_autospecced_mock_via_fixture
FAILED tests/pytest/test_fixtures.py::test_given_plus_function_scoped_non_autouse_fixtures_are_deprecated
FAILED tests/pytest/test_fixtures.py::test_suppress_fixture_health_check_via_profile
FAILED tests/pytest/test_fixtures.py::test_suppress_health_check_function_scoped_fixture
FAILED tests/pytest/test_fixtures.py::test_given_plus_overridden_fixture - Ru...
FAILED tests/pytest/test_mark.py::test_can_select_mark - RuntimeError: twiste...
FAILED tests/pytest/test_mark.py::test_can_select_mark_on_unittest - RuntimeE...
FAILED tests/pytest/test_parametrized_db_keys.py::test_db_keys_for_parametrized_tests_are_unique
FAILED tests/pytest/test_profiles.py::test_does_not_run_reporting_hook_by_default
FAILED tests/pytest/test_profiles.py::test_runs_reporting_hook_in_any_verbose_mode[-v]
FAILED tests/pytest/test_profiles.py::test_runs_reporting_hook_in_any_verbose_mode[--hypothesis-verbosity=verbose]
FAILED tests/pytest/test_pytest_detection.py::test_is_running_under_pytest - ...
FAILED tests/pytest/test_pytest_detection.py::test_is_not_running_under_pytest
FAILED tests/pytest/test_reporting.py::test_runs_reporting_hook - RuntimeErro...
FAILED tests/pytest/test_runs.py::test_ints_are_ints - RuntimeError: twisted ...
FAILED tests/pytest/test_runs.py::test_ints_are_floats - RuntimeError: twiste...
FAILED tests/pytest/test_seeding.py::test_runs_repeatably_when_seed_is_set[0]
FAILED tests/pytest/test_seeding.py::test_runs_repeatably_when_seed_is_set[42]
FAILED tests/pytest/test_seeding.py::test_runs_repeatably_when_seed_is_set[foo]
FAILED tests/pytest/test_seeding.py::test_repeats_healthcheck_when_following_seed_instruction
FAILED tests/pytest/test_skipping.py::test_no_falsifying_example_if_pytest_skip
FAILED tests/pytest/test_statistics.py::test_does_not_run_statistics_by_default
FAILED tests/pytest/test_statistics.py::test_prints_statistics_given_option
FAILED tests/pytest/test_statistics.py::test_prints_statistics_given_option_under_xdist
FAILED tests/pytest/test_statistics.py::test_prints_statistics_given_option_with_junitxml
FAILED tests/pytest/test_statistics.py::test_prints_statistics_given_option_under_xdist_with_junitxml
FAILED tests/pytest/test_statistics.py::test_prints_statistics_for_unittest_tests
FAILED tests/pytest/test_statistics.py::test_prints_statistics_for_stateful_tests
FAILED tests/quality/test_deferred_strategies.py::test_large_branching_tree
FAILED tests/quality/test_deferred_strategies.py::test_non_trivial_json - Run...
FAILED tests/quality/test_deferred_strategies.py::test_self_recursive_lists
FAILED tests/quality/test_discovery_ability.py::test_can_produce_zero - Runti...
FAILED tests/quality/test_discovery_ability.py::test_can_produce_large_magnitude_integers
FAILED tests/quality/test_discovery_ability.py::test_can_produce_large_positive_integers
FAILED tests/quality/test_discovery_ability.py::test_can_produce_large_negative_integers
FAILED tests/quality/test_discovery_ability.py::test_can_produce_unstripped_strings
FAILED tests/quality/test_discovery_ability.py::test_can_produce_stripped_strings
FAILED tests/quality/test_discovery_ability.py::test_can_produce_multi_line_strings
FAILED tests/quality/test_discovery_ability.py::test_can_produce_ascii_strings
FAILED tests/quality/test_discovery_ability.py::test_can_produce_long_strings_with_no_ascii
FAILED tests/quality/test_discovery_ability.py::test_can_produce_short_strings_with_some_non_ascii
FAILED tests/quality/test_discovery_ability.py::test_can_produce_large_binary_strings
FAILED tests/quality/test_discovery_ability.py::test_can_produce_positive_infinity
FAILED tests/quality/test_discovery_ability.py::test_can_produce_negative_infinity
FAILED tests/quality/test_discovery_ability.py::test_can_produce_nan - Runtim...
FAILED tests/quality/test_discovery_ability.py::test_can_produce_floats_near_left
FAILED tests/quality/test_discovery_ability.py::test_can_produce_floats_near_right
FAILED tests/quality/test_discovery_ability.py::test_can_produce_floats_in_middle
FAILED tests/quality/test_discovery_ability.py::test_can_produce_long_lists
FAILED tests/quality/test_discovery_ability.py::test_can_produce_short_lists
FAILED tests/quality/test_discovery_ability.py::test_can_produce_the_same_int_twice
FAILED tests/quality/test_discovery_ability.py::test_sampled_from_large_number_can_mix
FAILED tests/quality/test_discovery_ability.py::test_sampled_from_often_distorted
FAILED tests/quality/test_discovery_ability.py::test_non_empty_subset_of_two_is_usually_large
FAILED tests/quality/test_discovery_ability.py::test_subset_of_ten_is_sometimes_empty
FAILED tests/quality/test_discovery_ability.py::test_mostly_sensible_floats
FAILED tests/quality/test_discovery_ability.py::test_mostly_largish_floats - ...
FAILED tests/quality/test_discovery_ability.py::test_ints_can_occasionally_be_really_large
FAILED tests/quality/test_discovery_ability.py::test_mixing_is_sometimes_distorted
FAILED tests/quality/test_discovery_ability.py::test_mixes_2_reasonably_often
FAILED tests/quality/test_discovery_ability.py::test_partial_mixes_3_reasonably_often
FAILED tests/quality/test_discovery_ability.py::test_mixes_not_too_often - Ru...
FAILED tests/quality/test_discovery_ability.py::test_integers_are_usually_non_zero
FAILED tests/quality/test_discovery_ability.py::test_integers_are_sometimes_zero
FAILED tests/quality/test_discovery_ability.py::test_integers_are_often_small
FAILED tests/quality/test_discovery_ability.py::test_integers_are_often_small_but_not_that_small
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_branches_0
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_branches_1
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_branches_2
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_branches_3
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_branches_4
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_branches_5
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_branches_6
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_branches_7
FAILED tests/quality/test_discovery_ability.py::test_xor_flattens_branches_0
FAILED tests/quality/test_discovery_ability.py::test_xor_flattens_branches_1
FAILED tests/quality/test_discovery_ability.py::test_xor_flattens_branches_2
FAILED tests/quality/test_discovery_ability.py::test_xor_flattens_branches_3
FAILED tests/quality/test_discovery_ability.py::test_xor_flattens_branches_4
FAILED tests/quality/test_discovery_ability.py::test_xor_flattens_branches_5
FAILED tests/quality/test_discovery_ability.py::test_xor_flattens_branches_6
FAILED tests/quality/test_discovery_ability.py::test_xor_flattens_branches_7
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_map_branches_1
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_map_branches_4
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_map_branches_6
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_map_branches_16
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_map_branches_20
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_map_branches_24
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_map_branches_28
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_map_branches_32
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_flatmap_branches_0
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_flatmap_branches_1
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_flatmap_branches_2
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_flatmap_branches_3
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_flatmap_branches_4
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_flatmap_branches_5
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_flatmap_branches_6
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_flatmap_branches_7
FAILED tests/quality/test_discovery_ability.py::test_xor_flattens_flatmap_branches_0
FAILED tests/quality/test_discovery_ability.py::test_xor_flattens_flatmap_branches_1
FAILED tests/quality/test_discovery_ability.py::test_xor_flattens_flatmap_branches_2
FAILED tests/quality/test_discovery_ability.py::test_xor_flattens_flatmap_branches_3
FAILED tests/quality/test_discovery_ability.py::test_xor_flattens_flatmap_branches_4
FAILED tests/quality/test_discovery_ability.py::test_xor_flattens_flatmap_branches_5
FAILED tests/quality/test_discovery_ability.py::test_xor_flattens_flatmap_branches_6
FAILED tests/quality/test_discovery_ability.py::test_xor_flattens_flatmap_branches_7
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_filter_branches_0
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_filter_branches_1
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_filter_branches_2
FAILED tests/quality/test_discovery_ability.py::test_one_of_flattens_filter_branches_3
FAILED tests/quality/test_discovery_ability.py::test_long_duplicates_strings
FAILED tests/quality/test_float_shrinking.py::test_shrinks_to_simple_floats
FAILED tests/quality/test_float_shrinking.py::test_can_shrink_in_variable_sized_context[1]
FAILED tests/quality/test_float_shrinking.py::test_can_shrink_in_variable_sized_context[2]
FAILED tests/quality/test_float_shrinking.py::test_can_shrink_in_variable_sized_context[3]
FAILED tests/quality/test_float_shrinking.py::test_can_shrink_in_variable_sized_context[8]
FAILED tests/quality/test_float_shrinking.py::test_can_shrink_in_variable_sized_context[10]
FAILED tests/quality/test_float_shrinking.py::test_shrinks_downwards_to_integers
FAILED tests/quality/test_float_shrinking.py::test_shrinks_downwards_to_integers_when_fractional
FAILED tests/quality/test_integers.py::test_always_reduces_integers_to_smallest_suitable_sizes
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[floats()-10]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[floats()-9]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[floats()-8]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[floats()-7]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[floats()-6]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[floats()-5]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[floats()-4]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[floats()-3]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[floats()-2]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[floats()-1]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[floats()-0]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[text()-10]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[text()-9]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[text()-8]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[text()-7]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[text()-6]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[text()-5]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[text()-4]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[text()-3]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[text()-2]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[text()-1]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[text()-0]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[datetimes()-10]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[datetimes()-9]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[datetimes()-8]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[datetimes()-7]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[datetimes()-6]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[datetimes()-5]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[datetimes()-4]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[datetimes()-3]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[datetimes()-2]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[datetimes()-1]
FAILED tests/quality/test_normalization.py::test_common_strategies_normalize_small_values[datetimes()-0]
FAILED tests/quality/test_normalization.py::test_harder_strategies_normalize_to_minimal[emails()]
FAILED tests/quality/test_normalization.py::test_harder_strategies_normalize_to_minimal[complex_numbers()]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.01-5-2282791295271755424]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.01-5-1284235381287210546]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.01-5-14202812238092722246]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.01-5-26097]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.01-10-2282791295271755424]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.01-10-1284235381287210546]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.01-10-14202812238092722246]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.01-10-26097]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.01-20-2282791295271755424]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.01-20-1284235381287210546]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.01-20-14202812238092722246]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.01-20-26097]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.1-5-2282791295271755424]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.1-5-1284235381287210546]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.1-5-14202812238092722246]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.1-5-26097]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.1-10-2282791295271755424]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.1-10-1284235381287210546]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.1-10-14202812238092722246]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.1-10-26097]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.1-20-2282791295271755424]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.1-20-1284235381287210546]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.1-20-14202812238092722246]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[LinearLists-0.1-20-26097]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.01-5-2282791295271755424]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.01-5-1284235381287210546]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.01-5-14202812238092722246]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.01-5-26097]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.01-10-2282791295271755424]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.01-10-1284235381287210546]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.01-10-14202812238092722246]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.01-10-26097]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.01-20-2282791295271755424]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.01-20-1284235381287210546]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.01-20-14202812238092722246]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.01-20-26097]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.1-5-2282791295271755424]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.1-5-1284235381287210546]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.1-5-14202812238092722246]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.1-5-26097]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.1-10-2282791295271755424]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.1-10-1284235381287210546]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.1-10-14202812238092722246]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.1-10-26097]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.1-20-2282791295271755424]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.1-20-1284235381287210546]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.1-20-14202812238092722246]
FAILED tests/quality/test_poisoned_lists.py::test_minimal_poisoned_containers[Matrices-0.1-20-26097]
FAILED tests/quality/test_poisoned_trees.py::test_can_reduce_poison_from_any_subtree[0-2]
FAILED tests/quality/test_poisoned_trees.py::test_can_reduce_poison_from_any_subtree[0-5]
FAILED tests/quality/test_poisoned_trees.py::test_can_reduce_poison_from_any_subtree[0-10]
FAILED tests/quality/test_poisoned_trees.py::test_can_reduce_poison_from_any_subtree[15993493061449915028-2]
FAILED tests/quality/test_poisoned_trees.py::test_can_reduce_poison_from_any_subtree[15993493061449915028-5]
FAILED tests/quality/test_poisoned_trees.py::test_can_reduce_poison_from_any_subtree[15993493061449915028-10]
FAILED tests/quality/test_shrink_quality.py::test_integers_from_minimizes_leftwards
FAILED tests/quality/test_shrink_quality.py::test_minimize_bounded_integers_to_zero
FAILED tests/quality/test_shrink_quality.py::test_minimize_bounded_integers_to_positive
FAILED tests/quality/test_shrink_quality.py::test_minimal_fractions_1 - Runti...
FAILED tests/quality/test_shrink_quality.py::test_minimal_fractions_2 - Runti...
FAILED tests/quality/test_shrink_quality.py::test_minimal_fractions_3 - Runti...
FAILED tests/quality/test_shrink_quality.py::test_minimize_string_to_empty - ...
FAILED tests/quality/test_shrink_quality.py::test_minimize_one_of - RuntimeEr...
FAILED tests/quality/test_shrink_quality.py::test_minimize_mixed_list - Runti...
FAILED tests/quality/test_shrink_quality.py::test_minimize_longer_string - Ru...
FAILED tests/quality/test_shrink_quality.py::test_minimize_longer_list_of_strings
FAILED tests/quality/test_shrink_quality.py::test_minimize_3_set - RuntimeErr...
FAILED tests/quality/test_shrink_quality.py::test_minimize_3_set_of_tuples - ...
FAILED tests/quality/test_shrink_quality.py::test_minimize_sets_of_sets - Run...
FAILED tests/quality/test_shrink_quality.py::test_can_simplify_flatmap_with_bounded_left_hand_size
FAILED tests/quality/test_shrink_quality.py::test_can_simplify_across_flatmap_of_just
FAILED tests/quality/test_shrink_quality.py::test_can_simplify_on_right_hand_strategy_of_flatmap
FAILED tests/quality/test_shrink_quality.py::test_can_ignore_left_hand_side_of_flatmap
FAILED tests/quality/test_shrink_quality.py::test_can_simplify_on_both_sides_of_flatmap
FAILED tests/quality/test_shrink_quality.py::test_flatmap_rectangles - Runtim...
FAILED tests/quality/test_shrink_quality.py::test_dictionary[dict] - RuntimeE...
FAILED tests/quality/test_shrink_quality.py::test_dictionary[OrderedDict] - R...
FAILED tests/quality/test_shrink_quality.py::test_minimize_single_element_in_silly_large_int_range
FAILED tests/quality/test_shrink_quality.py::test_minimize_multiple_elements_in_silly_large_int_range
FAILED tests/quality/test_shrink_quality.py::test_minimize_multiple_elements_in_silly_large_int_range_min_is_not_dupe
FAILED tests/quality/test_shrink_quality.py::test_find_large_union_list - Run...
FAILED tests/quality/test_shrink_quality.py::test_containment[13878544811291720918-0]
FAILED tests/quality/test_shrink_quality.py::test_containment[13878544811291720918-1]
FAILED tests/quality/test_shrink_quality.py::test_containment[13878544811291720918-10]
FAILED tests/quality/test_shrink_quality.py::test_containment[13878544811291720918-100]
FAILED tests/quality/test_shrink_quality.py::test_containment[13878544811291720918-1000]
FAILED tests/quality/test_shrink_quality.py::test_containment[15832355027548327468-0]
FAILED tests/quality/test_shrink_quality.py::test_containment[15832355027548327468-1]
FAILED tests/quality/test_shrink_quality.py::test_containment[15832355027548327468-10]
FAILED tests/quality/test_shrink_quality.py::test_containment[15832355027548327468-100]
FAILED tests/quality/test_shrink_quality.py::test_containment[15832355027548327468-1000]
FAILED tests/quality/test_shrink_quality.py::test_containment[12901656430307478246-0]
FAILED tests/quality/test_shrink_quality.py::test_containment[12901656430307478246-1]
FAILED tests/quality/test_shrink_quality.py::test_containment[12901656430307478246-10]
FAILED tests/quality/test_shrink_quality.py::test_containment[12901656430307478246-100]
FAILED tests/quality/test_shrink_quality.py::test_containment[12901656430307478246-1000]
FAILED tests/quality/test_shrink_quality.py::test_duplicate_containment - Run...
FAILED tests/quality/test_shrink_quality.py::test_reordering_bytes[11] - Runt...
FAILED tests/quality/test_shrink_quality.py::test_reordering_bytes[28] - Runt...
FAILED tests/quality/test_shrink_quality.py::test_reordering_bytes[37] - Runt...
FAILED tests/quality/test_shrink_quality.py::test_minimize_long_list - Runtim...
FAILED tests/quality/test_shrink_quality.py::test_minimize_list_of_longish_lists
FAILED tests/quality/test_shrink_quality.py::test_minimize_list_of_fairly_non_unique_ints
FAILED tests/quality/test_shrink_quality.py::test_list_with_complex_sorting_structure
FAILED tests/quality/test_shrink_quality.py::test_list_with_wide_gap - Runtim...
FAILED tests/quality/test_shrink_quality.py::test_minimize_namedtuple - Runti...
FAILED tests/quality/test_shrink_quality.py::test_minimize_dict - RuntimeErro...
FAILED tests/quality/test_shrink_quality.py::test_minimize_list_of_sets - Run...
FAILED tests/quality/test_shrink_quality.py::test_minimize_list_of_lists - Ru...
FAILED tests/quality/test_shrink_quality.py::test_minimize_list_of_tuples - R...
FAILED tests/quality/test_shrink_quality.py::test_minimize_multi_key_dicts - ...
FAILED tests/quality/test_shrink_quality.py::test_multiple_empty_lists_are_independent
FAILED tests/quality/test_shrink_quality.py::test_can_find_sets_unique_by_incomplete_data
FAILED tests/quality/test_shrink_quality.py::test_lists_forced_near_top[0] - ...
FAILED tests/quality/test_shrink_quality.py::test_lists_forced_near_top[1] - ...
FAILED tests/quality/test_shrink_quality.py::test_lists_forced_near_top[2] - ...
FAILED tests/quality/test_shrink_quality.py::test_lists_forced_near_top[3] - ...
FAILED tests/quality/test_shrink_quality.py::test_lists_forced_near_top[4] - ...
FAILED tests/quality/test_shrink_quality.py::test_lists_forced_near_top[5] - ...
FAILED tests/quality/test_shrink_quality.py::test_lists_forced_near_top[6] - ...
FAILED tests/quality/test_shrink_quality.py::test_lists_forced_near_top[7] - ...
FAILED tests/quality/test_shrink_quality.py::test_lists_forced_near_top[8] - ...
FAILED tests/quality/test_shrink_quality.py::test_lists_forced_near_top[9] - ...
FAILED tests/quality/test_shrink_quality.py::test_sum_of_pair - RuntimeError:...
FAILED tests/quality/test_shrink_quality.py::test_calculator_benchmark - Runt...
FAILED tests/quality/test_shrinking_order.py::test_characters_start_with_the_digits
FAILED tests/quality/test_zig_zagging.py::test_avoids_zig_zag_trap - RuntimeE...
FAILED tests/typing_extensions/test_backported_types.py::test_typing_extensions_Literal[dog]
FAILED tests/typing_extensions/test_backported_types.py::test_typing_extensions_Literal[goldfish]
FAILED tests/typing_extensions/test_backported_types.py::test_typing_extensions_Literal[42]
FAILED tests/typing_extensions/test_backported_types.py::test_typing_extensions_Literal[63.4]
FAILED tests/typing_extensions/test_backported_types.py::test_typing_extensions_Literal[-80.5]
FAILED tests/typing_extensions/test_backported_types.py::test_typing_extensions_Literal[False]
FAILED tests/typing_extensions/test_backported_types.py::test_typing_extensions_Literal_nested
FAILED tests/typing_extensions/test_backported_types.py::test_simple_typeddict
FAILED tests/typing_extensions/test_backported_types.py::test_typing_extensions_Type_int
FAILED tests/typing_extensions/test_backported_types.py::test_typing_extensions_Type_Union
FAILED tests/typing_extensions/test_backported_types.py::test_resolves_NewType
FAILED tests/typing_extensions/test_backported_types.py::test_defaultdict - R...
FAILED tests/typing_extensions/test_backported_types.py::test_typing_extensions_Annotated[annotated_type0-integers()]
FAILED tests/typing_extensions/test_backported_types.py::test_typing_extensions_Annotated[annotated_type1-lists(floats())]
FAILED tests/typing_extensions/test_backported_types.py::test_typing_extensions_Annotated[annotated_type2-text()]
FAILED tests/typing_extensions/test_backported_types.py::test_typing_extensions_Annotated[annotated_type3-lists(dictionaries(keys=text(), values=booleans()))]
FAILED tests/typing_extensions/test_backported_types.py::test_annotated_positive_int
FAILED tests/typing_extensions/test_backported_types.py::test_annotated_more_than_ten
FAILED tests/typing_extensions/test_backported_types.py::test_annotated_with_two_strategies
FAILED tests/typing_extensions/test_backported_types.py::test_annotated_extra_metadata
==== 2124 failed, 2438 passed, 5 skipped, 40 xfailed in 1109.04s (0:18:29) =====
pytest-xprocess reminder::Be sure to terminate the started process by running 'pytest --xkill' if you have not explicitly done so in your fixture with 'xprocess.getinfo(<process_name>).terminate()'.
/usr/lib/python3.8/site-packages/_pytest/pathlib.py:80: PytestWarning: (rm_rf) error removing /tmp/pytest-of-tkloczko/garbage-1ca64635-c641-4943-9be0-42bf77c8d942/test_rmtree_errorhandler_reado0
<class 'OSError'>: [Errno 39] Directory not empty: 'test_rmtree_errorhandler_reado0'
  warnings.warn(
/usr/lib/python3.8/site-packages/_pytest/pathlib.py:80: PytestWarning: (rm_rf) error removing /tmp/pytest-of-tkloczko/garbage-1ca64635-c641-4943-9be0-42bf77c8d942/test_rmtree_errorhandler_rerai0
<class 'OSError'>: [Errno 39] Directory not empty: 'test_rmtree_errorhandler_rerai0'
  warnings.warn(
/usr/lib/python3.8/site-packages/_pytest/pathlib.py:80: PytestWarning: (rm_rf) error removing /tmp/pytest-of-tkloczko/garbage-1ca64635-c641-4943-9be0-42bf77c8d942/test_safe_set_no_perms0
<class 'OSError'>: [Errno 39] Directory not empty: 'test_safe_set_no_perms0'
  warnings.warn(
/usr/lib/python3.8/site-packages/_pytest/pathlib.py:80: PytestWarning: (rm_rf) error removing /tmp/pytest-of-tkloczko/garbage-1ca64635-c641-4943-9be0-42bf77c8d942/test_safe_delete_no_perms0
<class 'OSError'>: [Errno 39] Directory not empty: 'test_safe_delete_no_perms0'
  warnings.warn(
/usr/lib/python3.8/site-packages/_pytest/pathlib.py:80: PytestWarning: (rm_rf) error removing /tmp/pytest-of-tkloczko/garbage-1ca64635-c641-4943-9be0-42bf77c8d942/test_safe_get_no_perms0
<class 'OSError'>: [Errno 39] Directory not empty: 'test_safe_get_no_perms0'
  warnings.warn(
/usr/lib/python3.8/site-packages/_pytest/pathlib.py:80: PytestWarning: (rm_rf) error removing /tmp/pytest-of-tkloczko/garbage-1ca64635-c641-4943-9be0-42bf77c8d942
<class 'OSError'>: [Errno 39] Directory not empty: '/tmp/pytest-of-tkloczko/garbage-1ca64635-c641-4943-9be0-42bf77c8d942'
  warnings.warn(
/usr/lib/python3.8/site-packages/_pytest/pathlib.py:80: PytestWarning: (rm_rf) error removing /tmp/pytest-of-tkloczko/garbage-67382403-6093-4d08-bf08-d97efa6174ce/test_rmtree_errorhandler_reado0
<class 'OSError'>: [Errno 39] Directory not empty: 'test_rmtree_errorhandler_reado0'
  warnings.warn(
/usr/lib/python3.8/site-packages/_pytest/pathlib.py:80: PytestWarning: (rm_rf) error removing /tmp/pytest-of-tkloczko/garbage-67382403-6093-4d08-bf08-d97efa6174ce/test_rmtree_errorhandler_rerai0
<class 'OSError'>: [Errno 39] Directory not empty: 'test_rmtree_errorhandler_rerai0'
  warnings.warn(
/usr/lib/python3.8/site-packages/_pytest/pathlib.py:80: PytestWarning: (rm_rf) error removing /tmp/pytest-of-tkloczko/garbage-67382403-6093-4d08-bf08-d97efa6174ce/test_safe_get_no_perms0
<class 'OSError'>: [Errno 39] Directory not empty: 'test_safe_get_no_perms0'
  warnings.warn(
/usr/lib/python3.8/site-packages/_pytest/pathlib.py:80: PytestWarning: (rm_rf) error removing /tmp/pytest-of-tkloczko/garbage-67382403-6093-4d08-bf08-d97efa6174ce/test_safe_set_no_perms0
<class 'OSError'>: [Errno 39] Directory not empty: 'test_safe_set_no_perms0'
  warnings.warn(
/usr/lib/python3.8/site-packages/_pytest/pathlib.py:80: PytestWarning: (rm_rf) error removing /tmp/pytest-of-tkloczko/garbage-67382403-6093-4d08-bf08-d97efa6174ce/test_safe_delete_no_perms0
<class 'OSError'>: [Errno 39] Directory not empty: 'test_safe_delete_no_perms0'
  warnings.warn(
/usr/lib/python3.8/site-packages/_pytest/pathlib.py:80: PytestWarning: (rm_rf) error removing /tmp/pytest-of-tkloczko/garbage-67382403-6093-4d08-bf08-d97efa6174ce
<class 'OSError'>: [Errno 39] Directory not empty: '/tmp/pytest-of-tkloczko/garbage-67382403-6093-4d08-bf08-d97efa6174ce'
  warnings.warn(

Full log is in attachment python-hypothesis_with_twisted.log.txt

Zac-HD commented 3 years ago

Our selftests are not expected to pass when other packages are installed, nor when run in this way; and nor are they part of our supported API. We usually accept patches for distro compatibility but don't write them for free.