PythonPanelService.GetValue() and .TryGetValue() (#112) #101
GitHub Actions / Test Results
succeeded
Jul 15, 2025 in 0s
All 221 tests pass in 21s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
221 tests found
There are 221 tests, see "Raw output" for the full list of tests.
Raw output
tests.unit.test_convert ‑ test___double2darray___from_any___valid_python_2dcollection
tests.unit.test_convert ‑ test___double_analog_waveform___from_any___valid_python_analog_waveform
tests.unit.test_convert ‑ test___none_value___to_any___raises_type_error
tests.unit.test_convert ‑ test___paneltype_value___from_any___valid_python_value[BoolCollection-expected_value0]
tests.unit.test_convert ‑ test___paneltype_value___from_any___valid_python_value[ByteStringCollection-expected_value1]
tests.unit.test_convert ‑ test___paneltype_value___from_any___valid_python_value[FloatCollection-expected_value2]
tests.unit.test_convert ‑ test___paneltype_value___from_any___valid_python_value[IntCollection-expected_value3]
tests.unit.test_convert ‑ test___paneltype_value___from_any___valid_python_value[StringCollection-expected_value4]
tests.unit.test_convert ‑ test___python_2dcollection_of_float___to_any___valid_double2darray[python_value0]
tests.unit.test_convert ‑ test___python_2dcollection_of_float___to_any___valid_double2darray[python_value1]
tests.unit.test_convert ‑ test___python_2dcollection_of_float___to_any___valid_double2darray[python_value2]
tests.unit.test_convert ‑ test___python_2dcollection_of_float___to_any___valid_double2darray[python_value3]
tests.unit.test_convert ‑ test___python_2dcollection_of_float___to_any___valid_double2darray[python_value4]
tests.unit.test_convert ‑ test___python_2dcollection_of_float___to_any___valid_double2darray[python_value5]
tests.unit.test_convert ‑ test___python_2dcollection_of_float___to_any___valid_double2darray[python_value6]
tests.unit.test_convert ‑ test___python_2dcollection_of_float___to_any___valid_double2darray[python_value7]
tests.unit.test_convert ‑ test___python_analog_waveform___to_any___valid_double_analog_waveform
tests.unit.test_convert ‑ test___python_builtin_scalar___to_any___valid_wrapperpb2_value[BoolValue-False-True]
tests.unit.test_convert ‑ test___python_builtin_scalar___to_any___valid_wrapperpb2_value[BytesValue--mystr]
tests.unit.test_convert ‑ test___python_builtin_scalar___to_any___valid_wrapperpb2_value[DoubleValue-0.0-456.2]
tests.unit.test_convert ‑ test___python_builtin_scalar___to_any___valid_wrapperpb2_value[Int64Value-0-123]
tests.unit.test_convert ‑ test___python_builtin_scalar___to_any___valid_wrapperpb2_value[StringValue--mystr]
tests.unit.test_convert ‑ test___python_panel_collection___to_any___valid_paneltype_value[BoolCollection-default_value0-expected_value0]
tests.unit.test_convert ‑ test___python_panel_collection___to_any___valid_paneltype_value[ByteStringCollection-default_value1-expected_value1]
tests.unit.test_convert ‑ test___python_panel_collection___to_any___valid_paneltype_value[FloatCollection-default_value2-expected_value2]
tests.unit.test_convert ‑ test___python_panel_collection___to_any___valid_paneltype_value[IntCollection-default_value3-expected_value3]
tests.unit.test_convert ‑ test___python_panel_collection___to_any___valid_paneltype_value[StringCollection-default_value4-expected_value4]
tests.unit.test_convert ‑ test___python_scalar_object___to_any___valid_scalar_data_value
tests.unit.test_convert ‑ test___python_set_of_collection_of_float___to_any___valid_double2darray[python_value0]
tests.unit.test_convert ‑ test___python_set_of_collection_of_float___to_any___valid_double2darray[python_value1]
tests.unit.test_convert ‑ test___python_set_of_collection_of_float___to_any___valid_double2darray[python_value2]
tests.unit.test_convert ‑ test___python_set_of_collection_of_float___to_any___valid_double2darray[python_value3]
tests.unit.test_convert ‑ test___scalar_data___from_any___valid_python_scalar_object
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[1-int]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[10-int]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[123-int]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[456.2-float]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[False-bool]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[MixinIntEnum.VALUE11-int]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[MyIntEnum.VALUE10-int]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[MyIntFlags.VALUE1-int]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[mystr-bytes]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[mystr-str]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object10-Collection.bool]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object11-Collection.bytes]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object12-Collection.float]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object13-Collection.int]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object14-Collection.str]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object15-Collection.bool]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object16-Collection.bytes]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object17-Collection.float]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object18-Collection.int]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object19-Collection.str]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object20-Collection.bool]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object21-Collection.bytes]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object22-Collection.float]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object23-Collection.int]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object24-Collection.str]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object25-Collection.bool]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object26-Collection.bytes]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object27-Collection.float]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object28-Collection.int]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object29-Collection.str]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object30-Collection.bool]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object31-Collection.bytes]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object32-Collection.float]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object33-Collection.int]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object34-Collection.str]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object35-Collection.Collection.float]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object36-Collection.Collection.float]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object37-Collection.Collection.float]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object38-Collection.Collection.float]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object39-Collection.Collection.float]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object40-Collection.Collection.float]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object41-Collection.Collection.float]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object42-Collection.Collection.float]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object43-Collection.Collection.float]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object44-Collection.Collection.float]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object45-Collection.Collection.float]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[python_object46-Collection.Collection.float]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[value1-str]
tests.unit.test_convert ‑ test___various_python_objects___get_best_matching_type___returns_correct_type_string[value11-str]
tests.unit.test_convert ‑ test___wrapperpb2_value___from_any___valid_python_value[BoolValue-True]
tests.unit.test_convert ‑ test___wrapperpb2_value___from_any___valid_python_value[BytesValue-mystr]
tests.unit.test_convert ‑ test___wrapperpb2_value___from_any___valid_python_value[DoubleValue-456.2]
tests.unit.test_convert ‑ test___wrapperpb2_value___from_any___valid_python_value[Int64Value-123]
tests.unit.test_convert ‑ test___wrapperpb2_value___from_any___valid_python_value[StringValue-mystr]
tests.unit.test_panel_client ‑ test___enumerate_is_empty
tests.unit.test_panel_client ‑ test___get_unset_value___raises_exception
tests.unit.test_panel_client ‑ test___set_value___enumerate_panels_shows_value
tests.unit.test_panel_client ‑ test___set_value___gets_value
tests.unit.test_panel_client ‑ test___start_panels___enumerate_has_panels
tests.unit.test_panel_client ‑ test___start_panels___stop_panel_1_with_reset___enumerate_has_panel_2
tests.unit.test_panel_client ‑ test___start_panels___stop_panel_1_without_reset___enumerate_has_both_panels
tests.unit.test_panel_client ‑ test___try_get_unset_value___returns_none
tests.unit.test_protobuf_type_conversion ‑ test___analog_waveform_non_zero_samples___convert___valid_protobuf
tests.unit.test_protobuf_type_conversion ‑ test___analog_waveform_samples_only___convert___valid_protobuf
tests.unit.test_protobuf_type_conversion ‑ test___analog_waveform_with_extended_properties___convert___valid_protobuf
tests.unit.test_protobuf_type_conversion ‑ test___analog_waveform_with_standard_timing___convert___valid_protobuf
tests.unit.test_protobuf_type_conversion ‑ test___bool_scalar___convert___valid_bool_scalar_protobuf
tests.unit.test_protobuf_type_conversion ‑ test___bool_scalar_protobuf___convert___valid_bool_scalar
tests.unit.test_protobuf_type_conversion ‑ test___dbl_analog_wfm_with_attributes___convert___valid_python_object
tests.unit.test_protobuf_type_conversion ‑ test___dbl_analog_wfm_with_timing___convert___valid_python_object
tests.unit.test_protobuf_type_conversion ‑ test___dbl_analog_wfm_with_timing_no_dt___convert___valid_python_object
tests.unit.test_protobuf_type_conversion ‑ test___dbl_analog_wfm_with_timing_no_t0___convert___valid_python_object
tests.unit.test_protobuf_type_conversion ‑ test___dbl_analog_wfm_with_y_data___convert___valid_python_object
tests.unit.test_protobuf_type_conversion ‑ test___default_analog_waveform___convert___valid_protobuf
tests.unit.test_protobuf_type_conversion ‑ test___default_dbl_analog_wfm___convert___valid_python_object
tests.unit.test_protobuf_type_conversion ‑ test___double2darray___convert___valid_list_of_lists[Double2DArray-expected_data0]
tests.unit.test_protobuf_type_conversion ‑ test___double2darray___convert___valid_list_of_lists[Double2DArray-expected_data1]
tests.unit.test_protobuf_type_conversion ‑ test___double2darray_empty_data___convert___returns_empty_list
tests.unit.test_protobuf_type_conversion ‑ test___double2darray_invalid_num_columns___convert___throws_value_error
tests.unit.test_protobuf_type_conversion ‑ test___double_scalar_protobuf___convert___valid_float_scalar
tests.unit.test_protobuf_type_conversion ‑ test___float_scalar___convert___valid_double_scalar_protobuf
tests.unit.test_protobuf_type_conversion ‑ test___int32_scalar_protobuf___convert___valid_int_scalar
tests.unit.test_protobuf_type_conversion ‑ test___int_scalar___convert___valid_int32_scalar_protobuf
tests.unit.test_protobuf_type_conversion ‑ test___list_of_lists___convert___valid_double2darray[list_of_lists0-expected_data0-3-2]
tests.unit.test_protobuf_type_conversion ‑ test___list_of_lists___convert___valid_double2darray[list_of_lists1-expected_data1-2-3]
tests.unit.test_protobuf_type_conversion ‑ test___list_of_lists_inconsistent_column_length___convert___throws_value_error
tests.unit.test_protobuf_type_conversion ‑ test___scalar_protobuf_units_unset___convert___python_units_blank
tests.unit.test_protobuf_type_conversion ‑ test___scalar_protobuf_value_unset___convert___throws_type_error
tests.unit.test_protobuf_type_conversion ‑ test___scalar_units_unset___convert___protobuf_units_blank
tests.unit.test_protobuf_type_conversion ‑ test___str_scalar___convert___valid_string_scalar_protobuf
tests.unit.test_protobuf_type_conversion ‑ test___string_scalar_protobuf___convert___valid_str_scalar
tests.unit.test_python_panel_service_stub ‑ test___enumerate_panels___gets_response
tests.unit.test_python_panel_service_stub ‑ test___no_value___get_value___raises_exception
tests.unit.test_python_panel_service_stub ‑ test___no_value___try_get_value___gets_no_value
tests.unit.test_python_panel_service_stub ‑ test___set_value___get_value___gets_response
tests.unit.test_python_panel_service_stub ‑ test___set_value___gets_response
tests.unit.test_python_panel_service_stub ‑ test___set_value___try_get_value___gets_response
tests.unit.test_python_panel_service_stub ‑ test___start_panel___gets_response
tests.unit.test_python_panel_service_stub ‑ test___start_panel___stop_panel___gets_response
tests.unit.test_streamlit_panel ‑ test___accessor___set_value___does_not_notify
tests.unit.test_streamlit_panel ‑ test___builtin_scalar_type___set_value___gets_same_value[3.14]
tests.unit.test_streamlit_panel ‑ test___builtin_scalar_type___set_value___gets_same_value[42]
tests.unit.test_streamlit_panel ‑ test___builtin_scalar_type___set_value___gets_same_value[True]
tests.unit.test_streamlit_panel ‑ test___builtin_scalar_type___set_value___gets_same_value[firstname bunchanumbers]
tests.unit.test_streamlit_panel ‑ test___builtin_scalar_type___set_value___gets_same_value[robotext]
tests.unit.test_streamlit_panel ‑ test___different_panels___have_different_panel_ids_and_panel_script_paths
tests.unit.test_streamlit_panel ‑ test___enum_type___set_value___gets_same_value[20]
tests.unit.test_streamlit_panel ‑ test___enum_type___set_value___gets_same_value[5]
tests.unit.test_streamlit_panel ‑ test___enum_type___set_value___gets_same_value[MixinIntEnum.VALUE33]
tests.unit.test_streamlit_panel ‑ test___enum_type___set_value___gets_same_value[MyIntEnum.VALUE20]
tests.unit.test_streamlit_panel ‑ test___enum_type___set_value___gets_same_value[MyIntFlags.VALUE4|VALUE1]
tests.unit.test_streamlit_panel ‑ test___enum_type___set_value___gets_same_value[MyIntableEnum.VALUE200]
tests.unit.test_streamlit_panel ‑ test___enum_type___set_value___gets_same_value[MyIntableFlags.VALUE16|VALUE32]
tests.unit.test_streamlit_panel ‑ test___enum_type___set_value___gets_same_value[MyIntableFlags.VALUE32|VALUE16]
tests.unit.test_streamlit_panel ‑ test___enum_type___set_value___gets_same_value[MyMixedEnum.VALUE2]
tests.unit.test_streamlit_panel ‑ test___enum_type___set_value___gets_same_value[value11]
tests.unit.test_streamlit_panel ‑ test___enum_type___set_value___gets_same_value[value20]
tests.unit.test_streamlit_panel ‑ test___enum_type___set_value___gets_same_value[value3]
tests.unit.test_streamlit_panel ‑ test___first_start_will_fail___start_panel___panel_is_functional
tests.unit.test_streamlit_panel ‑ test___no_set_value___get_value_returns_default
tests.unit.test_streamlit_panel ‑ test___panel___accessor_set_value___panel_gets_same_value
tests.unit.test_streamlit_panel ‑ test___panel___get_unset_value_with_no_default___raises_exception
tests.unit.test_streamlit_panel ‑ test___panel___has_panel_id_and_panel_script_path
tests.unit.test_streamlit_panel ‑ test___panel___panel_is_running_and_in_memory
tests.unit.test_streamlit_panel ‑ test___panel___panel_set_value___accessor_gets_same_value
tests.unit.test_streamlit_panel ‑ test___panel___python_path_is_in_venv
tests.unit.test_streamlit_panel ‑ test___panel___set_value___get_value_ignores_default
tests.unit.test_streamlit_panel ‑ test___panel___set_value___gets_same_value
tests.unit.test_streamlit_panel ‑ test___panel___set_value___gets_value
tests.unit.test_streamlit_panel ‑ test___panel___set_value___notifies
tests.unit.test_streamlit_panel ‑ test___panel___set_value___sets_value
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload0]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload10]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload11]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload12]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload13]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload14]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload15]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload16]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload17]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload18]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload19]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload1]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload20]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload21]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload22]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload23]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload24]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload25]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload26]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload27]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload2]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload3]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload4]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload5]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload6]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload7]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload8]
tests.unit.test_streamlit_panel ‑ test___sequence_of_builtin_type___set_value___gets_same_value[value_payload9]
tests.unit.test_streamlit_panel ‑ test___set_bool_type___get_value_with_bool_default___returns_bool_type
tests.unit.test_streamlit_panel ‑ test___set_int_enum_value___get_value___returns_int_enum
tests.unit.test_streamlit_panel ‑ test___set_int_flags_value___get_value___returns_int_flags
tests.unit.test_streamlit_panel ‑ test___set_int_type___get_value_with_bool_default___raises_exception
tests.unit.test_streamlit_panel ‑ test___set_int_type___get_value_with_int_default___returns_int_type
tests.unit.test_streamlit_panel ‑ test___set_intable_enum_value___get_value___returns_intable_enum
tests.unit.test_streamlit_panel ‑ test___set_intable_flags_value___get_value___returns_intable_flags
tests.unit.test_streamlit_panel ‑ test___set_mixed_enum_value___get_value___returns_mixed_enum
tests.unit.test_streamlit_panel ‑ test___set_string_enum_type___get_value_with_int_enum_default___raises_exception
tests.unit.test_streamlit_panel ‑ test___set_string_enum_value___get_value___returns_string_enum
tests.unit.test_streamlit_panel ‑ test___set_string_type___get_value_with_int_default___raises_exception
tests.unit.test_streamlit_panel ‑ test___set_string_type___get_value_with_string_default___returns_string_type
tests.unit.test_streamlit_panel ‑ test___set_stringable_enum_value___get_value___returns_stringable_enum
tests.unit.test_streamlit_panel ‑ test___unsupported_type___set_value___raises[<genexpr>]
tests.unit.test_streamlit_panel ‑ test___unsupported_type___set_value___raises[<lambda>]
tests.unit.test_streamlit_panel ‑ test___unsupported_type___set_value___raises[value_payload0]
tests.unit.test_streamlit_panel ‑ test___unsupported_type___set_value___raises[value_payload2]
tests.unit.test_streamlit_panel ‑ test___unsupported_type___set_value___raises[value_payload3]
tests.unit.test_streamlit_panel ‑ test___unsupported_type___set_value___raises[value_payload4]
tests.unit.test_streamlit_panel ‑ test___unsupported_type___set_value___raises[value_payload5]
tests.unit.test_streamlit_panel ‑ test___unsupported_type___set_value___raises[value_payload7]
tests.unit.test_streamlit_panel_value_accessor ‑ test___no_previous_value___set_value_if_changed___sets_value
tests.unit.test_streamlit_panel_value_accessor ‑ test___set_value_if_changed___different_value_ids___tracks_separately
tests.unit.test_streamlit_panel_value_accessor ‑ test___set_value_if_changed___set_different_value___sets_new_value
tests.unit.test_streamlit_panel_value_accessor ‑ test___set_value_if_changed___set_same_value___does_not_set_value_again
tests.unit.test_streamlit_panel_value_accessor ‑ test___set_value_if_changed_with_enum_value___set_different_value___sets_new_value
tests.unit.test_streamlit_panel_value_accessor ‑ test___set_value_if_changed_with_enum_value___set_same_value___does_not_set_value_again
tests.unit.test_streamlit_panel_value_accessor ‑ test___set_value_if_changed_with_list_value___set_different_value___sets_new_value
tests.unit.test_streamlit_panel_value_accessor ‑ test___set_value_if_changed_with_list_value___set_same_value___does_not_set_value_again
Loading