============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase(PosixPath('$(@D)/.hypothesis/examples'))
rootdir: $(@D)
configfile: pyproject.toml
collecting ... collected 515 items / 1 deselected / 514 selected

=============================== inline snapshot ================================
tests/adapter/test_change_types.py::test_change_types["2'"-"2'"] PASSED
tests/adapter/test_change_types.py::test_change_types["2'"-1] PASSED
tests/adapter/test_change_types.py::test_change_types["2'"-F(i=5)] PASSED
tests/adapter/test_change_types.py::test_change_types["2'"-F.make1('2')] PASSED
tests/adapter/test_change_types.py::test_change_types["2'"-[5]] PASSED
tests/adapter/test_change_types.py::test_change_types["2'"-f(7)] PASSED
tests/adapter/test_change_types.py::test_change_types["2'"-{1: 2}] PASSED
tests/adapter/test_change_types.py::test_change_types[1-"2'"] PASSED
tests/adapter/test_change_types.py::test_change_types[1-1] PASSED
tests/adapter/test_change_types.py::test_change_types[1-F(i=5)] PASSED
tests/adapter/test_change_types.py::test_change_types[1-F.make1('2')] PASSED
tests/adapter/test_change_types.py::test_change_types[1-[5]] PASSED
tests/adapter/test_change_types.py::test_change_types[1-f(7)] PASSED
tests/adapter/test_change_types.py::test_change_types[1-{1: 2}] PASSED
tests/adapter/test_change_types.py::test_change_types[F(i=5)-"2'"] PASSED
tests/adapter/test_change_types.py::test_change_types[F(i=5)-1] PASSED
tests/adapter/test_change_types.py::test_change_types[F(i=5)-F(i=5)] PASSED
tests/adapter/test_change_types.py::test_change_types[F(i=5)-F.make1('2')] PASSED
tests/adapter/test_change_types.py::test_change_types[F(i=5)-[5]] PASSED
tests/adapter/test_change_types.py::test_change_types[F(i=5)-f(7)] PASSED
tests/adapter/test_change_types.py::test_change_types[F(i=5)-{1: 2}] PASSED
tests/adapter/test_change_types.py::test_change_types[F.make1('2')-"2'"] PASSED
tests/adapter/test_change_types.py::test_change_types[F.make1('2')-1] PASSED
tests/adapter/test_change_types.py::test_change_types[F.make1('2')-F(i=5)] PASSED
tests/adapter/test_change_types.py::test_change_types[F.make1('2')-F.make1('2')] PASSED
tests/adapter/test_change_types.py::test_change_types[F.make1('2')-[5]] PASSED
tests/adapter/test_change_types.py::test_change_types[F.make1('2')-f(7)] PASSED
tests/adapter/test_change_types.py::test_change_types[F.make1('2')-{1: 2}] PASSED
tests/adapter/test_change_types.py::test_change_types[F.make2(Is(5))-"2'"] PASSED
tests/adapter/test_change_types.py::test_change_types[F.make2(Is(5))-1] PASSED
tests/adapter/test_change_types.py::test_change_types[F.make2(Is(5))-F(i=5)] PASSED
tests/adapter/test_change_types.py::test_change_types[F.make2(Is(5))-F.make1('2')] PASSED
tests/adapter/test_change_types.py::test_change_types[F.make2(Is(5))-[5]] PASSED
tests/adapter/test_change_types.py::test_change_types[F.make2(Is(5))-f(7)] PASSED
tests/adapter/test_change_types.py::test_change_types[F.make2(Is(5))-{1: 2}] PASSED
tests/adapter/test_change_types.py::test_change_types[[5]-"2'"] PASSED
tests/adapter/test_change_types.py::test_change_types[[5]-1] PASSED
tests/adapter/test_change_types.py::test_change_types[[5]-F(i=5)] PASSED
tests/adapter/test_change_types.py::test_change_types[[5]-F.make1('2')] PASSED
tests/adapter/test_change_types.py::test_change_types[[5]-[5]] PASSED
tests/adapter/test_change_types.py::test_change_types[[5]-f(7)] PASSED
tests/adapter/test_change_types.py::test_change_types[[5]-{1: 2}] PASSED
tests/adapter/test_change_types.py::test_change_types[f(7)-"2'"] PASSED
tests/adapter/test_change_types.py::test_change_types[f(7)-1] PASSED
tests/adapter/test_change_types.py::test_change_types[f(7)-F(i=5)] PASSED
tests/adapter/test_change_types.py::test_change_types[f(7)-F.make1('2')] PASSED
tests/adapter/test_change_types.py::test_change_types[f(7)-[5]] PASSED
tests/adapter/test_change_types.py::test_change_types[f(7)-f(7)] PASSED
tests/adapter/test_change_types.py::test_change_types[f(7)-{1: 2}] PASSED
tests/adapter/test_change_types.py::test_change_types[{1: 2}-"2'"] PASSED
tests/adapter/test_change_types.py::test_change_types[{1: 2}-1] PASSED
tests/adapter/test_change_types.py::test_change_types[{1: 2}-F(i=5)] PASSED
tests/adapter/test_change_types.py::test_change_types[{1: 2}-F.make1('2')] PASSED
tests/adapter/test_change_types.py::test_change_types[{1: 2}-[5]] PASSED
tests/adapter/test_change_types.py::test_change_types[{1: 2}-f(7)] PASSED
tests/adapter/test_change_types.py::test_change_types[{1: 2}-{1: 2}] PASSED
tests/adapter/test_dataclass.py::test_add_argument PASSED
tests/adapter/test_dataclass.py::test_attrs_default_value PASSED
tests/adapter/test_dataclass.py::test_attrs_field_repr PASSED
tests/adapter/test_dataclass.py::test_attrs_unmanaged PASSED
tests/adapter/test_dataclass.py::test_dataclass_default_value PASSED
tests/adapter/test_dataclass.py::test_dataclass_field_repr PASSED
tests/adapter/test_dataclass.py::test_dataclass_positional_arguments PASSED
tests/adapter/test_dataclass.py::test_dataclass_var PASSED
tests/adapter/test_dataclass.py::test_defaultdict PASSED
tests/adapter/test_dataclass.py::test_disabled[executing] PASSED
tests/adapter/test_dataclass.py::test_disabled[without-executing] PASSED
tests/adapter/test_dataclass.py::test_namedtuple PASSED
tests/adapter/test_dataclass.py::test_positional_star_args PASSED
tests/adapter/test_dataclass.py::test_reeval PASSED
tests/adapter/test_dataclass.py::test_remove_positional_argument PASSED
tests/adapter/test_dataclass.py::test_starred_warns PASSED
tests/adapter/test_dataclass.py::test_unmanaged PASSED
tests/adapter/test_dict.py::test_dict_constructor PASSED
tests/adapter/test_dict.py::test_dict_var PASSED
tests/adapter/test_general.py::test_adapter_mismatch PASSED
tests/adapter/test_general.py::test_reeval PASSED
tests/adapter/test_sequence.py::test_list_adapter_create_inner_snapshot PASSED
tests/adapter/test_sequence.py::test_list_adapter_fix_inner_snapshot PASSED
tests/adapter/test_sequence.py::test_list_adapter_reeval[executing] PASSED
tests/adapter/test_sequence.py::test_list_adapter_reeval[without-executing] PASSED
tests/adapter/test_sequence.py::test_list_var PASSED
tests/adapter/test_sequence.py::test_tuple_constructor PASSED
tests/test_align.py::test_align PASSED
tests/test_change.py::test_change_function_args PASSED
tests/test_code_repr.py::test_datatypes[d0] PASSED
tests/test_code_repr.py::test_datatypes[d10] PASSED
tests/test_code_repr.py::test_datatypes[d11] PASSED
tests/test_code_repr.py::test_datatypes[d12] PASSED
tests/test_code_repr.py::test_datatypes[d13] PASSED
tests/test_code_repr.py::test_datatypes[d14] PASSED
tests/test_code_repr.py::test_datatypes[d15] PASSED
tests/test_code_repr.py::test_datatypes[d16] PASSED
tests/test_code_repr.py::test_datatypes[d17] PASSED
tests/test_code_repr.py::test_datatypes[d18] PASSED
tests/test_code_repr.py::test_datatypes[d19] PASSED
tests/test_code_repr.py::test_datatypes[d1] PASSED
tests/test_code_repr.py::test_datatypes[d20] PASSED
tests/test_code_repr.py::test_datatypes[d21] PASSED
tests/test_code_repr.py::test_datatypes[d22] PASSED
tests/test_code_repr.py::test_datatypes[d23] PASSED
tests/test_code_repr.py::test_datatypes[d24] PASSED
tests/test_code_repr.py::test_datatypes[d25] PASSED
tests/test_code_repr.py::test_datatypes[d2] PASSED
tests/test_code_repr.py::test_datatypes[d3] PASSED
tests/test_code_repr.py::test_datatypes[d4] PASSED
tests/test_code_repr.py::test_datatypes[d5] PASSED
tests/test_code_repr.py::test_datatypes[d6] PASSED
tests/test_code_repr.py::test_datatypes[d7] PASSED
tests/test_code_repr.py::test_datatypes[d8] PASSED
tests/test_code_repr.py::test_datatypes[d9] PASSED
tests/test_code_repr.py::test_datatypes_explicit PASSED
tests/test_code_repr.py::test_enum PASSED
tests/test_code_repr.py::test_enum_in_dataclass PASSED
tests/test_code_repr.py::test_flag PASSED
tests/test_code_repr.py::test_hasrepr_type PASSED
tests/test_code_repr.py::test_invalid_repr PASSED
tests/test_code_repr.py::test_qualname PASSED
tests/test_code_repr.py::test_set PASSED
tests/test_code_repr.py::test_snapshot_generates_hasrepr PASSED
tests/test_code_repr.py::test_tuple PASSED
tests/test_code_repr.py::test_type PASSED
tests/test_config.py::test_config_env PASSED
tests/test_config.py::test_config_pyproject PASSED
tests/test_config.py::test_default_shortcuts PASSED
tests/test_config.py::test_shortcuts PASSED
tests/test_dirty_equals.py::test_compare_dirty_equals_twice PASSED
tests/test_dirty_equals.py::test_dirty_equals_in_unused_snapshot PASSED
tests/test_dirty_equals.py::test_dirty_equals_repr XFAIL
tests/test_dirty_equals.py::test_dirty_equals_with_changing_args PASSED
tests/test_dirty_equals.py::test_now_like_dirty_equals PASSED
tests/test_docs.py::test_docs[CHANGELOG.md] SKIPPED (there is no rea...)
tests/test_docs.py::test_docs[CONTRIBUTING.md] SKIPPED (there is no ...)
tests/test_docs.py::test_docs[README.md] SKIPPED (there is no reason...)
tests/test_docs.py::test_docs[__init__.py0] SKIPPED (there is no rea...)
tests/test_docs.py::test_docs[__init__.py1] SKIPPED (there is no rea...)
tests/test_docs.py::test_docs[__init__.py2] SKIPPED (there is no rea...)
tests/test_docs.py::test_docs[_align.py] SKIPPED (there is no reason...)
tests/test_docs.py::test_docs[_change.py] SKIPPED (there is no reaso...)
tests/test_docs.py::test_docs[_code_repr.py] SKIPPED (there is no re...)
tests/test_docs.py::test_docs[_compare_context.py] SKIPPED (there is...)
tests/test_docs.py::test_docs[_config.py] SKIPPED (there is no reaso...)
tests/test_docs.py::test_docs[_example.py] SKIPPED (there is no reas...)
tests/test_docs.py::test_docs[_exceptions.py] SKIPPED (there is no r...)
tests/test_docs.py::test_docs[_external.py] SKIPPED (there is no rea...)
tests/test_docs.py::test_docs[_find_external.py] SKIPPED (there is n...)
tests/test_docs.py::test_docs[_flags.py] SKIPPED (there is no reason...)
tests/test_docs.py::test_docs[_format.py] SKIPPED (there is no reaso...)
tests/test_docs.py::test_docs[_global_state.py] SKIPPED (there is no...)
tests/test_docs.py::test_docs[_inline_snapshot.py] SKIPPED (there is...)
tests/test_docs.py::test_docs[_is.py] SKIPPED (there is no reason to...)
tests/test_docs.py::test_docs[_problems.py] SKIPPED (there is no rea...)
tests/test_docs.py::test_docs[_rewrite_code.py] SKIPPED (there is no...)
tests/test_docs.py::test_docs[_sentinels.py] SKIPPED (there is no re...)
tests/test_docs.py::test_docs[_source_file.py] SKIPPED (there is no ...)
tests/test_docs.py::test_docs[_types.py] SKIPPED (there is no reason...)
tests/test_docs.py::test_docs[_unmanaged.py] SKIPPED (there is no re...)
tests/test_docs.py::test_docs[_utils.py] SKIPPED (there is no reason...)
tests/test_docs.py::test_docs[adapter.py] SKIPPED (there is no reaso...)
tests/test_docs.py::test_docs[categories.md] SKIPPED (there is no re...)
tests/test_docs.py::test_docs[changelog.md] SKIPPED (there is no rea...)
tests/test_docs.py::test_docs[cmp_snapshot.md] SKIPPED (there is no ...)
tests/test_docs.py::test_docs[code_generation.md] SKIPPED (there is ...)
tests/test_docs.py::test_docs[collection_value.py] SKIPPED (there is...)
tests/test_docs.py::test_docs[configuration.md] SKIPPED (there is no...)
tests/test_docs.py::test_docs[contributing.md] SKIPPED (there is no ...)
tests/test_docs.py::test_docs[customize_repr.md] SKIPPED (there is n...)
tests/test_docs.py::test_docs[dict_adapter.py] SKIPPED (there is no ...)
tests/test_docs.py::test_docs[dict_value.py] SKIPPED (there is no re...)
tests/test_docs.py::test_docs[eq_snapshot.md] SKIPPED (there is no r...)
tests/test_docs.py::test_docs[eq_value.py] SKIPPED (there is no reas...)
tests/test_docs.py::test_docs[extra.md] SKIPPED (there is no reason ...)
tests/test_docs.py::test_docs[extra.py] SKIPPED (there is no reason ...)
tests/test_docs.py::test_docs[generic_call_adapter.py] SKIPPED (ther...)
tests/test_docs.py::test_docs[generic_value.py] SKIPPED (there is no...)
tests/test_docs.py::test_docs[getitem_snapshot.md] SKIPPED (there is...)
tests/test_docs.py::test_docs[in_snapshot.md] SKIPPED (there is no r...)
tests/test_docs.py::test_docs[index.md] SKIPPED (there is no reason ...)
tests/test_docs.py::test_docs[limitations.md] SKIPPED (there is no r...)
tests/test_docs.py::test_docs[min_max_value.py] SKIPPED (there is no...)
tests/test_docs.py::test_docs[outsource.md] SKIPPED (there is no rea...)
tests/test_docs.py::test_docs[pydantic_fix.py] SKIPPED (there is no ...)
tests/test_docs.py::test_docs[pytest.md] SKIPPED (there is no reason...)
tests/test_docs.py::test_docs[pytest_plugin.py] SKIPPED (there is no...)
tests/test_docs.py::test_docs[sequence_adapter.py] SKIPPED (there is...)
tests/test_docs.py::test_docs[syntax_warnings.py] SKIPPED (there is ...)
tests/test_docs.py::test_docs[testing.md] SKIPPED (there is no reaso...)
tests/test_docs.py::test_docs[third_party.md] SKIPPED (there is no r...)
tests/test_docs.py::test_docs[types.md] SKIPPED (there is no reason ...)
tests/test_docs.py::test_docs[undecided_value.py] SKIPPED (there is ...)
tests/test_docs.py::test_docs[value_adapter.py] SKIPPED (there is no...)
tests/test_docs.py::test_map_code_blocks PASSED
tests/test_example.py::test_example PASSED
tests/test_example.py::test_no_tests PASSED
tests/test_example.py::test_throws_exception PASSED
tests/test_external.py::test_basic PASSED
tests/test_external.py::test_diskstorage PASSED
tests/test_external.py::test_ensure_imports PASSED
tests/test_external.py::test_ensure_imports_with_comment PASSED
tests/test_external.py::test_errors PASSED
tests/test_external.py::test_external PASSED
tests/test_external.py::test_max_hash PASSED
tests/test_external.py::test_new_externals PASSED
tests/test_external.py::test_no_imports PASSED
tests/test_external.py::test_outsource PASSED
tests/test_external.py::test_persist PASSED
tests/test_external.py::test_pytest_compare_external PASSED
tests/test_external.py::test_pytest_compare_external_bytes PASSED
tests/test_external.py::test_pytest_config_hash_length PASSED
tests/test_external.py::test_pytest_existing_external_import PASSED
tests/test_external.py::test_pytest_new_external PASSED
tests/test_external.py::test_pytest_trim_external PASSED
tests/test_external.py::test_uses_external PASSED
tests/test_formating.py::test_black_config PASSED
tests/test_formating.py::test_black_formatting_error PASSED
tests/test_formating.py::test_format_command PASSED
tests/test_formating.py::test_fstring_139 PASSED
tests/test_formating.py::test_no_black PASSED
tests/test_fstring.py::test_fstring PASSED
tests/test_fstring.py::test_fstring_fix PASSED
tests/test_hasrepr.py::test_hasrepr_eq PASSED
tests/test_inline_snapshot.py::test_assert PASSED
tests/test_inline_snapshot.py::test_comparison PASSED
tests/test_inline_snapshot.py::test_contains PASSED
tests/test_inline_snapshot.py::test_create_elipsis PASSED
tests/test_inline_snapshot.py::test_different_snapshot_name PASSED
tests/test_inline_snapshot.py::test_disabled PASSED
tests/test_inline_snapshot.py::test_flags_repr PASSED
tests/test_inline_snapshot.py::test_format_file PASSED
tests/test_inline_snapshot.py::test_format_value PASSED
tests/test_inline_snapshot.py::test_ge PASSED
tests/test_inline_snapshot.py::test_generic[executing] PASSED
tests/test_inline_snapshot.py::test_generic[executing] [assert 4 <= snapshot()] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 4 <= snapshot(5)] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 4 <= snapshot({0: 5})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 4 <= snapshot({})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 4 == snapshot()] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 4 == snapshot(2+2)] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 4 == snapshot(5)] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 4 == snapshot({0: 2+2})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 4 == snapshot({0: 5})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 4 == snapshot({})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 4 >= snapshot(5)] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 4 >= snapshot({0: 5})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 5 <= snapshot(3+2)] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 5 <= snapshot(4)] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 5 <= snapshot({0: 3+2})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 5 <= snapshot({0: 4})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 5 >= snapshot()] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 5 >= snapshot(3+2)] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 5 >= snapshot(4)] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 5 >= snapshot({0: 3+2})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 5 >= snapshot({0: 4})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 5 >= snapshot({})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 5 in snapshot()] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 5 in snapshot([3+2])] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 5 in snapshot([4, 5])] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 5 in snapshot([])] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 5 in snapshot({0: [3+2]})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 5 in snapshot({0: [4, 5]})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 5 in snapshot({0: []})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[executing] [assert 5 in snapshot({})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] PASSED
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 4 <= snapshot()] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 4 <= snapshot(5)] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 4 <= snapshot({0: 5})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 4 <= snapshot({})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 4 == snapshot()] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 4 == snapshot(2+2)] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 4 == snapshot(5)] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 4 == snapshot({0: 2+2})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 4 == snapshot({0: 5})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 4 == snapshot({})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 4 >= snapshot(5)] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 4 >= snapshot({0: 5})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 5 <= snapshot(3+2)] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 5 <= snapshot(4)] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 5 <= snapshot({0: 3+2})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 5 <= snapshot({0: 4})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 5 >= snapshot()] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 5 >= snapshot(3+2)] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 5 >= snapshot(4)] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 5 >= snapshot({0: 3+2})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 5 >= snapshot({0: 4})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 5 >= snapshot({})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 5 in snapshot()] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 5 in snapshot([3+2])] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 5 in snapshot([4, 5])] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 5 in snapshot([])] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 5 in snapshot({0: [3+2]})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 5 in snapshot({0: [4, 5]})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 5 in snapshot({0: []})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic[without-executing] [assert 5 in snapshot({})[0]] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) create(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) create(>=)] [create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) create(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) create(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) create(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) create(in)] [create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) create(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) create(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) create(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) fix(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) fix(<=)] [create fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) fix(<=)] [fix create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) fix(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) fix(<=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) fix(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) fix(>=)] [create fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) fix(>=)] [fix create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) fix(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) fix(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) fix(in)] [create fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) fix(in)] [fix create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) trim(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) trim(<=)] [create trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) trim(<=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) trim(<=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) trim(<=)] [trim create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) trim(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) trim(>=)] [create trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) trim(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) trim(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) trim(>=)] [trim create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) trim(in)] [create trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) trim(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) trim(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) trim(in)] [trim create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) update(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) update(<=)] [create update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) update(<=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) update(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) update(<=)] [update create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) update(>=)] [create update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) update(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) update(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) update(>=)] [update create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) update(in)] [create update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(<=) update(in)] [update create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) create(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) create(<=)] [create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) create(<=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) create(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) create(<=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) create(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) create(>=)] [create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) create(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) create(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) create(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) create(in)] [create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) create(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) create(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) create(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(<=)] [create fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(<=)] [fix create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(<=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(==)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(==)] [create fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(==)] [fix create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(==)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(==)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(>=)] [create fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(>=)] [fix create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(in)] [create fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(in)] [fix create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) trim(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) trim(<=)] [create trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) trim(<=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) trim(<=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) trim(<=)] [trim create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) trim(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) trim(>=)] [create trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) trim(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) trim(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) trim(>=)] [trim create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) trim(in)] [create trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) trim(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) trim(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) trim(in)] [trim create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(<=)] [create update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(<=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(<=)] [update create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(==)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(==)] [create update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(==)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(==)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(==)] [update create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(>=)] [create update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(>=)] [update create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(in)] [create update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(==) update(in)] [update create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) create(in)] [create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) create(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) create(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) create(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) fix(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) fix(>=)] [create fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) fix(>=)] [fix create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) fix(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) fix(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) fix(in)] [create fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) fix(in)] [fix create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) trim(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) trim(>=)] [create trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) trim(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) trim(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) trim(>=)] [trim create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) trim(in)] [create trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) trim(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) trim(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) trim(in)] [trim create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) update(>=)] [create update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) update(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) update(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) update(>=)] [update create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) update(in)] [create update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(>=) update(in)] [update create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(in) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(in) fix(in)] [create fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(in) fix(in)] [fix create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(in) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(in) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(in) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(in) trim(in)] [create trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(in) trim(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(in) trim(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(in) trim(in)] [trim create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(in) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-create(in) update(in)] [create update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(in) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(in) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-create(in) update(in)] [update create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) create(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) create(>=)] [create fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) create(>=)] [fix create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) create(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) create(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) create(in)] [create fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) create(in)] [fix create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) create(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) create(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) fix(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) fix(>=)] [fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) fix(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) fix(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) fix(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) fix(in)] [fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) fix(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) trim(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) trim(>=)] [fix trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) trim(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) trim(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) trim(>=)] [trim fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) trim(in)] [fix trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) trim(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) trim(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) trim(in)] [trim fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) update(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) update(<=)] [fix update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) update(<=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) update(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) update(<=)] [update fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) update(>=)] [fix update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) update(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) update(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) update(>=)] [update fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) update(in)] [fix update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(<=) update(in)] [update fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) create(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) create(<=)] [create fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) create(<=)] [fix create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) create(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) create(<=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) create(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) create(>=)] [create fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) create(>=)] [fix create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) create(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) create(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) create(in)] [create fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) create(in)] [fix create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) create(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) create(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) fix(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) fix(<=)] [fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) fix(<=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) fix(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) fix(<=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) fix(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) fix(>=)] [fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) fix(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) fix(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) fix(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) fix(in)] [fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) fix(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) trim(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) trim(<=)] [fix trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) trim(<=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) trim(<=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) trim(<=)] [trim fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) trim(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) trim(>=)] [fix trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) trim(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) trim(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) trim(>=)] [trim fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) trim(in)] [fix trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) trim(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) trim(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) trim(in)] [trim fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(<=)] [fix update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(<=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(<=)] [update fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(==)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(==)] [fix update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(==)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(==)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(==)] [update fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(>=)] [fix update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(>=)] [update fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(in)] [fix update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(==) update(in)] [update fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) create(in)] [create fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) create(in)] [fix create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) create(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) create(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) fix(in)] [fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) fix(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) trim(in)] [fix trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) trim(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) trim(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) trim(in)] [trim fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) update(>=)] [fix update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) update(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) update(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) update(>=)] [update fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) update(in)] [fix update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(>=) update(in)] [update fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(in) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(in) update(in)] [fix update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(in) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(in) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-fix(in) update(in)] [update fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) create(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) create(>=)] [create trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) create(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) create(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) create(>=)] [trim create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) create(in)] [create trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) create(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) create(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) create(in)] [trim create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) fix(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) fix(<=)] [fix trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) fix(<=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) fix(<=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) fix(<=)] [trim fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) fix(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) fix(>=)] [fix trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) fix(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) fix(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) fix(>=)] [trim fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) fix(in)] [fix trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) fix(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) fix(in)] [trim fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) trim(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) trim(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) trim(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) trim(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) trim(>=)] [trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) trim(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) trim(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) trim(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) trim(in)] [trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) update(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) update(<=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) update(<=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) update(<=)] [trim update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) update(<=)] [update trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) update(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) update(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) update(>=)] [trim update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) update(>=)] [update trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) update(in)] [trim update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(<=) update(in)] [update trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) create(in)] [create trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) create(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) create(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) create(in)] [trim create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) fix(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) fix(>=)] [fix trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) fix(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) fix(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) fix(>=)] [trim fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) fix(in)] [fix trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) fix(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) fix(in)] [trim fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) trim(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) trim(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) trim(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) trim(in)] [trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) update(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) update(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) update(>=)] [trim update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) update(>=)] [update trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) update(in)] [trim update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(>=) update(in)] [update trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(in) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(in) fix(in)] [fix trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(in) fix(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(in) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(in) fix(in)] [trim fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(in) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(in) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(in) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(in) update(in)] [trim update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-trim(in) update(in)] [update trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) create(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) create(>=)] [create update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) create(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) create(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) create(>=)] [update create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) create(in)] [create update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) create(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) create(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) create(in)] [update create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) fix(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) fix(>=)] [fix update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) fix(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) fix(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) fix(>=)] [update fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) fix(in)] [fix update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) fix(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) fix(in)] [update fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) trim(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) trim(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) trim(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) trim(>=)] [trim update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) trim(>=)] [update trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) trim(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) trim(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) trim(in)] [trim update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) trim(in)] [update trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) update(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) update(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) update(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) update(>=)] [update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(<=) update(in)] [update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) create(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) create(<=)] [create update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) create(<=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) create(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) create(<=)] [update create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) create(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) create(>=)] [create update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) create(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) create(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) create(>=)] [update create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) create(in)] [create update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) create(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) create(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) create(in)] [update create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) fix(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) fix(<=)] [fix update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) fix(<=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) fix(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) fix(<=)] [update fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) fix(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) fix(>=)] [fix update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) fix(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) fix(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) fix(>=)] [update fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) fix(in)] [fix update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) fix(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) fix(in)] [update fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) trim(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) trim(<=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) trim(<=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) trim(<=)] [trim update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) trim(<=)] [update trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) trim(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) trim(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) trim(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) trim(>=)] [trim update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) trim(>=)] [update trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) trim(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) trim(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) trim(in)] [trim update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) trim(in)] [update trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) update(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) update(<=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) update(<=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) update(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) update(<=)] [update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) update(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) update(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) update(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) update(>=)] [update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(==) update(in)] [update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) create(in)] [create update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) create(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) create(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) create(in)] [update create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) fix(in)] [fix update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) fix(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) fix(in)] [update fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) trim(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) trim(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) trim(in)] [trim update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) trim(in)] [update trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[executing-update(>=) update(in)] [update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) create(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) create(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) create(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) create(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) create(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) create(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) create(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) fix(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) fix(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) fix(<=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) fix(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) fix(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) fix(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) trim(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) trim(<=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) trim(<=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) trim(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) trim(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) trim(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) trim(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) trim(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) update(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) update(<=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) update(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) update(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) update(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(<=) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) create(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) create(<=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) create(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) create(<=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) create(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) create(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) create(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) create(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) create(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) create(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) create(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) fix(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) fix(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) fix(<=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) fix(==)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) fix(==)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) fix(==)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) fix(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) fix(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) fix(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) trim(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) trim(<=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) trim(<=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) trim(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) trim(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) trim(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) trim(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) trim(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) update(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) update(<=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) update(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) update(==)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) update(==)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) update(==)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) update(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) update(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(==) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) create(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) create(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) create(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) fix(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) fix(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) fix(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) trim(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) trim(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) trim(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) trim(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) trim(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) update(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) update(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(>=) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(in) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(in) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(in) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(in) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(in) trim(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(in) trim(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(in) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(in) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-create(in) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) create(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) create(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) create(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) create(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) create(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) fix(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) fix(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) fix(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) fix(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) fix(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) trim(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) trim(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) trim(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) trim(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) trim(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) update(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) update(<=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) update(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) update(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) update(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(<=) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) create(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) create(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) create(<=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) create(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) create(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) create(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) create(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) create(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) fix(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) fix(<=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) fix(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) fix(<=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) fix(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) fix(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) fix(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) fix(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) fix(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) trim(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) trim(<=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) trim(<=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) trim(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) trim(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) trim(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) trim(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) trim(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) update(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) update(<=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) update(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) update(==)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) update(==)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) update(==)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) update(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) update(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(==) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(>=) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(>=) create(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(>=) create(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(>=) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(>=) fix(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(>=) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(>=) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(>=) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(>=) trim(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(>=) trim(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(>=) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(>=) update(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(>=) update(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(>=) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(>=) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(>=) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(in) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(in) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-fix(in) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) create(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) create(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) create(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) create(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) create(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) fix(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) fix(<=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) fix(<=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) fix(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) fix(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) fix(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) fix(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) trim(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) trim(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) trim(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) trim(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) trim(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) trim(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) trim(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) update(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) update(<=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) update(<=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) update(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) update(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(<=) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) create(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) create(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) fix(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) fix(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) fix(>=)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) fix(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) trim(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) trim(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) trim(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) update(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) update(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(>=) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(in) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(in) fix(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(in) fix(in)] [ignore update] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(in) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(in) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-trim(in) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) create(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) create(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) create(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) create(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) create(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) fix(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) fix(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) fix(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) fix(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) trim(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) trim(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) trim(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) trim(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) trim(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) update(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) update(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) update(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(<=) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) create(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) create(<=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) create(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) create(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) create(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) create(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) create(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) create(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) fix(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) fix(<=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) fix(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) fix(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) fix(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) fix(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) fix(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) trim(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) trim(<=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) trim(<=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) trim(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) trim(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) trim(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) trim(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) trim(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) update(<=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) update(<=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) update(<=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) update(<=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) update(>=)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) update(>=)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) update(>=)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) update(>=)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(==) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(>=) create(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(>=) create(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(>=) create(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(>=) fix(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(>=) fix(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(>=) fix(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(>=) trim(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(>=) trim(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(>=) trim(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(>=) update(in)] PASSED
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(>=) update(in)] [ignore create] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(>=) update(in)] [ignore fix] SUBPASS
tests/test_inline_snapshot.py::test_generic_multi[without-executing-update(>=) update(in)] [ignore trim] SUBPASS
tests/test_inline_snapshot.py::test_getitem PASSED
tests/test_inline_snapshot.py::test_is PASSED
tests/test_inline_snapshot.py::test_le PASSED
tests/test_inline_snapshot.py::test_mutable_values PASSED
tests/test_inline_snapshot.py::test_plain[executing] PASSED
tests/test_inline_snapshot.py::test_plain[without-executing] PASSED
tests/test_inline_snapshot.py::test_quoting_change_is_no_update PASSED
tests/test_inline_snapshot.py::test_snapshot_eq PASSED
tests/test_inline_snapshot.py::test_starred_warns_dict PASSED
tests/test_inline_snapshot.py::test_starred_warns_list PASSED
tests/test_inline_snapshot.py::test_sub_snapshot_create PASSED
tests/test_inline_snapshot.py::test_trailing_comma PASSED
tests/test_inline_snapshot.py::test_type_error PASSED
tests/test_inline_snapshot.py::test_unused_snapshot PASSED
tests/test_is.py::test_missing_is PASSED
tests/test_is_normalized.py::test_repr PASSED
tests/test_preserve_values.py::test_fix_dict_change PASSED
tests/test_preserve_values.py::test_fix_dict_insert PASSED
tests/test_preserve_values.py::test_fix_dict_remove PASSED
tests/test_preserve_values.py::test_fix_dict_with_non_literal_keys PASSED
tests/test_preserve_values.py::test_fix_list_delete PASSED
tests/test_preserve_values.py::test_fix_list_fix PASSED
tests/test_preserve_values.py::test_fix_list_insert PASSED
tests/test_preserve_values.py::test_fix_tuple_delete PASSED
tests/test_preserve_values.py::test_generic PASSED
tests/test_preserve_values.py::test_generic [() -> (8, 8, 8) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2, 2+2) -> (4, 4, 8) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2, 2+2) -> (4, 8, 4) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2, 2+2) -> (8, 4, 4) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2, 2+2, 2+2) -> (4, 4, 4) <update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2, 2+2, 3) -> (4, 4, 3) <update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2, 2+2, 5) -> (4, 4) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2, 3) -> (4, 3, 8) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2, 3) -> (4, 8, 3) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2, 3) -> (8, 4, 3) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2, 3, 2+2) -> (4, 3, 4) <update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2, 3, 3) -> (4, 3, 3) <update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2, 3, 5) -> (4, 3) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2, 5) -> (4, 8) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2, 5) -> (4, 8) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2, 5) -> (8, 4) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2, 5, 2+2) -> (4, 4) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2, 5, 3) -> (4, 3) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2, 5, 5) -> (4,) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2,) -> (4, 8, 8) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2,) -> (8, 4, 8) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(2+2,) -> (8, 8, 4) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(3, 2+2) -> (3, 4, 8) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(3, 2+2) -> (3, 8, 4) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(3, 2+2) -> (8, 3, 4) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(3, 2+2, 2+2) -> (3, 4, 4) <update>] SUBPASS
tests/test_preserve_values.py::test_generic [(3, 2+2, 3) -> (3, 4, 3) <update>] SUBPASS
tests/test_preserve_values.py::test_generic [(3, 2+2, 5) -> (3, 4) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(3, 3) -> (3, 3, 8) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(3, 3) -> (3, 8, 3) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(3, 3) -> (8, 3, 3) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(3, 3, 2+2) -> (3, 3, 4) <update>] SUBPASS
tests/test_preserve_values.py::test_generic [(3, 3, 3) -> (3, 3, 3) <>] SUBPASS
tests/test_preserve_values.py::test_generic [(3, 3, 5) -> (3, 3) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(3, 5) -> (3, 8) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(3, 5) -> (3, 8) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(3, 5) -> (8, 3) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(3, 5, 2+2) -> (3, 4) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(3, 5, 3) -> (3, 3) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(3, 5, 5) -> (3,) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(3,) -> (3, 8, 8) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(3,) -> (8, 3, 8) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(3,) -> (8, 8, 3) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(5, 2+2) -> (4, 8) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(5, 2+2) -> (8, 4) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(5, 2+2) -> (8, 4) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(5, 2+2, 2+2) -> (4, 4) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(5, 2+2, 3) -> (4, 3) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(5, 2+2, 5) -> (4,) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(5, 3) -> (3, 8) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(5, 3) -> (8, 3) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(5, 3) -> (8, 3) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(5, 3, 2+2) -> (3, 4) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(5, 3, 3) -> (3, 3) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(5, 3, 5) -> (3,) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(5, 5) -> (8,) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(5, 5) -> (8,) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(5, 5) -> (8,) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(5, 5, 2+2) -> (4,) <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [(5, 5, 3) -> (3,) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(5, 5, 5) -> () <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(5,) -> (8, 8) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(5,) -> (8, 8) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [(5,) -> (8, 8) <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2, 2+2, 2+2] -> [4, 4, 4] <update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2, 2+2, 3] -> [4, 4, 3] <update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2, 2+2, 5] -> [4, 4] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2, 2+2] -> [4, 4, 8] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2, 2+2] -> [4, 8, 4] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2, 2+2] -> [8, 4, 4] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2, 3, 2+2] -> [4, 3, 4] <update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2, 3, 3] -> [4, 3, 3] <update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2, 3, 5] -> [4, 3] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2, 3] -> [4, 3, 8] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2, 3] -> [4, 8, 3] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2, 3] -> [8, 4, 3] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2, 5, 2+2] -> [4, 4] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2, 5, 3] -> [4, 3] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2, 5, 5] -> [4] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2, 5] -> [4, 8] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2, 5] -> [4, 8] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2, 5] -> [8, 4] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2] -> [4, 8, 8] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2] -> [8, 4, 8] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[2+2] -> [8, 8, 4] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[3, 2+2, 2+2] -> [3, 4, 4] <update>] SUBPASS
tests/test_preserve_values.py::test_generic [[3, 2+2, 3] -> [3, 4, 3] <update>] SUBPASS
tests/test_preserve_values.py::test_generic [[3, 2+2, 5] -> [3, 4] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[3, 2+2] -> [3, 4, 8] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[3, 2+2] -> [3, 8, 4] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[3, 2+2] -> [8, 3, 4] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[3, 3, 2+2] -> [3, 3, 4] <update>] SUBPASS
tests/test_preserve_values.py::test_generic [[3, 3, 3] -> [3, 3, 3] <>] SUBPASS
tests/test_preserve_values.py::test_generic [[3, 3, 5] -> [3, 3] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[3, 3] -> [3, 3, 8] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[3, 3] -> [3, 8, 3] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[3, 3] -> [8, 3, 3] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[3, 5, 2+2] -> [3, 4] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[3, 5, 3] -> [3, 3] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[3, 5, 5] -> [3] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[3, 5] -> [3, 8] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[3, 5] -> [3, 8] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[3, 5] -> [8, 3] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[3] -> [3, 8, 8] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[3] -> [8, 3, 8] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[3] -> [8, 8, 3] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[5, 2+2, 2+2] -> [4, 4] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[5, 2+2, 3] -> [4, 3] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[5, 2+2, 5] -> [4] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[5, 2+2] -> [4, 8] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[5, 2+2] -> [8, 4] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[5, 2+2] -> [8, 4] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[5, 3, 2+2] -> [3, 4] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[5, 3, 3] -> [3, 3] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[5, 3, 5] -> [3] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[5, 3] -> [3, 8] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[5, 3] -> [8, 3] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[5, 3] -> [8, 3] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[5, 5, 2+2] -> [4] <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [[5, 5, 3] -> [3] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[5, 5, 5] -> [] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[5, 5] -> [8] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[5, 5] -> [8] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[5, 5] -> [8] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[5] -> [8, 8] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[5] -> [8, 8] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[5] -> [8, 8] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [[] -> [8, 8, 8] <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 2+2, 1: 2+2, 2: 2+2} -> {0: 4, 1: 4, 2: 4} <update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 2+2, 1: 2+2, 2: 3} -> {0: 4, 1: 4, 2: 3} <update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 2+2, 1: 2+2, 2: 5} -> {0: 4, 1: 4} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 2+2, 1: 2+2} -> {0: 4, 1: 4, 2: 8} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 2+2, 1: 3, 2: 2+2} -> {0: 4, 1: 3, 2: 4} <update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 2+2, 1: 3, 2: 3} -> {0: 4, 1: 3, 2: 3} <update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 2+2, 1: 3, 2: 5} -> {0: 4, 1: 3} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 2+2, 1: 3} -> {0: 4, 1: 3, 2: 8} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 2+2, 1: 5, 2: 2+2} -> {0: 4, 2: 4} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 2+2, 1: 5, 2: 3} -> {0: 4, 2: 3} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 2+2, 1: 5, 2: 5} -> {0: 4} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 2+2, 1: 5} -> {0: 4, 2: 8} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 2+2, 2: 2+2} -> {0: 4, 1: 8, 2: 4} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 2+2, 2: 3} -> {0: 4, 1: 8, 2: 3} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 2+2, 2: 5} -> {0: 4, 1: 8} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 2+2} -> {0: 4, 1: 8, 2: 8} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 3, 1: 2+2, 2: 2+2} -> {0: 3, 1: 4, 2: 4} <update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 3, 1: 2+2, 2: 3} -> {0: 3, 1: 4, 2: 3} <update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 3, 1: 2+2, 2: 5} -> {0: 3, 1: 4} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 3, 1: 2+2} -> {0: 3, 1: 4, 2: 8} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 3, 1: 3, 2: 2+2} -> {0: 3, 1: 3, 2: 4} <update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 3, 1: 3, 2: 3} -> {0: 3, 1: 3, 2: 3} <>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 3, 1: 3, 2: 5} -> {0: 3, 1: 3} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 3, 1: 3} -> {0: 3, 1: 3, 2: 8} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 3, 1: 5, 2: 2+2} -> {0: 3, 2: 4} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 3, 1: 5, 2: 3} -> {0: 3, 2: 3} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 3, 1: 5, 2: 5} -> {0: 3} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 3, 1: 5} -> {0: 3, 2: 8} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 3, 2: 2+2} -> {0: 3, 1: 8, 2: 4} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 3, 2: 3} -> {0: 3, 1: 8, 2: 3} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 3, 2: 5} -> {0: 3, 1: 8} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 3} -> {0: 3, 1: 8, 2: 8} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 5, 1: 2+2, 2: 2+2} -> {1: 4, 2: 4} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 5, 1: 2+2, 2: 3} -> {1: 4, 2: 3} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 5, 1: 2+2, 2: 5} -> {1: 4} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 5, 1: 2+2} -> {1: 4, 2: 8} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 5, 1: 3, 2: 2+2} -> {1: 3, 2: 4} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 5, 1: 3, 2: 3} -> {1: 3, 2: 3} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 5, 1: 3, 2: 5} -> {1: 3} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 5, 1: 3} -> {1: 3, 2: 8} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 5, 1: 5, 2: 2+2} -> {2: 4} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 5, 1: 5, 2: 3} -> {2: 3} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 5, 1: 5, 2: 5} -> {} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 5, 1: 5} -> {2: 8} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 5, 2: 2+2} -> {1: 8, 2: 4} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 5, 2: 3} -> {1: 8, 2: 3} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 5, 2: 5} -> {1: 8} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{0: 5} -> {1: 8, 2: 8} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{1: 2+2, 2: 2+2} -> {0: 8, 1: 4, 2: 4} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{1: 2+2, 2: 3} -> {0: 8, 1: 4, 2: 3} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{1: 2+2, 2: 5} -> {0: 8, 1: 4} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{1: 2+2} -> {0: 8, 1: 4, 2: 8} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{1: 3, 2: 2+2} -> {0: 8, 1: 3, 2: 4} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{1: 3, 2: 3} -> {0: 8, 1: 3, 2: 3} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{1: 3, 2: 5} -> {0: 8, 1: 3} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{1: 3} -> {0: 8, 1: 3, 2: 8} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{1: 5, 2: 2+2} -> {0: 8, 2: 4} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{1: 5, 2: 3} -> {0: 8, 2: 3} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{1: 5, 2: 5} -> {0: 8} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{1: 5} -> {0: 8, 2: 8} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{2: 2+2} -> {0: 8, 1: 8, 2: 4} <fix, update>] SUBPASS
tests/test_preserve_values.py::test_generic [{2: 3} -> {0: 8, 1: 8, 2: 3} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{2: 5} -> {0: 8, 1: 8} <fix>] SUBPASS
tests/test_preserve_values.py::test_generic [{} -> {0: 8, 1: 8, 2: 8} <fix>] SUBPASS
tests/test_preserve_values.py::test_no_update_for_dirty_equals PASSED
tests/test_preserve_values.py::test_preserve_case_from_original_mr PASSED
tests/test_pydantic.py::test_pydantic_create_snapshot PASSED
tests/test_pydantic.py::test_pydantic_default_value PASSED
tests/test_pydantic.py::test_pydantic_evaluate_twice PASSED
tests/test_pydantic.py::test_pydantic_factory_method PASSED
tests/test_pydantic.py::test_pydantic_field_repr PASSED
tests/test_pypy.py::test_pypy PASSED
tests/test_pytest_plugin.py::test_assertion_error PASSED
tests/test_pytest_plugin.py::test_assertion_error_loop PASSED
tests/test_pytest_plugin.py::test_assertion_error_multiple PASSED
tests/test_pytest_plugin.py::test_black_config PASSED
tests/test_pytest_plugin.py::test_compare PASSED
tests/test_pytest_plugin.py::test_create PASSED
tests/test_pytest_plugin.py::test_diff_multiple_files PASSED
tests/test_pytest_plugin.py::test_disable_option PASSED
tests/test_pytest_plugin.py::test_disabled PASSED
tests/test_pytest_plugin.py::test_empty_sub_snapshot PASSED
tests/test_pytest_plugin.py::test_equal_check PASSED
tests/test_pytest_plugin.py::test_equal_check_2 PASSED
tests/test_pytest_plugin.py::test_find_pyproject_in_parent_directories PASSED
tests/test_pytest_plugin.py::test_fix PASSED
tests/test_pytest_plugin.py::test_help_message PASSED
tests/test_pytest_plugin.py::test_multiple PASSED
tests/test_pytest_plugin.py::test_multiple_report PASSED
tests/test_pytest_plugin.py::test_persist_unknown_external PASSED
tests/test_pytest_plugin.py::test_pytest_inlinesnapshot_auto PASSED
tests/test_pytest_plugin.py::test_run_without_pytest PASSED
tests/test_pytest_plugin.py::test_storage_dir_config[None] PASSED
tests/test_pytest_plugin.py::test_storage_dir_config[tests/snapshots] PASSED
tests/test_pytest_plugin.py::test_trim PASSED
tests/test_pytest_plugin.py::test_unknown_flag PASSED
tests/test_pytest_plugin.py::test_update PASSED
tests/test_pytest_plugin.py::test_xfail PASSED
tests/test_raises.py::test_raises PASSED
tests/test_rewrite_code.py::test_range PASSED
tests/test_rewrite_code.py::test_rewrite PASSED
tests/test_string.py::test_string_convert PASSED
tests/test_string.py::test_string_newline PASSED
tests/test_string.py::test_string_quote_choice PASSED
tests/test_string.py::test_string_update PASSED
tests/test_typing.py::test_typing[mypy] PASSED
tests/test_warns.py::test_warns PASSED
tests/test_xdist.py::test_xdist PASSED
tests/test_xdist.py::test_xdist_and_disable PASSED
tests/test_xdist.py::test_xdist_disabled PASSED

======== 453 passed, 60 skipped, 1 deselected, 1 xfailed, 903 subtests passed ========