Skip to content

Added global token store and sys.tokens() eldritch function for management and enumeration#2375

Open
KS-7250 wants to merge 1 commit into
spellshift:mainfrom
KS-7250:global-tokens-store
Open

Added global token store and sys.tokens() eldritch function for management and enumeration#2375
KS-7250 wants to merge 1 commit into
spellshift:mainfrom
KS-7250:global-tokens-store

added global token store and tokens function with prep helper functio…

0ef5076
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Flaky Test Report succeeded Jun 27, 2026 in 0s

All 1 643 tests pass in 3m 14s

    8 files    356 suites   3m 14s ⏱️
1 643 tests 1 643 ✅ 0 💤 0 ❌
3 152 runs  3 152 ✅ 0 💤 0 ❌

Results for commit 0ef5076.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Flaky Test Report

1643 tests found (test 1 to 981)

There are 1643 tests, see "Raw output" for the list of tests 1 to 981.
Raw output
eldritch ‑ process_report_test::test_report_process_list_integration
eldritch-core ‑ interpreter::operations::arithmetic::tests::test_apply_arithmetic_op_floor_div_python_semantics
eldritch-core ‑ interpreter::operations::arithmetic::tests::test_apply_arithmetic_op_int_basics
eldritch-core ‑ interpreter::operations::arithmetic::tests::test_apply_arithmetic_op_int_div_zero
eldritch-core ‑ interpreter::operations::arithmetic::tests::test_apply_arithmetic_op_mixed_div_zero
eldritch-core ‑ interpreter::operations::arithmetic::tests::test_apply_arithmetic_op_mixed_types
eldritch-core ‑ interpreter::operations::arithmetic::tests::test_apply_arithmetic_op_modulo_python_semantics
eldritch-core ‑ interpreter::operations::slicing::tests::test_adjust_slice_indices_basic
eldritch-core ‑ interpreter::operations::slicing::tests::test_adjust_slice_indices_complex_cases
eldritch-core ‑ interpreter::operations::slicing::tests::test_adjust_slice_indices_negative_indices
eldritch-core ‑ interpreter::operations::slicing::tests::test_adjust_slice_indices_negative_step
eldritch-core ‑ interpreter::operations::slicing::tests::test_adjust_slice_indices_out_of_bounds_negative_step
eldritch-core ‑ interpreter::operations::slicing::tests::test_adjust_slice_indices_out_of_bounds_positive_step
eldritch-core::analysis ‑ test_find_node_at_offset_basic
eldritch-core::analysis ‑ test_find_node_at_offset_dot_incomplete
eldritch-core::analysis ‑ test_find_node_at_offset_dot_nested
eldritch-core::analysis ‑ test_find_node_inside_function
eldritch-core::arithmetic ‑ test_arithmetic_ops
eldritch-core::arithmetic ‑ test_bitwise_ops
eldritch-core::arithmetic ‑ test_concatenation
eldritch-core::arithmetic ‑ test_dict_union
eldritch-core::arithmetic ‑ test_div_zero_checks
eldritch-core::arithmetic ‑ test_repetition
eldritch-core::arithmetic ‑ test_set_ops
eldritch-core::arithmetic ‑ test_string_interpolation
eldritch-core::basics ‑ test_basic_arithmetic
eldritch-core::basics ‑ test_basic_errors
eldritch-core::basics ‑ test_bitwise_operators
eldritch-core::basics ‑ test_comparisons
eldritch-core::basics ‑ test_introspection
eldritch-core::basics ‑ test_literals_and_constants
eldritch-core::basics ‑ test_logic_operators
eldritch-core::basics ‑ test_type_conversions
eldritch-core::builtins ‑ test_bytes_builtin
eldritch-core::builtins ‑ test_core_builtins
eldritch-core::builtins ‑ test_dir_scope
eldritch-core::builtins ‑ test_enumerate
eldritch-core::builtins ‑ test_eval
eldritch-core::builtins ‑ test_libs_builtins
eldritch-core::builtins ‑ test_map_filter_reduce
eldritch-core::builtins ‑ test_min_max_args
eldritch-core::builtins ‑ test_type_regression
eldritch-core::builtins_chr_ord ‑ tests::test_chr
eldritch-core::builtins_chr_ord ‑ tests::test_ord
eldritch-core::builtins_hex ‑ tests::test_hex
eldritch-core::builtins_int_conversion ‑ test_int_conversion_errors
eldritch-core::builtins_int_conversion ‑ test_int_conversion_success
eldritch-core::builtins_invalid_args ‑ tests::test_abs_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_all_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_any_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_assert_eq_no_args
eldritch-core::builtins_invalid_args ‑ tests::test_assert_eq_one_arg
eldritch-core::builtins_invalid_args ‑ tests::test_assert_no_args
eldritch-core::builtins_invalid_args ‑ tests::test_bool_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_bytes_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_dict_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_dir_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_enumerate_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_float_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_int_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_len_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_len_no_args
eldritch-core::builtins_invalid_args ‑ tests::test_list_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_max_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_min_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_pprint_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_range_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_reversed_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_set_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_sorted_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_tuple_invalid_args
eldritch-core::builtins_invalid_args ‑ tests::test_zip_invalid_args
eldritch-core::builtins_test ‑ tests::test_abs
eldritch-core::builtins_test ‑ tests::test_any_all
eldritch-core::builtins_test ‑ tests::test_dict
eldritch-core::builtins_test ‑ tests::test_float_arithmetic
eldritch-core::builtins_test ‑ tests::test_float_builtin
eldritch-core::builtins_test ‑ tests::test_list_builtin
eldritch-core::builtins_test ‑ tests::test_min_max
eldritch-core::builtins_test ‑ tests::test_repr
eldritch-core::builtins_test ‑ tests::test_reversed
eldritch-core::builtins_test ‑ tests::test_set
eldritch-core::builtins_test ‑ tests::test_sorted
eldritch-core::builtins_test ‑ tests::test_tuple_builtin
eldritch-core::builtins_test ‑ tests::test_zip
eldritch-core::collections ‑ test_comprehensions
eldritch-core::collections ‑ test_dict_clear_pop_setdefault
eldritch-core::collections ‑ test_dict_methods
eldritch-core::collections ‑ test_dictionaries
eldritch-core::collections ‑ test_list_addition
eldritch-core::collections ‑ test_list_methods
eldritch-core::collections ‑ test_lists
eldritch-core::collections ‑ test_nan_in_check
eldritch-core::collections ‑ test_nan_remove_issue_1293
eldritch-core::collections ‑ test_set_addition
eldritch-core::collections ‑ test_set_iterable_args
eldritch-core::collections ‑ test_set_operations
eldritch-core::collections ‑ test_set_pop_remove
eldritch-core::collections ‑ test_sets
eldritch-core::collections ‑ test_tuples
eldritch-core::collections_edges ‑ test_dict_argument_validation
eldritch-core::collections_edges ‑ test_list_argument_validation
eldritch-core::collections_edges ‑ test_list_extend_edge_cases
eldritch-core::collections_edges ‑ test_set_argument_validation
eldritch-core::collections_extended ‑ test_dict_extended
eldritch-core::collections_extended ‑ test_interplay
eldritch-core::collections_extended ‑ test_list_extended_methods
eldritch-core::collections_extended ‑ test_list_operations_builtins
eldritch-core::collections_extended ‑ test_set_extended
eldritch-core::collections_extended ‑ test_tuple_methods
eldritch-core::comparisons ‑ test_comparison_helper_logic
eldritch-core::comparisons ‑ test_floor_div_mixed
eldritch-core::comparisons ‑ test_mixed_arithmetic_helpers
eldritch-core::comparisons ‑ test_mixed_equality_helper
eldritch-core::comparisons ‑ test_modulo_mixed
eldritch-core::comparisons ‑ test_sequence_comparison_recursive
eldritch-core::comprehensions ‑ test_comp_iterating_dict
eldritch-core::comprehensions ‑ test_comp_iterating_string
eldritch-core::comprehensions ‑ test_comp_nested_scope
eldritch-core::comprehensions ‑ test_comp_scope_leak
eldritch-core::comprehensions ‑ test_dict_comp_basic
eldritch-core::comprehensions ‑ test_dict_comp_with_if
eldritch-core::comprehensions ‑ test_list_comp_basic
eldritch-core::comprehensions ‑ test_list_comp_with_if
eldritch-core::comprehensions ‑ test_set_comp_basic
eldritch-core::comprehensions ‑ test_set_comp_with_if
eldritch-core::comprehensions_unpacking ‑ tests::test_dict_comp_unpacking
eldritch-core::comprehensions_unpacking ‑ tests::test_dict_comp_unpacking_values
eldritch-core::comprehensions_unpacking ‑ tests::test_list_comp_unpacking
eldritch-core::comprehensions_unpacking ‑ tests::test_regular_variable
eldritch-core::comprehensions_unpacking ‑ tests::test_set_comp_unpacking
eldritch-core::comprehensions_unpacking ‑ tests::test_unpacking_error_mismatch
eldritch-core::comprehensions_unpacking ‑ tests::test_unpacking_error_not_iterable
eldritch-core::comprehensions_unpacking ‑ tests::test_unpacking_nested
eldritch-core::control_flow ‑ test_if_else
eldritch-core::control_flow ‑ test_loop_scoping_rust
eldritch-core::control_flow ‑ test_loops
eldritch-core::control_flow ‑ test_recursion_limit
eldritch-core::coverage_boost ‑ test_ast_display
eldritch-core::coverage_boost ‑ test_coverage_builtins
eldritch-core::coverage_boost ‑ test_coverage_interpreter_edge_cases
eldritch-core::coverage_boost ‑ test_coverage_methods
eldritch-core::coverage_boost ‑ test_coverage_utils
eldritch-core::coverage_boost ‑ test_utils_compare
eldritch-core::coverage_boost_extra ‑ test_augmented_assignment_dict
eldritch-core::coverage_boost_extra ‑ test_augmented_assignment_edge_cases
eldritch-core::coverage_boost_extra ‑ test_bitwise_not
eldritch-core::coverage_boost_extra ‑ test_eval_index_out_of_bounds
eldritch-core::coverage_boost_extra ‑ test_nested_comparisons
eldritch-core::coverage_boost_extra ‑ test_string_format_errors
eldritch-core::deadlock_test ‑ test_list_extend_self_deadlock
eldritch-core::dict_iteration ‑ test_dict_iteration
eldritch-core::dict_iteration ‑ test_dict_iteration_empty
eldritch-core::dict_iteration ‑ test_dict_iteration_mutation
eldritch-core::enumerate_coverage ‑ test_enumerate_empty
eldritch-core::enumerate_coverage ‑ test_enumerate_errors
eldritch-core::enumerate_coverage ‑ test_enumerate_list
eldritch-core::enumerate_coverage ‑ test_enumerate_set
eldritch-core::enumerate_coverage ‑ test_enumerate_start
eldritch-core::enumerate_coverage ‑ test_enumerate_string
eldritch-core::error_alignment ‑ test_error_caret_alignment
eldritch-core::functions ‑ test_closures
eldritch-core::functions ‑ test_function_arguments
eldritch-core::functions ‑ test_function_errors
eldritch-core::functions ‑ test_functions_basic
eldritch-core::functions ‑ test_lambdas
eldritch-core::in_operator_test ‑ tests::test_bytes_in
eldritch-core::in_operator_test ‑ tests::test_dict_in
eldritch-core::in_operator_test ‑ tests::test_empty_set_is_dict
eldritch-core::in_operator_test ‑ tests::test_list_in
eldritch-core::in_operator_test ‑ tests::test_not_in_precedence
eldritch-core::in_operator_test ‑ tests::test_range_in
eldritch-core::in_operator_test ‑ tests::test_set_comp
eldritch-core::in_operator_test ‑ tests::test_set_in
eldritch-core::in_operator_test ‑ tests::test_string_in
eldritch-core::in_operator_test ‑ tests::test_tuple_in
eldritch-core::io_builtins ‑ test_eprint_basic
eldritch-core::io_builtins ‑ test_eprint_mixed
eldritch-core::io_builtins ‑ test_pprint_basic
eldritch-core::io_builtins ‑ test_print_basic
eldritch-core::io_builtins ‑ test_print_multiple_args
eldritch-core::io_builtins ‑ test_print_types
eldritch-core::lexer_edges ‑ test_comments
eldritch-core::lexer_edges ‑ test_delimiters
eldritch-core::lexer_edges ‑ test_dot_no_digit
eldritch-core::lexer_edges ‑ test_empty_input
eldritch-core::lexer_edges ‑ test_escape_sequences
eldritch-core::lexer_edges ‑ test_fstring_complex
eldritch-core::lexer_edges ‑ test_fstring_simple
eldritch-core::lexer_edges ‑ test_indentation_complex
eldritch-core::lexer_edges ‑ test_indentation_simple
eldritch-core::lexer_edges ‑ test_keywords
eldritch-core::lexer_edges ‑ test_number_trailing_dot
eldritch-core::lexer_edges ‑ test_number_trailing_dot_limitation
eldritch-core::lexer_edges ‑ test_numbers_basic
eldritch-core::lexer_edges ‑ test_numbers_edge_cases
eldritch-core::lexer_edges ‑ test_numbers_hex_unsupported
eldritch-core::lexer_edges ‑ test_operators_comparison
eldritch-core::lexer_edges ‑ test_operators_extended
eldritch-core::lexer_edges ‑ test_scientific_notation_float_unsupported
eldritch-core::lexer_edges ‑ test_scientific_notation_unsupported
eldritch-core::lexer_edges ‑ test_string_empty_double
eldritch-core::lexer_edges ‑ test_string_empty_single
eldritch-core::lexer_edges ‑ test_string_newline_error
eldritch-core::lexer_edges ‑ test_string_space
eldritch-core::lexer_edges ‑ test_string_unterminated
eldritch-core::lexer_edges ‑ test_strings_mixed_empty
eldritch-core::lexer_edges ‑ test_strings_variants
eldritch-core::lexer_edges ‑ test_triple_strings
eldritch-core::lexer_edges ‑ test_unknown_char
eldritch-core::lexer_edges ‑ test_whitespace_only
eldritch-core::lexer_more_edges ‑ test_bitwise_not
eldritch-core::lexer_more_edges ‑ test_fstring_unmatched_brace
eldritch-core::lexer_more_edges ‑ test_inconsistent_indentation
eldritch-core::lexer_more_edges ‑ test_raw_string_escapes
eldritch-core::lexer_more_edges ‑ test_unterminated_string_escape_eof
eldritch-core::lexer_raw_strings ‑ tests::test_raw_strings
eldritch-core::max_min_mixed ‑ tests::test_max_min_mixed_types
eldritch-core::method_coverage ‑ test_dict_edge_cases
eldritch-core::method_coverage ‑ test_list_edge_cases
eldritch-core::method_coverage ‑ test_set_edge_cases
eldritch-core::method_coverage ‑ test_string_edge_cases
eldritch-core::methods_invalid_args ‑ tests::test_dict_get
eldritch-core::methods_invalid_args ‑ tests::test_dict_popitem
eldritch-core::methods_invalid_args ‑ tests::test_dict_update
eldritch-core::methods_invalid_args ‑ tests::test_list_append
eldritch-core::methods_invalid_args ‑ tests::test_list_extend
eldritch-core::methods_invalid_args ‑ tests::test_list_index
eldritch-core::methods_invalid_args ‑ tests::test_list_insert
eldritch-core::methods_invalid_args ‑ tests::test_list_pop
eldritch-core::methods_invalid_args ‑ tests::test_list_remove
eldritch-core::methods_invalid_args ‑ tests::test_set_add
eldritch-core::methods_invalid_args ‑ tests::test_set_pop
eldritch-core::methods_invalid_args ‑ tests::test_set_remove
eldritch-core::methods_invalid_args ‑ tests::test_set_union
eldritch-core::methods_invalid_args ‑ tests::test_str_endswith
eldritch-core::methods_invalid_args ‑ tests::test_str_find
eldritch-core::methods_invalid_args ‑ tests::test_str_join
eldritch-core::methods_invalid_args ‑ tests::test_str_replace
eldritch-core::methods_invalid_args ‑ tests::test_str_split
eldritch-core::methods_invalid_args ‑ tests::test_str_startswith
eldritch-core::multiline_definitions ‑ tests::test_multiline_comments
eldritch-core::multiline_definitions ‑ tests::test_multiline_empty
eldritch-core::multiline_definitions ‑ tests::test_multiline_list_basic
eldritch-core::multiline_definitions ‑ tests::test_multiline_list_variations
eldritch-core::multiline_definitions ‑ tests::test_multiline_other_collections
eldritch-core::new_features ‑ test_augmented_assignment
eldritch-core::new_features ‑ test_augmented_assignment_dict
eldritch-core::new_features ‑ test_augmented_assignment_list
eldritch-core::new_features ‑ test_floor_division
eldritch-core::new_features ‑ test_string_modulo
eldritch-core::new_features ‑ test_ternary_if
eldritch-core::new_features ‑ test_unpacking_assignment
eldritch-core::operations_test ‑ test_concatenation_optimization
eldritch-core::operations_test ‑ test_mixed_comparisons
eldritch-core::operations_test ‑ test_slice_indices_adjust
eldritch-core::parser_extended ‑ test_comprehensions_edge_cases
eldritch-core::parser_extended ‑ test_fstring_nested
eldritch-core::parser_extended ‑ test_fstring_parsing
eldritch-core::parser_extended ‑ test_func_def_complex_args
eldritch-core::parser_extended ‑ test_func_def_invalid_args
eldritch-core::parser_extended ‑ test_func_def_with_annotations
eldritch-core::parser_extended ‑ test_invalid_comprehension
eldritch-core::parser_extended ‑ test_lambda_complex_args
eldritch-core::parser_recovery ‑ test_recoverable_list_error
eldritch-core::parser_recovery ‑ test_recoverable_statement_error
eldritch-core::parser_recovery ‑ test_valid_parsing
eldritch-core::range_coverage ‑ test_range_empty
eldritch-core::range_coverage ‑ test_range_negative_step
eldritch-core::range_coverage ‑ test_range_one_arg
eldritch-core::range_coverage ‑ test_range_three_args
eldritch-core::range_coverage ‑ test_range_two_args
eldritch-core::range_coverage ‑ test_range_types
eldritch-core::range_coverage ‑ test_range_zero_step
eldritch-core::regression_forward_ref ‑ test_forward_reference
eldritch-core::regression_forward_ref ‑ test_redefine
eldritch-core::regression_recursion ‑ test_recursive_equality_deadlock
eldritch-core::regression_recursion ‑ test_recursive_list_print
eldritch-core::reversed_coverage ‑ test_reversed_empty
eldritch-core::reversed_coverage ‑ test_reversed_errors
eldritch-core::reversed_coverage ‑ test_reversed_list
eldritch-core::reversed_coverage ‑ test_reversed_string
eldritch-core::reversed_coverage ‑ test_reversed_tuple
eldritch-core::set_methods ‑ test_set_comparisons_extended
eldritch-core::set_methods ‑ test_set_conversion_types
eldritch-core::set_methods ‑ test_set_empty_operations
eldritch-core::set_methods ‑ test_set_method_arguments
eldritch-core::set_methods ‑ test_set_pop_remove_errors
eldritch-core::set_methods_extended ‑ test_pop_ordering
eldritch-core::set_methods_extended ‑ test_recursive_structure_in_set
eldritch-core::set_methods_extended ‑ test_set_comparisons_with_iterables
eldritch-core::set_methods_extended ‑ test_set_methods_with_different_iterables
eldritch-core::set_methods_extended ‑ test_set_mixed_types
eldritch-core::slicing_coverage ‑ test_bytes_slicing
eldritch-core::slicing_coverage ‑ test_list_slicing_basic
eldritch-core::slicing_coverage ‑ test_list_slicing_empty_result_edge_cases
eldritch-core::slicing_coverage ‑ test_list_slicing_negative_indices
eldritch-core::slicing_coverage ‑ test_list_slicing_negative_steps
eldritch-core::slicing_coverage ‑ test_list_slicing_out_of_bounds
eldritch-core::slicing_coverage ‑ test_list_slicing_steps
eldritch-core::slicing_coverage ‑ test_slicing_zero_step_error
eldritch-core::slicing_coverage ‑ test_string_slicing_extended
eldritch-core::slicing_coverage ‑ test_tuple_slicing_extended
eldritch-core::starlark_compliance ‑ test_extended_string_formatting
eldritch-core::starlark_compliance ‑ test_list_multiplication
eldritch-core::starlark_compliance ‑ test_sequence_comparison
eldritch-core::starlark_compliance ‑ test_string_multiplication
eldritch-core::starlark_compliance ‑ test_tuple_multiplication
eldritch-core::starlark_parity ‑ test_assignment_type_annotation
eldritch-core::starlark_parity ‑ test_bad_assignment_augmented
eldritch-core::starlark_parity ‑ test_bad_assignment_or
eldritch-core::starlark_parity ‑ test_ellipsis
eldritch-core::starlark_parity ‑ test_lambda
eldritch-core::starlark_parity ‑ test_list_in_index_expr
eldritch-core::starlark_parity ‑ test_pos_after_default
eldritch-core::starlark_parity ‑ test_positional_only_cannot_be_first
eldritch-core::starlark_parity ‑ test_positional_only_in_standard_dialect_def
eldritch-core::starlark_parity ‑ test_positional_only_in_standard_dialect_lambda
eldritch-core::starlark_parity ‑ test_slash_slash
eldritch-core::starlark_parity ‑ test_star_cannot_be_last
eldritch-core::starlark_parity ‑ test_star_star
eldritch-core::starlark_parity ‑ test_star_then_args
eldritch-core::starlark_parity ‑ test_star_then_kwargs
eldritch-core::starlark_parity ‑ test_top_level_def
eldritch-core::starlark_parity ‑ test_top_level_statements
eldritch-core::starlark_parity ‑ test_tuple_assignment_annotation_fails
eldritch-core::str_extra ‑ test_new_str_methods
eldritch-core::str_extra ‑ test_pprint
eldritch-core::str_extra ‑ test_str_conversion
eldritch-core::strings ‑ test_byte_strings
eldritch-core::strings ‑ test_bytes_subscript
eldritch-core::strings ‑ test_doc_strings
eldritch-core::strings ‑ test_encode_decode
eldritch-core::strings ‑ test_f_strings
eldritch-core::strings ‑ test_string_boolean_predicates
eldritch-core::strings ‑ test_string_literals
eldritch-core::strings ‑ test_string_methods
eldritch-core::strings ‑ test_string_rsplit_codepoints_elems
eldritch-core::strings ‑ test_string_slicing
eldritch-core::strings_extended_coverage ‑ test_format_extended
eldritch-core::strings_extended_coverage ‑ test_partition_extended
eldritch-core::strings_extended_coverage ‑ test_remove_prefix_suffix_extended
eldritch-core::strings_extended_coverage ‑ test_splitlines_extended
eldritch-core::strings_extended_coverage ‑ test_strip_variants_extended
eldritch-core::strings_extended_coverage ‑ test_title_extended
eldritch-core::strings_extended_coverage ‑ test_unicode_extended
eldritch-core::test_eval ‑ test_manual
eldritch-core::test_eval_2 ‑ test_manual
eldritch-core::test_eval_split ‑ test_manual
eldritch-core::test_hang ‑ test_hang_deadlock
eldritch-core::test_hoist ‑ test_hoist
eldritch-core::test_nested ‑ test_nested
eldritch-core::tprint ‑ test_tprint_basic
eldritch-core::tprint ‑ test_tprint_empty
eldritch-core::tprint ‑ test_tprint_errors
eldritch-core::tprint ‑ test_tprint_escaping
eldritch-core::tprint ‑ test_tprint_missing_keys
eldritch-core::tprint ‑ test_tprint_types
eldritch-core::zip_coverage ‑ test_zip_empty
eldritch-core::zip_coverage ‑ test_zip_errors
eldritch-core::zip_coverage ‑ test_zip_mixed_types
eldritch-core::zip_coverage ‑ test_zip_sets_dicts
eldritch-core::zip_coverage ‑ test_zip_two_lists
eldritch-core::zip_coverage ‑ test_zip_uneven
eldritch-libagent ‑ tests::test_concurrent_access
eldritch-libagent ‑ tests::test_get_config
eldritch-libassets ‑ std::copy_impl::tests::test_copy_fail_read
eldritch-libassets ‑ std::copy_impl::tests::test_copy_fail_write
eldritch-libassets ‑ std::copy_impl::tests::test_copy_success
eldritch-libassets ‑ std::list_impl::tests::test_list
eldritch-libassets ‑ std::read_binary_impl::tests::test_read_binary_embedded_fail
eldritch-libassets ‑ std::read_binary_impl::tests::test_read_binary_embedded_success
eldritch-libassets ‑ std::read_binary_impl::tests::test_read_binary_remote_fail
eldritch-libassets ‑ std::read_binary_impl::tests::test_read_binary_remote_success
eldritch-libassets ‑ std::read_impl::tests::test_read_embedded_success
eldritch-libcrypto ‑ std::aes_decrypt_file_impl::tests::test_aes_file_decrypt_bad_size
eldritch-libcrypto ‑ std::aes_decrypt_file_impl::tests::test_aes_file_decrypt_invalid_key
eldritch-libcrypto ‑ std::aes_decrypt_impl::tests::test_aes_decrypt_invalid_data_length
eldritch-libcrypto ‑ std::aes_decrypt_impl::tests::test_aes_decrypt_invalid_key_length
eldritch-libcrypto ‑ std::aes_decrypt_impl::tests::test_aes_decrypt_invalid_padding
eldritch-libcrypto ‑ std::aes_decrypt_impl::tests::test_aes_roundtrip
eldritch-libcrypto ‑ std::aes_encrypt_file_impl::tests::test_aes_file_encrypt_empty
eldritch-libcrypto ‑ std::aes_encrypt_file_impl::tests::test_aes_file_roundtrip
eldritch-libcrypto ‑ std::aes_encrypt_impl::tests::test_aes_encrypt_invalid_key_length
eldritch-libcrypto ‑ std::aes_encrypt_impl::tests::test_aes_padding_logic
eldritch-libcrypto ‑ std::aes_encrypt_impl::tests::test_aes_vectors
eldritch-libcrypto ‑ std::decode_b64_impl::tests::test_decode_b64
eldritch-libcrypto ‑ std::decode_b64_impl::tests::test_decode_b64_default_type
eldritch-libcrypto ‑ std::decode_b64_impl::tests::test_decode_b64_invalid_content
eldritch-libcrypto ‑ std::decode_b64_impl::tests::test_decode_b64_invalid_type
eldritch-libcrypto ‑ std::decode_utf16le_impl::tests::test_decode_utf16le
eldritch-libcrypto ‑ std::decode_utf16le_impl::tests::test_decode_utf16le_invalid_length
eldritch-libcrypto ‑ std::decode_utf16le_impl::tests::test_decode_utf16le_invalid_utf16
eldritch-libcrypto ‑ std::encode_b64_impl::tests::test_encode_b64
eldritch-libcrypto ‑ std::encode_b64_impl::tests::test_encode_b64_default_type
eldritch-libcrypto ‑ std::encode_b64_impl::tests::test_encode_b64_invalid_type
eldritch-libcrypto ‑ std::encode_utf16le_impl::tests::test_encode_utf16le
eldritch-libcrypto ‑ std::from_json_impl::tests::test_from_json_float
eldritch-libcrypto ‑ std::from_json_impl::tests::test_from_json_invalid
eldritch-libcrypto ‑ std::from_json_impl::tests::test_from_json_list
eldritch-libcrypto ‑ std::from_json_impl::tests::test_from_json_object
eldritch-libcrypto ‑ std::hash_file_impl::tests::test_hash_file
eldritch-libcrypto ‑ std::hash_file_impl::tests::test_hash_file_invalid_algo
eldritch-libcrypto ‑ std::hash_file_impl::tests::test_hash_file_not_found
eldritch-libcrypto ‑ std::is_json_impl::tests::test_is_json_invalid
eldritch-libcrypto ‑ std::is_json_impl::tests::test_is_json_list
eldritch-libcrypto ‑ std::is_json_impl::tests::test_is_json_object
eldritch-libcrypto ‑ std::md5_impl::tests::test_md5
eldritch-libcrypto ‑ std::sha1_impl::tests::test_sha1
eldritch-libcrypto ‑ std::sha256_impl::tests::test_sha256
eldritch-libcrypto ‑ std::to_json_impl::tests::to_json_float
eldritch-libcrypto ‑ std::to_json_impl::tests::to_json_invalid_bytes
eldritch-libcrypto ‑ std::to_json_impl::tests::to_json_invalid_dict_keys
eldritch-libcrypto ‑ std::to_json_impl::tests::to_json_invalid_function
eldritch-libcrypto ‑ std::to_json_impl::tests::to_json_invalid_set
eldritch-libcrypto ‑ std::to_json_impl::tests::to_json_list
eldritch-libcrypto ‑ std::to_json_impl::tests::to_json_object
eldritch-libcrypto ‑ std::to_json_impl::tests::to_json_tuple
eldritch-libfile ‑ std::append_impl::tests::test_append
eldritch-libfile ‑ std::compress_impl::tests::test_compress
eldritch-libfile ‑ std::copy_impl::tests::test_copy
eldritch-libfile ‑ std::decompress_impl::tests::test_decompress
eldritch-libfile ‑ std::exists_impl::tests::test_exists
eldritch-libfile ‑ std::find_impl::tests::test_find
eldritch-libfile ‑ std::follow_impl::tests::test_follow
eldritch-libfile ‑ std::follow_impl::tests::test_follow_lossy_utf8
eldritch-libfile ‑ std::follow_impl::tests::test_follow_with_native_print_directly
eldritch-libfile ‑ std::is_dir_impl::tests::test_is_dir
eldritch-libfile ‑ std::is_file_impl::tests::test_is_file
eldritch-libfile ‑ std::list_impl::tests::test_list_owner_group
eldritch-libfile ‑ std::list_named_pipes_impl::tests::test_list_detailed_returns_dicts
eldritch-libfile ‑ std::list_named_pipes_impl::tests::test_list_detects_fifo_in_tmp
eldritch-libfile ‑ std::list_named_pipes_impl::tests::test_list_finds_system_pipes
eldritch-libfile ‑ std::list_named_pipes_impl::tests::test_list_no_duplicates
eldritch-libfile ‑ std::list_named_pipes_impl::tests::test_list_returns_list
eldritch-libfile ‑ std::list_named_pipes_impl::tests::test_list_returns_ok
eldritch-libfile ‑ std::list_recent_impl::tests::test_list_recent
eldritch-libfile ‑ std::list_recent_impl::tests::test_list_recent_default_args
eldritch-libfile ‑ std::list_recent_impl::tests::test_list_recent_empty
eldritch-libfile ‑ std::mkdir_impl::tests::test_mkdir_parent
eldritch-libfile ‑ std::move_impl::tests::test_move
eldritch-libfile ‑ std::parent_dir_impl::tests::test_parent_dir
eldritch-libfile ‑ std::pwd_impl::tests::test_pwd
eldritch-libfile ‑ std::read_binary_impl::tests::test_read_binary
eldritch-libfile ‑ std::read_impl::tests::test_read
eldritch-libfile ‑ std::read_impl::tests::test_read_utf16le
eldritch-libfile ‑ std::read_named_pipe_impl::tests::test_read_fifo_basic
eldritch-libfile ‑ std::read_named_pipe_impl::tests::test_read_fifo_large_data
eldritch-libfile ‑ std::read_named_pipe_impl::tests::test_read_fifo_max_bytes
eldritch-libfile ‑ std::read_named_pipe_impl::tests::test_read_fifo_utf8
eldritch-libfile ‑ std::read_named_pipe_impl::tests::test_read_nonexistent_pipe_errors
eldritch-libfile ‑ std::read_named_pipe_impl::tests::test_read_windows_full_path_accepted
eldritch-libfile ‑ std::read_named_pipe_impl::tests::test_read_windows_pipe_not_found
eldritch-libfile ‑ std::read_named_pipe_impl::tests::test_read_windows_short_name_expanded
eldritch-libfile ‑ std::remove_impl::tests::test_remove
eldritch-libfile ‑ std::replace_all_impl::tests::test_replace_all
eldritch-libfile ‑ std::replace_impl::tests::test_replace
eldritch-libfile ‑ std::temp_file_impl::tests::test_temp_file
eldritch-libfile ‑ std::template_impl::tests::test_template
eldritch-libfile ‑ std::template_str_impl::tests::test_broken_template_str
eldritch-libfile ‑ std::template_str_impl::tests::test_template_multiple_args
eldritch-libfile ‑ std::template_str_impl::tests::test_template_str
eldritch-libfile ‑ std::timestomp_impl::tests::test_timestomp
eldritch-libfile ‑ std::tmp_dir_impl::tests::test_tmp_dir
eldritch-libfile ‑ std::write_binary_impl::tests::test_write_binary
eldritch-libfile ‑ std::write_impl::tests::test_write
eldritch-libhttp ‑ std::download_impl::tests::test_download
eldritch-libhttp ‑ std::download_impl::tests::test_download_default_https
eldritch-libhttp ‑ std::get_impl::tests::test_get
eldritch-libhttp ‑ std::get_impl::tests::test_get_default_https
eldritch-libhttp ‑ std::get_impl::tests::test_get_with_params
eldritch-libhttp ‑ std::post_impl::tests::test_post
eldritch-libhttp ‑ std::post_impl::tests::test_post_default_https
eldritch-libhttp ‑ std::post_impl::tests::test_post_with_form
eldritch-libpivot ‑ std::arp_scan_impl::tests::test_parse_cidrs
eldritch-libpivot ‑ std::arp_scan_impl::tests::test_parse_cidrs_invalid
eldritch-libpivot ‑ std::arp_scan_impl::tests::test_windows_unsupported
eldritch-libpivot ‑ std::ncat_impl::tests::test_ncat_send_tcp
eldritch-libpivot ‑ std::ncat_impl::tests::test_ncat_send_udp
eldritch-libpivot ‑ std::port_scan_impl::tests::test_portscan_cidrparse
eldritch-libpivot ‑ std::port_scan_impl::tests::test_portscan_get_network_and_broadcast
eldritch-libpivot ‑ std::port_scan_impl::tests::test_portscan_int_to_string
eldritch-libpivot ‑ std::port_scan_impl::tests::test_portscan_tcp
eldritch-libpivot ‑ std::port_scan_impl::tests::test_portscan_vec_to_int
eldritch-libpivot ‑ std::ssh_copy_impl::tests::test_pivot_ssh_copy
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_expand_targets_cidr
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_expand_targets_cidr_with_port
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_expand_targets_empty
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_expand_targets_host_port
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_expand_targets_invalid
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_expand_targets_invalid_port
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_expand_targets_ipv6_bare
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_expand_targets_ipv6_bracketed
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_expand_targets_single_ip
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_fmt_algos
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_parse_credentials_empty
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_parse_credentials_missing_field
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_parse_credentials_ok
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_parse_credentials_wrong_type
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_parse_kexinit_empty_list
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_parse_kexinit_roundtrip
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_parse_kexinit_truncated
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_parse_kexinit_wrong_message_code
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_resolve_payload_dst_default
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_resolve_payload_dst_override
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_resolve_retries_defaults
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_resolve_retries_invalid
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_resolve_timeout_defaults
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_resolve_timeout_invalid
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_shell_quote_plain
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_shell_quote_with_metachars
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_shell_quote_with_single_quote
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_ssh_deploy_invalid_retries
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_ssh_deploy_invalid_timeout
eldritch-libpivot ‑ std::ssh_deploy_impl::tests::test_ssh_deploy_validates_inputs
eldritch-libpivot ‑ std::ssh_exec_impl::tests::test_pivot_ssh_exec
eldritch-libprocess ‑ std::info_impl::tests::test_std_process_info_and_name
eldritch-libprocess ‑ std::kill_impl::tests::test_std_process_kill
eldritch-libprocess ‑ std::list_impl::tests::test_std_process_list
eldritch-libprocess ‑ std::list_impl::tests::test_std_process_list_exclude_env
eldritch-libprocess ‑ std::list_impl::tests::test_std_process_list_include_env
eldritch-libprocess ‑ std::name_impl::tests::test_std_process_errors
eldritch-libprocess ‑ std::netstat_impl::tests::test_netstat
eldritch-libprocess ‑ std::netstat_impl::tests::test_netstat_all_fields_present
eldritch-libprocess ‑ std::netstat_impl::tests::test_std_process_netstat
eldritch-libprocess ‑ std::signal_impl::tests::test_std_process_signal
eldritch-librandom ‑ std::bool_impl::tests::test_bool
eldritch-librandom ‑ std::bool_impl::tests::test_bool_uniform
eldritch-librandom ‑ std::bytes_impl::tests::test_bytes
eldritch-librandom ‑ std::bytes_impl::tests::test_bytes_negative
eldritch-librandom ‑ std::int_impl::tests::test_int
eldritch-librandom ‑ std::int_impl::tests::test_int_equal_range
eldritch-librandom ‑ std::int_impl::tests::test_int_invalid_range
eldritch-librandom ‑ std::string_impl::tests::test_string
eldritch-librandom ‑ std::string_impl::tests::test_string_charset
eldritch-librandom ‑ std::string_impl::tests::test_string_charset_empty
eldritch-librandom ‑ std::string_impl::tests::test_string_charset_unicode
eldritch-librandom ‑ std::string_impl::tests::test_string_negative
eldritch-librandom ‑ std::uuid_impl::tests::test_uuid
eldritch-libregex ‑ std::match_all_impl::tests::test_invalid_capture_groups
eldritch-libregex ‑ std::match_all_impl::tests::test_invalid_regex_match_all
eldritch-libregex ‑ std::match_all_impl::tests::test_match_all_multi_match
eldritch-libregex ‑ std::match_all_impl::tests::test_match_all_no_match
eldritch-libregex ‑ std::match_all_impl::tests::test_match_all_one_match
eldritch-libregex ‑ std::match_impl::tests::test_invalid_regex_match
eldritch-libregex ‑ std::match_impl::tests::test_match_found
eldritch-libregex ‑ std::match_impl::tests::test_match_not_found
eldritch-libregex ‑ std::replace_all_impl::tests::test_invalid_regex_replace_all
eldritch-libregex ‑ std::replace_all_impl::tests::test_replace_all
eldritch-libregex ‑ std::replace_all_impl::tests::test_replace_all_multiple_occurrences
eldritch-libregex ‑ std::replace_all_impl::tests::test_replace_all_not_found
eldritch-libregex ‑ std::replace_impl::tests::test_invalid_regex_replace
eldritch-libregex ‑ std::replace_impl::tests::test_replace
eldritch-libregex ‑ std::replace_impl::tests::test_replace_multiple_occurrences
eldritch-libreport ‑ std::process_list_impl::tests::test_process_list_status_mapping
eldritch-libsys ‑ std::dll_inject_impl::tests::test_dll_inject_non_windows
eldritch-libsys ‑ std::dll_inject_impl::tests::test_dll_inject_simple
eldritch-libsys ‑ std::dll_reflect_impl::tests::test_dll_reflect_non_windows_test
eldritch-libsys ‑ std::exec_impl::tests::test_exec_env
eldritch-libsys ‑ std::exec_impl::tests::test_exec_input
eldritch-libsys ‑ std::exec_impl::tests::test_exec_simple
eldritch-libsys ‑ std::get_env_impl::tests::test_get_env
eldritch-libsys ‑ std::get_ip_impl::tests::test_sys_get_ip
eldritch-libsys ‑ std::get_os_impl::tests::test_sys_get_os
eldritch-libsys ‑ std::get_pid_impl::tests::test_sys_get_pid
eldritch-libsys ‑ std::get_reg_impl::tests::test_get_reg
eldritch-libsys ‑ std::get_reg_impl::tests::test_get_reg_non_windows
eldritch-libsys ‑ std::get_user_impl::tests::test_sys_get_user
eldritch-libsys ‑ std::hostname_impl::tests::test_hostname
eldritch-libsys ‑ std::is_bsd_impl::tests::test_is_bsd
eldritch-libsys ‑ std::is_linux_impl::tests::test_is_linux
eldritch-libsys ‑ std::is_macos_impl::tests::test_is_macos
eldritch-libsys ‑ std::is_windows_impl::tests::test_is_windows
eldritch-libsys ‑ std::list_users_impl::tests::test_list_users
eldritch-libsys ‑ std::reg_utils::tests::test_parse_registry_path_double_backslash
eldritch-libsys ‑ std::reg_utils::tests::test_parse_registry_path_mixed_backslash
eldritch-libsys ‑ std::reg_utils::tests::test_parse_registry_path_single_backslash
eldritch-libsys ‑ std::shell_impl::tests::test_sys_shell_current_user
eldritch-libsys ‑ std::tokens_impl::tests::test_tokens_invalid_pid
eldritch-libsys ‑ std::tokens_impl::tests::test_tokens_no_args
eldritch-libsys ‑ std::write_reg_impl::tests::test_write_reg
eldritch-libsys ‑ std::write_reg_impl::tests::test_write_reg_non_windows
eldritch-libtime ‑ std::format_to_epoch_impl::tests::test_date_only_fails
eldritch-libtime ‑ std::format_to_epoch_impl::tests::test_format_to_epoch_formats
eldritch-libtime ‑ std::format_to_epoch_impl::tests::test_format_to_epoch_invalid
eldritch-libtime ‑ std::format_to_epoch_impl::tests::test_format_with_timezone
eldritch-libtime ‑ std::format_to_epoch_impl::tests::test_time_conversion
eldritch-libtime ‑ std::format_to_readable_impl::tests::test_format_to_readable_invalid
eldritch-libtime ‑ std::now_impl::tests::test_now
eldritch-libtime ‑ std::sleep_impl::tests::test_sleep
eldritch-libtime ‑ std::sleep_impl::tests::test_sleep_fractional
eldritch-macros ‑ tests::test_arg_parsing_option
eldritch-macros ‑ tests::test_arg_parsing_str
eldritch-macros ‑ tests::test_expand_library_basic
eldritch-macros ‑ tests::test_expand_library_impl
eldritch-macros ‑ tests::test_expand_library_missing_name
eldritch-repl ‑ parser::tests::test_input_parser_csi_arrow
eldritch-repl ‑ parser::tests::test_input_parser_delete
eldritch-repl ‑ parser::tests::test_input_parser_home_end_ctrl_chars
eldritch-repl ‑ parser::tests::test_input_parser_simple
eldritch-repl ‑ parser::tests::test_input_parser_split_packet
eldritch-repl ‑ parser::tests::test_input_parser_ss3_arrow
eldritch-repl ‑ parser::tests::test_input_parser_unknown_csi_swallowed
eldritch-repl ‑ tests::test_register_function
eldritch-repl ‑ tests::test_repl_basic_input
eldritch-repl ‑ tests::test_repl_completion_trigger
eldritch-repl ‑ tests::test_repl_force_completion
eldritch-repl ‑ tests::test_repl_history
eldritch-repl ‑ tests::test_repl_movement
eldritch-repl ‑ tests::test_repl_multiline
eldritch-repl ‑ tests::test_repl_suggestions_state
eldritch-repl::test_repl ‑ tests::test_clear_screen
eldritch-repl::test_repl ‑ tests::test_history_search
eldritch-stdlib-tests ‑ tests::test_all_tomes
eldritch-wasm ‑ browser::tests::test_browser_repl_complete
eldritch-wasm ‑ browser::tests::test_browser_repl_incomplete
eldritch-wasm ‑ browser::tests::test_browser_repl_macro
eldritch-wasm ‑ browser::tests::test_browser_repl_macro_indent
eldritch-wasm ‑ browser::tests::test_browser_repl_pty_meta_command
eldritch-wasm ‑ browser::tests::test_browser_repl_reset
eldritch-wasm ‑ browser::tests::test_browser_repl_simple
golem::cli ‑ test_golem_main_basic_async
golem::cli ‑ test_golem_main_basic_non_interactive
golem::cli ‑ test_golem_main_embedded_files
golem::cli ‑ test_golem_main_file_not_found
golem::cli ‑ test_golem_main_loaded_and_embdedded_files
golem::cli ‑ test_golem_main_loaded_files
golem::cli ‑ test_golem_main_loaded_files_shadow
golem::cli ‑ test_golem_main_syntax_fail
guardrails ‑ file::tests::test_file_guardrail_exists
guardrails ‑ file::tests::test_file_guardrail_not_exists
guardrails ‑ process::tests::test_process_guardrail
guardrails ‑ process::tests::test_process_guardrail_not_exists
guardrails ‑ registry::tests::test_registry_guardrail_exists
guardrails ‑ registry::tests::test_registry_guardrail_not_exists
guardrails ‑ registry::tests::test_registry_value_exists
guardrails ‑ registry::tests::test_registry_value_not_exists
guardrails ‑ tests::test_guardrail_spec_roundtrip
host_unique ‑ env::tests::test_id_env
host_unique ‑ file::tests::test_id_file
host_unique ‑ macaddr::tests::test_mac_addr_deterministic
host_unique ‑ macaddr::tests::test_mac_addr_is_v5_uuid
host_unique ‑ registry::tests::test_registry
host_unique ‑ registry::tests::test_registry_non_windows
host_unique ‑ tests::test_selector_spec_optional_args
host_unique ‑ tests::test_selector_spec_roundtrip
host_unique ‑ tests::test_selector_spec_serialize
imix ‑ shell::manager::tests::test_shell_manager_normal_execution
imix::bin/imix ‑ install::tests::test_install_execution
imix::bin/imix ‑ shell::manager::tests::test_shell_manager_normal_execution
imix::bin/imix ‑ tests::agent_output_aggregation::test_agent_output_aggregation
imix::bin/imix ‑ tests::agent_trait_tests::test_agent_config_active_transport_type_as_enum_variant_name
imix::bin/imix ‑ tests::agent_trait_tests::test_agent_config_platform_as_enum_variant_name
imix::bin/imix ‑ tests::agent_trait_tests::test_imix_agent_buffer_and_flush
imix::bin/imix ‑ tests::agent_trait_tests::test_imix_agent_claim_tasks
imix::bin/imix ‑ tests::agent_trait_tests::test_imix_agent_config_access
imix::bin/imix ‑ tests::agent_trait_tests::test_imix_agent_fetch_asset
imix::bin/imix ‑ tests::agent_trait_tests::test_imix_agent_report_credential
imix::bin/imix ‑ tests::agent_trait_tests::test_imix_agent_report_file
imix::bin/imix ‑ tests::agent_trait_tests::test_imix_agent_report_process_list
imix::bin/imix ‑ tests::callback_interval_test::test_imix_agent_get_callback_interval_error
imix::bin/imix ‑ tests::callback_interval_test::test_imix_agent_get_callback_interval_success
imix::bin/imix ‑ tests::callback_interval_test::test_set_callback_uri_existing_transport
imix::bin/imix ‑ tests::callback_interval_test::test_set_callback_uri_new_transport
imix::bin/imix ‑ tests::report_large_file_test::test_report_large_file_via_eldritch
imix::bin/imix ‑ tests::task_tests::test_task_eprint_behavior
imix::bin/imix ‑ tests::task_tests::test_task_registry_list_and_stop
imix::bin/imix ‑ tests::task_tests::test_task_registry_spawn
imix::bin/imix ‑ tests::task_tests::test_task_streaming_error
imix::bin/imix ‑ tests::task_tests::test_task_streaming_output
netstat ‑ linux::tests::print_interfaces
netstat ‑ linux::tests::test_is_zero_address
netstat ‑ linux::tests::test_list_interfaces
netstat ‑ linux::tests::test_netstat_integration
netstat ‑ linux::tests::test_netstat_with_test_socket
netstat ‑ linux::tests::test_parse_connection_state
netstat ‑ linux::tests::test_parse_hex_address_ipv4
netstat ‑ linux::tests::test_parse_hex_address_ipv6
netstat ‑ macos::tests::test_list_interfaces
netstat ‑ macos::tests::test_macos_version_check
netstat ‑ macos::tests::test_netstat_integration
netstat ‑ macos::tests::test_netstat_with_test_socket
netstat ‑ macos::tests::test_parse_tcp_state
netstat ‑ windows::tests::print_interfaces
netstat ‑ windows::tests::test_list_interfaces
netstat ‑ windows::tests::test_netstat_integration
netstat ‑ windows::tests::test_netstat_with_test_socket
netstat ‑ windows::tests::test_parse_tcp_state
pb ‑ config::tests::test_config_creates_available_transports
pb ‑ config::tests::test_dsn_invalid_interval_uses_default
pb ‑ config::tests::test_dsn_mixed_with_and_without_params
pb ‑ config::tests::test_dsn_multiple_uris_with_different_params
pb ‑ config::tests::test_dsn_no_query_params_uses_defaults
pb ‑ config::tests::test_dsn_with_both_query_params
pb ‑ config::tests::test_dsn_with_extra_query_param
pb ‑ config::tests::test_dsn_with_interval_query_param
pb ‑ config::tests::test_dsn_with_jitter
pb ‑ config::tests::test_dsn_with_type_query_param
pb ‑ config::tests::test_dsn_with_unencoded_json
pb ‑ config::tests::test_empty_uri_filtered
pb ‑ config::tests::test_parse_callback_interval_valid
pb ‑ config::tests::test_single_uri_parsing
pb ‑ config::tests::test_transport_type_detection_dns
pb ‑ config::tests::test_transport_type_detection_grpc
pb ‑ config::tests::test_transport_type_detection_http1
pb ‑ config::tests::test_transport_type_detection_quic
pb ‑ config::tests::test_transport_type_detection_unspecified
pb ‑ xchacha::tests::test_key_history_bounded
portal-stream ‑ tests::test_reader_buffer_limit
portal-stream ‑ tests::test_reader_check_timeout
portal-stream ‑ tests::test_reader_duplicates
portal-stream ‑ tests::test_reader_out_of_order
portal-stream ‑ tests::test_reader_sequential
portal-stream ‑ tests::test_reader_timeout
portal-stream ‑ tests::test_sequencer
portal-stream ‑ tests::test_writer
realm.pub/tavern ‑ TestConfigureMySQLFromEnv
realm.pub/tavern ‑ TestConfigureMySQLFromEnv/Defaults
realm.pub/tavern ‑ TestConfigureMySQLFromEnv/DefaultsWithAddr
realm.pub/tavern ‑ TestConfigureMySQLFromEnv/MissingAddr
realm.pub/tavern ‑ TestConfigureMySQLFromEnv/SQLLite
realm.pub/tavern ‑ TestConfigureMySQLFromEnv/SQLLite#01
realm.pub/tavern ‑ TestConfigureMySQLFromEnv/ValuesWithAddr
realm.pub/tavern ‑ TestConfigureOAuthFromEnv
realm.pub/tavern ‑ TestConfigureOAuthFromEnv/Enabled
realm.pub/tavern ‑ TestConfigureOAuthFromEnv/NoEnvVarsSet
realm.pub/tavern ‑ TestConfigureOAuthFromEnv/WithoutDomainSchema
realm.pub/tavern ‑ TestConfigurePubSubFromEnv
realm.pub/tavern ‑ TestConfigurePubSubFromEnv/Default
realm.pub/tavern ‑ TestConfigurePubSubFromEnv/Set
realm.pub/tavern ‑ TestCreateTestData
realm.pub/tavern ‑ TestCreateTestData/ParamDefsTest
realm.pub/tavern ‑ TestCreateTestData/ProcessListTest
realm.pub/tavern ‑ TestEnvBool
realm.pub/tavern ‑ TestEnvBool/Default
realm.pub/tavern ‑ TestEnvBool/Set
realm.pub/tavern ‑ TestEnvBool/Unset
realm.pub/tavern ‑ TestEnvInteger
realm.pub/tavern ‑ TestEnvInteger/Default
realm.pub/tavern ‑ TestEnvInteger/Set
realm.pub/tavern ‑ TestEnvInteger/Unset
realm.pub/tavern ‑ TestEnvString
realm.pub/tavern ‑ TestEnvString/Default
realm.pub/tavern ‑ TestEnvString/Set
realm.pub/tavern ‑ TestEnvString/Unset
realm.pub/tavern ‑ TestMainFunc
realm.pub/tavern ‑ TestStatusHandler
realm.pub/tavern/cli/auth ‑ TestAuthenticate
realm.pub/tavern/cli/auth ‑ TestAuthenticate/Admin
realm.pub/tavern/cli/auth ‑ TestAuthenticate/InvalidURL
realm.pub/tavern/cli/auth ‑ TestAuthenticate/User
realm.pub/tavern/cli/auth ‑ TestAuthenticate_CacheInvalidIsCleanedUp
realm.pub/tavern/cli/auth ‑ TestAuthenticate_CacheRetainedOnTransientFailure
realm.pub/tavern/cli/auth ‑ TestAuthenticate_CacheValid
realm.pub/tavern/cli/auth ‑ TestAuthenticate_EnvVarSkipsCacheValidation
realm.pub/tavern/cli/auth ‑ TestTokenAuthenticate
realm.pub/tavern/internal/auth ‑ TestContextFromAccessToken
realm.pub/tavern/internal/auth ‑ TestContextFromAccessToken/Admin
realm.pub/tavern/internal/auth ‑ TestContextFromAccessToken/InactiveUser
realm.pub/tavern/internal/auth ‑ TestContextFromAccessToken/User
realm.pub/tavern/internal/auth ‑ TestContextFromSessionToken
realm.pub/tavern/internal/auth ‑ TestContextFromSessionToken/Admin
realm.pub/tavern/internal/auth ‑ TestContextFromSessionToken/InactiveUser
realm.pub/tavern/internal/auth ‑ TestContextFromSessionToken/User
realm.pub/tavern/internal/auth ‑ TestContextFromTokens_Invalid
realm.pub/tavern/internal/auth ‑ TestContextFromTokens_Invalid/ContextFromAccessToken_NotFound
realm.pub/tavern/internal/auth ‑ TestContextFromTokens_Invalid/ContextFromSessionToken_NotFound
realm.pub/tavern/internal/auth ‑ TestContextHelpers_EdgeCases
realm.pub/tavern/internal/auth ‑ TestContextHelpers_EdgeCases/EmptyContext
realm.pub/tavern/internal/auth ‑ TestNewOAuthAuthorizationHandler
realm.pub/tavern/internal/auth ‑ TestNewOAuthAuthorizationHandler_DBError
realm.pub/tavern/internal/auth ‑ TestNewOAuthLoginHandler
realm.pub/tavern/internal/auth ‑ TestNewTokenRedirectHandler
realm.pub/tavern/internal/auth ‑ TestNewTokenRedirectHandler/InvalidPortRange
realm.pub/tavern/internal/auth ‑ TestNewTokenRedirectHandler/InvalidPortType
realm.pub/tavern/internal/auth ‑ TestNewTokenRedirectHandler/NoPort
realm.pub/tavern/internal/auth ‑ TestNewTokenRedirectHandler/Redirect
realm.pub/tavern/internal/auth ‑ TestNewTokenRedirectHandler/Unauthenticated
realm.pub/tavern/internal/builder ‑ TestBuilderE2E
realm.pub/tavern/internal/builder ‑ TestBuilderE2E/ClaimBuildTasks
realm.pub/tavern/internal/builder ‑ TestBuilderE2E/StreamBuildTaskOutput
realm.pub/tavern/internal/builder ‑ TestBuilderE2E/StreamBuildTaskOutputWithError
realm.pub/tavern/internal/builder ‑ TestBuilderE2E/StreamBuildTaskOutputWrongBuilder
realm.pub/tavern/internal/builder ‑ TestBuilderE2E/authenticated_request_succeeds
realm.pub/tavern/internal/builder ‑ TestBuilderE2E/unauthenticated_request_rejected
realm.pub/tavern/internal/builder ‑ TestExecutorIntegration_ClaimAndExecuteWithMock
realm.pub/tavern/internal/builder ‑ TestExecutorIntegration_ClaimAndExecuteWithMockError
realm.pub/tavern/internal/builder ‑ TestExecutorIntegration_StreamBuildOutput
realm.pub/tavern/internal/builder ‑ TestExecutorIntegration_StreamBuildOutputWithError
realm.pub/tavern/internal/builder ‑ TestExecutorIntegration_UploadBuildArtifact
realm.pub/tavern/internal/builder/executor ‑ TestDockerExecutor_Build_ContextCancellation
realm.pub/tavern/internal/builder/executor ‑ TestDockerExecutor_Build_MultiLineOutput
realm.pub/tavern/internal/builder/executor ‑ TestDockerExecutor_Build_NonZeroExit
realm.pub/tavern/internal/builder/executor ‑ TestDockerExecutor_Build_SimpleEcho
realm.pub/tavern/internal/builder/executor ‑ TestDockerExecutor_Build_StderrOutput
realm.pub/tavern/internal/builder/executor ‑ TestDockerExecutor_Build_StreamsOutputInRealTime
realm.pub/tavern/internal/builder/executor ‑ TestDockerExecutor_ImplementsInterface
realm.pub/tavern/internal/builder/executor ‑ TestMockExecutor_CustomBuildFn_ContextCancellation
realm.pub/tavern/internal/builder/executor ‑ TestMockExecutor_CustomBuildFn_InterleavedOutputAndErrors
realm.pub/tavern/internal/builder/executor ‑ TestMockExecutor_CustomBuildFn_StreamsErrors
realm.pub/tavern/internal/builder/executor ‑ TestMockExecutor_CustomBuildFn_StreamsOutput
realm.pub/tavern/internal/builder/executor ‑ TestMockExecutor_DefaultBehavior
realm.pub/tavern/internal/builder/executor ‑ TestMockExecutor_ImplementsInterface
realm.pub/tavern/internal/builder/executor ‑ TestMockExecutor_RecordsMultipleCalls
realm.pub/tavern/internal/c2 ‑ TestClaimTasks
realm.pub/tavern/internal/c2 ‑ TestClaimTasks/Existing_Beacon
realm.pub/tavern/internal/c2 ‑ TestClaimTasks/First_Callback
realm.pub/tavern/internal/c2 ‑ TestClaimTasks/Second_Callback
realm.pub/tavern/internal/c2 ‑ TestFetchAsset
realm.pub/tavern/internal/c2 ‑ TestFetchAsset/File_Not_Found
realm.pub/tavern/internal/c2 ‑ TestFetchAsset/Large_File
realm.pub/tavern/internal/c2 ‑ TestFetchAsset/Small_File
realm.pub/tavern/internal/c2 ‑ TestGetClientIP
realm.pub/tavern/internal/c2 ‑ TestGetClientIP/Invalid_X-Forwarded-For_Fallback_To_Peer
realm.pub/tavern/internal/c2 ‑ TestGetClientIP/Malformed_X-Forwarded-For_Without_Peer_Returns_Unknown
realm.pub/tavern/internal/c2 ‑ TestGetClientIP/Malformed_X-Redirected-For_Returns_As_Is
realm.pub/tavern/internal/c2 ‑ TestGetClientIP/Neither_Header_Set_Uses_Peer_IP
realm.pub/tavern/internal/c2 ‑ TestGetClientIP/No_Metadata_No_Peer_Returns_Unknown
realm.pub/tavern/internal/c2 ‑ TestGetClientIP/X-Forwarded-For_Only
realm.pub/tavern/internal/c2 ‑ TestGetClientIP/X-Forwarded-For_With_Multiple_IPs
realm.pub/tavern/internal/c2 ‑ TestGetClientIP/X-Forwarded-For_With_Whitespace
realm.pub/tavern/internal/c2 ‑ TestGetClientIP/X-Redirected-For_Precedence_Over_Peer
realm.pub/tavern/internal/c2 ‑ TestGetClientIP/X-Redirected-For_With_X-Forwarded-For
realm.pub/tavern/internal/c2 ‑ TestHandleTomeAutomation
realm.pub/tavern/internal/c2 ‑ TestHandleTomeAutomation/Both_New
realm.pub/tavern/internal/c2 ‑ TestHandleTomeAutomation/Neither_New
realm.pub/tavern/internal/c2 ‑ TestHandleTomeAutomation/New_Beacon_Only
realm.pub/tavern/internal/c2 ‑ TestHandleTomeAutomation/New_Host_Only
realm.pub/tavern/internal/c2 ‑ TestHandleTomeAutomation_CronRange
realm.pub/tavern/internal/c2 ‑ TestHandleTomeAutomation_Deduplication
realm.pub/tavern/internal/c2 ‑ TestHandleTomeAutomation_IntervalWindow
realm.pub/tavern/internal/c2 ‑ TestHostAccessLost
realm.pub/tavern/internal/c2 ‑ TestHostAccessLostSkippedWhenNotOverdue
realm.pub/tavern/internal/c2 ‑ TestHostAccessRecoveredViaClaimTasks
realm.pub/tavern/internal/c2 ‑ TestJWTValidate
realm.pub/tavern/internal/c2 ‑ TestReportCredential
realm.pub/tavern/internal/c2 ‑ TestReportCredential/DuplicateCredential
realm.pub/tavern/internal/c2 ‑ TestReportCredential/NewCredential
realm.pub/tavern/internal/c2 ‑ TestReportCredential/NoCredential
realm.pub/tavern/internal/c2 ‑ TestReportCredential/NoTaskID
realm.pub/tavern/internal/c2 ‑ TestReportCredential/NotFound
realm.pub/tavern/internal/c2 ‑ TestReportFile
realm.pub/tavern/internal/c2 ‑ TestReportFile/BinaryFile
realm.pub/tavern/internal/c2 ‑ TestReportFile/LargeImageFile
realm.pub/tavern/internal/c2 ‑ TestReportFile/LargeTextFile
realm.pub/tavern/internal/c2 ‑ TestReportFile/MissingPath
realm.pub/tavern/internal/c2 ‑ TestReportFile/MissingTaskID
realm.pub/tavern/internal/c2 ‑ TestReportFile/NewFile_MultiChunk
realm.pub/tavern/internal/c2 ‑ TestReportFile/NewFile_Single
realm.pub/tavern/internal/c2 ‑ TestReportFile/No_Prexisting_Files
realm.pub/tavern/internal/c2 ‑ TestReportFile/Replace_File
realm.pub/tavern/internal/c2 ‑ TestReportFile/SmallImage
realm.pub/tavern/internal/c2 ‑ TestReportOutput
realm.pub/tavern/internal/c2 ‑ TestReportOutput/Append_Output
realm.pub/tavern/internal/c2 ‑ TestReportOutput/Exec_Finished
realm.pub/tavern/internal/c2 ‑ TestReportOutput/First_Output
realm.pub/tavern/internal/c2 ‑ TestReportOutput/First_error
realm.pub/tavern/internal/c2 ‑ TestReportOutput/Invalid_Argument
realm.pub/tavern/internal/c2 ‑ TestReportOutput/Not_Found
realm.pub/tavern/internal/c2 ‑ TestReportProcessList
realm.pub/tavern/internal/c2 ‑ TestReportProcessList/New_List
realm.pub/tavern/internal/c2 ‑ TestReportProcessList/No_Processes
realm.pub/tavern/internal/c2 ‑ TestReportProcessList/No_TaskID
realm.pub/tavern/internal/c2 ‑ TestReportProcessList/Not_Found
realm.pub/tavern/internal/c2 ‑ TestReportProcessList/Updated_List
realm.pub/tavern/internal/c2/c2pb ‑ TestHostPlatformMarshalGraphQL
realm.pub/tavern/internal/c2/c2pb ‑ TestHostPlatformScan
realm.pub/tavern/internal/c2/c2pb ‑ TestHostPlatformScan/Empty
realm.pub/tavern/internal/c2/c2pb ‑ TestHostPlatformScan/Invalid
realm.pub/tavern/internal/c2/c2pb ‑ TestHostPlatformScan/Linux_String
realm.pub/tavern/internal/c2/c2pb ‑ TestHostPlatformScan/Nil
realm.pub/tavern/internal/c2/c2pb ‑ TestHostPlatformScan/Windows_[]uint8
realm.pub/tavern/internal/c2/c2pb ‑ TestHostPlatformUnmarshalGraphQL
realm.pub/tavern/internal/c2/c2pb ‑ TestHostPlatformValue
realm.pub/tavern/internal/c2/c2pb ‑ TestHostPlatformValues
realm.pub/tavern/internal/c2/conversation ‑ TestComputeAcksNacks
realm.pub/tavern/internal/c2/conversation ‑ TestComputeAcksNacks/consecutive_chunks
realm.pub/tavern/internal/c2/conversation ‑ TestComputeAcksNacks/empty_chunks
realm.pub/tavern/internal/c2/conversation ‑ TestComputeAcksNacks/gap_in_middle
realm.pub/tavern/internal/c2/conversation ‑ TestComputeAcksNacks/multiple_gaps
realm.pub/tavern/internal/c2/conversation ‑ TestComputeAcksNacks/single_chunk
realm.pub/tavern/internal/c2/conversation ‑ TestManagerConcurrentAccess
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleComplete
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleComplete/COMPLETE_for_nonexistent_conversation_returns_status
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleComplete/complete_returns_status
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleComplete/concurrent_COMPLETEs_all_succeed
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleComplete/duplicate_COMPLETE_is_idempotent
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleData
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleData/data_for_missing_conversation_returns_not_found
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleData/sequence_out_of_bounds
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleData/short-circuit_for_completed_conversation
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleData/store_multiple_chunks_with_gaps
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleData/store_single_chunk
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleData/unknown_conversation
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleFetch
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleFetch/fetch_chunk_out_of_bounds
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleFetch/fetch_chunked_response_metadata
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleFetch/fetch_single_response
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleFetch/fetch_specific_chunk
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleFetch/fetch_unknown_conversation
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleFetch/fetch_with_no_response_ready_returns_empty
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleInit
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleInit/concurrent_duplicate_INITs
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleInit/data_size_exceeds_maximum
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleInit/duplicate_INIT_returns_status_without_leaking_state
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleInit/invalid_init_payload
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleInit/max_conversations_triggers_LRU_eviction
realm.pub/tavern/internal/c2/conversation ‑ TestManagerHandleInit/valid_init_packet
realm.pub/tavern/internal/c2/conversation ‑ TestManagerLRUEviction
realm.pub/tavern/internal/c2/conversation ‑ TestManagerLRUEviction/Get_refreshes_recency
realm.pub/tavern/internal/c2/conversation ‑ TestManagerLRUEviction/evicts_oldest_when_at_capacity
realm.pub/tavern/internal/c2/epb ‑ TestCredentialKindMarshalGraphQL
realm.pub/tavern/internal/c2/epb ‑ TestCredentialKindScan
realm.pub/tavern/internal/c2/epb ‑ TestCredentialKindScan/Empty
realm.pub/tavern/internal/c2/epb ‑ TestCredentialKindScan/Invalid
realm.pub/tavern/internal/c2/epb ‑ TestCredentialKindScan/Nil
realm.pub/tavern/internal/c2/epb ‑ TestCredentialKindScan/PASSWORD_String
realm.pub/tavern/internal/c2/epb ‑ TestCredentialKindScan/SSH_KEY_[]uint8
realm.pub/tavern/internal/c2/epb ‑ TestCredentialKindUnmarshalGraphQL
realm.pub/tavern/internal/c2/epb ‑ TestCredentialKindValue
realm.pub/tavern/internal/c2/epb ‑ TestCredentialKindValues
realm.pub/tavern/internal/c2/epb ‑ TestProcessStatusMarshalGraphQL
realm.pub/tavern/internal/c2/epb ‑ TestProcessStatusScan
realm.pub/tavern/internal/c2/epb ‑ TestProcessStatusScan/Empty
realm.pub/tavern/internal/c2/epb ‑ TestProcessStatusScan/IDLE_[]uint8
realm.pub/tavern/internal/c2/epb ‑ TestProcessStatusScan/Invalid
realm.pub/tavern/internal/c2/epb ‑ TestProcessStatusScan/Nil
realm.pub/tavern/internal/c2/epb ‑ TestProcessStatusScan/RUN_String
realm.pub/tavern/internal/c2/epb ‑ TestProcessStatusUnmarshalGraphQL
realm.pub/tavern/internal/c2/epb ‑ TestProcessStatusValue
realm.pub/tavern/internal/c2/epb ‑ TestProcessStatusValues
realm.pub/tavern/internal/cdn ‑ TestDownload
realm.pub/tavern/internal/cdn ‑ TestDownload/Asset
realm.pub/tavern/internal/cdn ‑ TestDownload/CachedAsset
realm.pub/tavern/internal/cdn ‑ TestDownload/ChunkedDownload
realm.pub/tavern/internal/cdn ‑ TestDownload/NonExistentFile
realm.pub/tavern/internal/cdn ‑ TestDownloadHostFile
realm.pub/tavern/internal/cdn ‑ TestDownloadHostFile/Cached
realm.pub/tavern/internal/cdn ‑ TestDownloadHostFile/ChunkedDownload
realm.pub/tavern/internal/cdn ‑ TestDownloadHostFile/InvalidID/Alphabet
realm.pub/tavern/internal/cdn ‑ TestDownloadHostFile/InvalidID/Empty
realm.pub/tavern/internal/cdn ‑ TestDownloadHostFile/NotFound
realm.pub/tavern/internal/cdn ‑ TestDownloadHostFile/Valid
realm.pub/tavern/internal/cdn ‑ TestDownloadLink
realm.pub/tavern/internal/cdn ‑ TestDownloadLink/ChunkedDownload
realm.pub/tavern/internal/cdn ‑ TestDownloadLink/EmptyPath
realm.pub/tavern/internal/cdn ‑ TestDownloadLink/Expired
realm.pub/tavern/internal/cdn ‑ TestDownloadLink/NotFound
realm.pub/tavern/internal/cdn ‑ TestDownloadLink/Valid
realm.pub/tavern/internal/cdn ‑ TestDownloadScreenshot
realm.pub/tavern/internal/cdn ‑ TestDownloadScreenshot/Cached
realm.pub/tavern/internal/cdn ‑ TestDownloadScreenshot/ChunkedDownload
realm.pub/tavern/internal/cdn ‑ TestDownloadScreenshot/InvalidID/Alphabet
realm.pub/tavern/internal/cdn ‑ TestDownloadScreenshot/InvalidID/Empty
realm.pub/tavern/internal/cdn ‑ TestDownloadScreenshot/NotFound
realm.pub/tavern/internal/cdn ‑ TestDownloadScreenshot/Valid
realm.pub/tavern/internal/cdn ‑ TestUpload
realm.pub/tavern/internal/cdn ‑ TestUpload/ExistingAsset
realm.pub/tavern/internal/cdn ‑ TestUpload/NewAsset
realm.pub/tavern/internal/cryptocodec ‑ TestCastBytesToBufSlice
realm.pub/tavern/internal/cryptocodec ‑ TestCryptoSvc_Encrypt_NoSession
realm.pub/tavern/internal/cryptocodec ‑ TestCryptoSvc_Encrypt_WithSession
realm.pub/tavern/internal/cryptocodec ‑ TestDecrypt
realm.pub/tavern/internal/cryptocodec ‑ TestDecrypt_ShortInput
realm.pub/tavern/internal/cryptocodec ‑ TestDecrypt_ShortInputAfterKey
realm.pub/tavern/internal/cryptocodec ‑ TestGenerateSharedKey
realm.pub/tavern/internal/cryptocodec ‑ TestGenerateSharedKey_InvalidKey
realm.pub/tavern/internal/cryptocodec ‑ TestGoAllIds
realm.pub/tavern/internal/cryptocodec ‑ TestLRUCache
realm.pub/tavern/internal/cryptocodec ‑ TestNewStreamDecryptCodec
realm.pub/tavern/internal/cryptocodec ‑ TestNewSyncMap
realm.pub/tavern/internal/cryptocodec ‑ TestStreamDecryptCodec_Marshal_Unmarshal_Error
realm.pub/tavern/internal/cryptocodec ‑ TestSyncMap_StoreLoad
realm.pub/tavern/internal/cryptocodec ‑ TestSyncMap_String
realm.pub/tavern/internal/ent ‑ TestHookDeriveNotifications
realm.pub/tavern/internal/ent ‑ TestHookDeriveNotifications/HOST_ACCESS_NEW_creates_notification
realm.pub/tavern/internal/ent ‑ TestHookDeriveNotifications_HostAccessRecovered
realm.pub/tavern/internal/ent ‑ TestHookDeriveNotifications_HostAccessRecovered/via_UpdateOne
realm.pub/tavern/internal/ent ‑ TestHookDeriveNotifications_HostAccessRecovered/via_Upsert
realm.pub/tavern/internal/ent ‑ TestHookDeriveUserRequestEvents
realm.pub/tavern/internal/ent ‑ TestHookDeriveUserRequestEvents/activated_user_does_not_create_event

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Flaky Test Report

1643 tests found (test 982 to 1643)

There are 1643 tests, see "Raw output" for the list of tests 982 to 1643.
Raw output
realm.pub/tavern/internal/ent ‑ TestHookDeriveUserRequestEvents/multiple_admins_all_receive_notifications
realm.pub/tavern/internal/ent ‑ TestHookDeriveUserRequestEvents/non-activated_user_creates_event_and_notifies_admins
realm.pub/tavern/internal/ent/schema ‑ TestAssetHooks
realm.pub/tavern/internal/ent/schema ‑ TestCreateLinkWithExplicitExpiresAt
realm.pub/tavern/internal/ent/schema ‑ TestHostFileHooks
realm.pub/tavern/internal/ent/schema ‑ TestMultipleTomes
realm.pub/tavern/internal/ent/schema/validators ‑ TestNewJSONStringString
realm.pub/tavern/internal/ent/schema/validators ‑ TestNewJSONStringString/Empty
realm.pub/tavern/internal/ent/schema/validators ‑ TestNewJSONStringString/Invalid
realm.pub/tavern/internal/ent/schema/validators ‑ TestNewJSONStringString/Partial
realm.pub/tavern/internal/ent/schema/validators ‑ TestNewJSONStringString/Valid
realm.pub/tavern/internal/ent/schema/validators ‑ TestNewTomeParameterDefinitions
realm.pub/tavern/internal/ent/schema/validators ‑ TestNewTomeParameterDefinitions/Empty
realm.pub/tavern/internal/ent/schema/validators ‑ TestNewTomeParameterDefinitions/Int32
realm.pub/tavern/internal/ent/schema/validators ‑ TestNewTomeParameterDefinitions/Invalid
realm.pub/tavern/internal/ent/schema/validators ‑ TestNewTomeParameterDefinitions/Multiple
realm.pub/tavern/internal/ent/schema/validators ‑ TestNewTomeParameterDefinitions/Partial
realm.pub/tavern/internal/ent/schema/validators ‑ TestNewTomeParameterDefinitions/Valid
realm.pub/tavern/internal/errors ‑ TestWrapHandler
realm.pub/tavern/internal/errors ‑ TestWrapHandler/BasicError
realm.pub/tavern/internal/errors ‑ TestWrapHandler/NoError
realm.pub/tavern/internal/errors ‑ TestWrapHandler/UnhandledError
realm.pub/tavern/internal/graphql ‑ TestAPI
realm.pub/tavern/internal/graphql ‑ TestAPI/example
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createCredential
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createCredential/Host
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createCredential/HostAndTask
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createLink
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createLink/WithDownloadsRemaining
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createQuest
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createQuest/NoBeacons
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createQuest/NoFiles
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createQuest/WithFiles
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createRepository
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createRepository/SCPURL
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createRepository/SCPURLWIthSSH
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createRepository/SCPURLWithoutUser
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createRepository/SSHURLWithUser
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createRepository/URLWithHTTP
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createRepository/URLWithHTTPS
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createRepository/URLWithoutSchema
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createRepository/ValidURL
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createTag
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createTag/Group
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createTag/MultipleHosts
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createTag/Service
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createTome
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createTome/NoFiles
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/createTome/WithFiles
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/deleteAllNotifications
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/deleteAllNotifications/DeletesAll
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/deleteAllNotifications/PermissionDenied
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/deleteAsset
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/deleteAsset/AssociatedWithTome
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/deleteAsset/PermissionDenied
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/deleteAsset/Singular
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/deleteAsset/WithAssociatedLinks
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/deleteTome
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/deleteTome/PermissionDenied
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/deleteTome/Singular
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/dropAllData
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/dropAllData/DropsData
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/dropAllData/PermissionDenied
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/dropAllData/ReproConstraintError
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/dropAllData/WithEvents
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/dropAllData/foreign_key
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/importRepository
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/importRepository/ExistingTomes
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/importRepository/NoExistingTomes
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/subscribeToHost
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/subscribeToHost/Subscribe
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/unsubscribeFromHost
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/unsubscribeFromHost/Unsubscribe
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/updateBeacon
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/updateBeacon/ChangeNameError
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/updateHost
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/updateHost/AddTag
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/updateHost/ChangeHostname
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/updateHost/RemoveTag
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/updateTag
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/updateTag/ChangeName
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/updateTome
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/updateTome/PermissionDenied
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/updateTome/Singular
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/updateUser
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/updateUser/ChangeUsername
realm.pub/tavern/internal/graphql ‑ TestAPI/mutations/updateUser/PermissionDenied
realm.pub/tavern/internal/graphql ‑ TestAPI/queries
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/assets
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/assets/FilterByID
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/assets/Singular
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/beacons
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/beacons/FilterByID
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/beacons/Singular
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/hosts
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/hosts/Multiple
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/hosts/Singular
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/metrics
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/metrics/beacon_timeline
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/metrics/tasks_by_tome
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/notification
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/quests
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/quests/BackwardPaginate
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/quests/FilterByID
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/quests/ForwardPaginate
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/quests/Multiple
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/quests/OrderByPaginate
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/quests/Singular
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/quests/TaskDiffs
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/quests/TaskDiffsFiltered
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/repositories
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/repositories/WithTomes
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/tags
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/tags/FilterByID
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/tags/FilterByKind
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/tags/Singular
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/tasks
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/tasks/BackwardPaginate
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/tasks/FilterByID
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/tasks/ForwardPaginate
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/tasks/Multiple
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/tasks/OrderByPaginate
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/tasks/Singular
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/tomes
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/tomes/FilterByID
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/tomes/Singular
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/users
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/users/FilterByID
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/users/Me
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/users/MeUnauthenticated
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/users/MeWithUnactivatedUser
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/users/Singular
realm.pub/tavern/internal/graphql ‑ TestAPI/queries/users/UploadedTomes
realm.pub/tavern/internal/graphql ‑ TestCreateBuildTask
realm.pub/tavern/internal/graphql ‑ TestCreateBuildTask/CustomArtifactPath
realm.pub/tavern/internal/graphql ‑ TestCreateBuildTask/DefaultsApplied
realm.pub/tavern/internal/graphql ‑ TestCreateBuildTask/InvalidTargetFormat
realm.pub/tavern/internal/graphql ‑ TestCreateBuildTask/MultipleMatchingBuilders
realm.pub/tavern/internal/graphql ‑ TestCreateBuildTask/NoBuilders
realm.pub/tavern/internal/graphql ‑ TestCreateBuildTask/NoMatchingBuilder
realm.pub/tavern/internal/graphql ‑ TestCreateBuildTask/SingleMatchingBuilder
realm.pub/tavern/internal/graphql ‑ TestCreateBuildTask/WindowsServiceFormat
realm.pub/tavern/internal/graphql ‑ TestCreateQuest
realm.pub/tavern/internal/graphql ‑ TestCreateQuest/CreateWithAssets
realm.pub/tavern/internal/graphql ‑ TestCreateQuest/CreateWithoutFiles
realm.pub/tavern/internal/graphql ‑ TestMetrics_QuestTimelineChart
realm.pub/tavern/internal/graphql ‑ TestTomeMutations
realm.pub/tavern/internal/graphql ‑ TestTomeMutations/CreateTome
realm.pub/tavern/internal/graphql ‑ TestTomeMutations/CreateTome/WithAssets
realm.pub/tavern/internal/graphql ‑ TestTomeMutations/CreateTome/WithoutFiles
realm.pub/tavern/internal/graphql ‑ TestUserMutations
realm.pub/tavern/internal/graphql ‑ TestUserMutations/Update
realm.pub/tavern/internal/hostcheck ‑ TestHandlerInvalidToken
realm.pub/tavern/internal/hostcheck ‑ TestHandlerMissingToken
realm.pub/tavern/internal/hostcheck ‑ TestHandlerValidToken
realm.pub/tavern/internal/hostcheck ‑ TestHandlerWrongKeyToken
realm.pub/tavern/internal/hostcheck ‑ TestNewTokenAndVerifyToken
realm.pub/tavern/internal/hostcheck ‑ TestVerifyTokenInvalidString
realm.pub/tavern/internal/hostcheck ‑ TestVerifyTokenWrongAudience
realm.pub/tavern/internal/hostcheck ‑ TestVerifyTokenWrongKey
realm.pub/tavern/internal/http ‑ TestRequestAuthenticator
realm.pub/tavern/internal/http ‑ TestRequestAuthenticator/AccessToken
realm.pub/tavern/internal/http ‑ TestRequestAuthenticator/InvalidAccessToken
realm.pub/tavern/internal/http ‑ TestRequestAuthenticator/InvalidAccessTokenWithValidSession
realm.pub/tavern/internal/http ‑ TestRequestAuthenticator/InvalidSessionCookie
realm.pub/tavern/internal/http ‑ TestRequestAuthenticator/SessionCookie
realm.pub/tavern/internal/http ‑ TestRequestAuthenticator/Unauthenticated
realm.pub/tavern/internal/http/shell ‑ TestInteractiveShell
realm.pub/tavern/internal/http/shell ‑ TestLargeShellTask
realm.pub/tavern/internal/http/shell ‑ TestNonInteractiveShell
realm.pub/tavern/internal/http/shell ‑ TestOtherStreamOutput
realm.pub/tavern/internal/http/shell ‑ TestOtherStreamOutput_Polling
realm.pub/tavern/internal/http/shell ‑ TestPortalDowngrade
realm.pub/tavern/internal/http/shell ‑ TestShellActiveUsers
realm.pub/tavern/internal/http/shell ‑ TestShellHistory_Interactive
realm.pub/tavern/internal/http/shell ‑ TestTruncation
realm.pub/tavern/internal/http/stream ‑ TestCircularBuffer
realm.pub/tavern/internal/http/stream ‑ TestMux
realm.pub/tavern/internal/http/stream ‑ TestMuxHistory
realm.pub/tavern/internal/http/stream ‑ TestMuxHistoryOrdering
realm.pub/tavern/internal/http/stream ‑ TestNewShellHandler
realm.pub/tavern/internal/http/stream ‑ TestPreventPubSubColdStarts_SubMillisecondInterval
realm.pub/tavern/internal/http/stream ‑ TestPreventPubSubColdStarts_ValidInterval
realm.pub/tavern/internal/http/stream ‑ TestPreventPubSubColdStarts_ZeroInterval
realm.pub/tavern/internal/http/stream ‑ TestStream_Close
realm.pub/tavern/internal/http/stream ‑ TestStream_LateJoin
realm.pub/tavern/internal/http/stream ‑ TestStream_MessageOrdering
realm.pub/tavern/internal/http/stream ‑ TestStream_SendMessage
realm.pub/tavern/internal/mcp ‑ TestCreateQuestHandler
realm.pub/tavern/internal/mcp ‑ TestGraphQLQueryHandler
realm.pub/tavern/internal/mcp ‑ TestGraphQLQueryValidation
realm.pub/tavern/internal/mcp ‑ TestGraphQLQueryValidation/invalid_syntax
realm.pub/tavern/internal/mcp ‑ TestGraphQLQueryValidation/mutation_rejected
realm.pub/tavern/internal/mcp ‑ TestGraphQLQueryValidation/subscription_rejected
realm.pub/tavern/internal/mcp ‑ TestGraphQLQueryValidation/valid_introspection
realm.pub/tavern/internal/mcp ‑ TestGraphQLQueryValidation/valid_query
realm.pub/tavern/internal/mcp ‑ TestGraphQLQueryValidation/valid_shorthand_query
realm.pub/tavern/internal/mcp ‑ TestListHostsHandler
realm.pub/tavern/internal/mcp ‑ TestListQuestsHandler
realm.pub/tavern/internal/mcp ‑ TestListTomesHandler
realm.pub/tavern/internal/mcp ‑ TestMCPPostEndpointRequiresValidRequest
realm.pub/tavern/internal/mcp ‑ TestMCPStreamableHTTPEndpoint
realm.pub/tavern/internal/mcp ‑ TestNewHandler
realm.pub/tavern/internal/mcp ‑ TestParseIntIDs
realm.pub/tavern/internal/mcp ‑ TestParseIntIDs/invalid_string
realm.pub/tavern/internal/mcp ‑ TestParseIntIDs/missing_key
realm.pub/tavern/internal/mcp ‑ TestParseIntIDs/valid_numeric_ids
realm.pub/tavern/internal/mcp ‑ TestParseIntIDs/valid_string_ids
realm.pub/tavern/internal/mcp ‑ TestQuestOutputHandler
realm.pub/tavern/internal/mcp ‑ TestWaitForQuestHandler
realm.pub/tavern/internal/namegen ‑ TestBeaconnameinstring
realm.pub/tavern/internal/namegen ‑ TestBeaconnameinstring/String_does_not_match_any_beacon_name
realm.pub/tavern/internal/namegen ‑ TestBeaconnameinstring/String_matches_a_beacon_name
realm.pub/tavern/internal/namegen ‑ TestGetRandomName
realm.pub/tavern/internal/namegen ‑ TestGetRandomName/BasicName
realm.pub/tavern/internal/namegen ‑ TestGetRandomName/NoDuplicates
realm.pub/tavern/internal/portals ‑ TestPortalClose
realm.pub/tavern/internal/portals ‑ TestPortalIntegration
realm.pub/tavern/internal/portals ‑ TestPortalIntegration/AgentToUser_Ordered
realm.pub/tavern/internal/portals ‑ TestPortalIntegration/AgentToUser_OutOfOrder
realm.pub/tavern/internal/portals ‑ TestPortalIntegration/Integrity_TCP
realm.pub/tavern/internal/portals ‑ TestPortalIntegration/UserToAgent_Ordered
realm.pub/tavern/internal/portals/mux ‑ TestMux_CreatePortal
realm.pub/tavern/internal/portals/mux ‑ TestMux_CreatePortal_ShellTask
realm.pub/tavern/internal/portals/mux ‑ TestMux_DispatchTimeout_Drop
realm.pub/tavern/internal/portals/mux ‑ TestMux_DispatchTimeout_Success
realm.pub/tavern/internal/portals/mux ‑ TestMux_InMemory
realm.pub/tavern/internal/portals/mux ‑ TestMux_OpenPortal
realm.pub/tavern/internal/portals/mux ‑ TestWithSubscriberBufferSize
realm.pub/tavern/internal/portals/pnet ‑ TestConnection_CloseSignalsEOF
realm.pub/tavern/internal/portals/pnet ‑ TestConnection_Deadlines
realm.pub/tavern/internal/portals/pnet ‑ TestConnection_ReadWriteTCP
realm.pub/tavern/internal/portals/pnet ‑ TestConnection_ReadWriteUDP
realm.pub/tavern/internal/portals/pty ‑ TestPTYOutputDelivery
realm.pub/tavern/internal/portals/pty ‑ TestPTYOutputOrdering
realm.pub/tavern/internal/portals/pubsub ‑ TestGCPDriver
realm.pub/tavern/internal/portals/pubsub ‑ TestGCPDriver_Failure
realm.pub/tavern/internal/portals/pubsub ‑ TestInMemoryDriver
realm.pub/tavern/internal/redirectors/dns ‑ TestBuildDNSResponse
realm.pub/tavern/internal/redirectors/dns ‑ TestBuildDNSResponse/TXT_record_response
realm.pub/tavern/internal/redirectors/dns ‑ TestDecodePacket
realm.pub/tavern/internal/redirectors/dns ‑ TestDecodePacket/DATA_packet_with_invalid_CRC
realm.pub/tavern/internal/redirectors/dns ‑ TestDecodePacket/invalid_Base32
realm.pub/tavern/internal/redirectors/dns ‑ TestDecodePacket/invalid_protobuf
realm.pub/tavern/internal/redirectors/dns ‑ TestDecodePacket/packet_with_labels_(dots)
realm.pub/tavern/internal/redirectors/dns ‑ TestDecodePacket/valid_DATA_packet_with_CRC
realm.pub/tavern/internal/redirectors/dns ‑ TestDecodePacket/valid_INIT_packet
realm.pub/tavern/internal/redirectors/dns ‑ TestExtractSubdomain
realm.pub/tavern/internal/redirectors/dns ‑ TestExtractSubdomain/case_insensitive_match
realm.pub/tavern/internal/redirectors/dns ‑ TestExtractSubdomain/multi-label_subdomain
realm.pub/tavern/internal/redirectors/dns ‑ TestExtractSubdomain/no_matching_base_domain
realm.pub/tavern/internal/redirectors/dns ‑ TestExtractSubdomain/only_base_domain_(no_subdomain)
realm.pub/tavern/internal/redirectors/dns ‑ TestExtractSubdomain/simple_subdomain
realm.pub/tavern/internal/redirectors/dns ‑ TestExtractSubdomain/subdomain_with_longer_base_domain
realm.pub/tavern/internal/redirectors/dns ‑ TestParseDomainNameAndType
realm.pub/tavern/internal/redirectors/dns ‑ TestParseDomainNameAndType/query_too_short_for_type
realm.pub/tavern/internal/redirectors/dns ‑ TestParseDomainNameAndType/truncated_query
realm.pub/tavern/internal/redirectors/dns ‑ TestParseDomainNameAndType/valid_AAAA_query
realm.pub/tavern/internal/redirectors/dns ‑ TestParseDomainNameAndType/valid_A_query
realm.pub/tavern/internal/redirectors/dns ‑ TestParseDomainNameAndType/valid_TXT_query
realm.pub/tavern/internal/redirectors/dns ‑ TestParseListenAddr
realm.pub/tavern/internal/redirectors/dns ‑ TestParseListenAddr/custom_port_with_single_domain
realm.pub/tavern/internal/redirectors/dns ‑ TestParseListenAddr/default_port_with_multiple_domains
realm.pub/tavern/internal/redirectors/dns ‑ TestParseListenAddr/empty_domain_value
realm.pub/tavern/internal/redirectors/dns ‑ TestParseListenAddr/malformed_URL_encoding
realm.pub/tavern/internal/redirectors/dns ‑ TestParseListenAddr/mixed_valid_and_empty_domains
realm.pub/tavern/internal/redirectors/dns ‑ TestParseListenAddr/no_query_params
realm.pub/tavern/internal/redirectors/grpc ‑ TestRedirector_ContextCancellation
realm.pub/tavern/internal/redirectors/grpc ‑ TestRedirector_FullDuplexCall
realm.pub/tavern/internal/redirectors/grpc ‑ TestRedirector_UpstreamFailure
realm.pub/tavern/internal/redirectors/http1 ‑ TestCreateRequestContext
realm.pub/tavern/internal/redirectors/http1 ‑ TestCreateStreamWithContext
realm.pub/tavern/internal/redirectors/http1 ‑ TestExtractFrameIncomplete
realm.pub/tavern/internal/redirectors/http1 ‑ TestExtractFrameMultiple
realm.pub/tavern/internal/redirectors/http1 ‑ TestExtractFrameSuccess
realm.pub/tavern/internal/redirectors/http1 ‑ TestExtractFrameWithTrailingData
realm.pub/tavern/internal/redirectors/http1 ‑ TestExtractFrameZeroLength
realm.pub/tavern/internal/redirectors/http1 ‑ TestFrameHeaderCompressionFlag
realm.pub/tavern/internal/redirectors/http1 ‑ TestFrameHeaderEncode
realm.pub/tavern/internal/redirectors/http1 ‑ TestFrameHeaderMaxLength
realm.pub/tavern/internal/redirectors/http1 ‑ TestFrameHeaderNew
realm.pub/tavern/internal/redirectors/http1 ‑ TestFrameHeaderPartialFrameAcrossReads
realm.pub/tavern/internal/redirectors/http1 ‑ TestFrameHeaderRoundtrip
realm.pub/tavern/internal/redirectors/http1 ‑ TestGetClientIP
realm.pub/tavern/internal/redirectors/http1 ‑ TestGetClientIP/RemoteAddr_Multiple_Colons_IPv6_With_Port
realm.pub/tavern/internal/redirectors/http1 ‑ TestGetClientIP/RemoteAddr_Without_Port
realm.pub/tavern/internal/redirectors/http1 ‑ TestGetClientIP/X-Forwarded-For_Empty_Falls_Back_To_RemoteAddr
realm.pub/tavern/internal/redirectors/http1 ‑ TestGetClientIP/X-Forwarded-For_Malformed_IP
realm.pub/tavern/internal/redirectors/http1 ‑ TestGetClientIP/X-Forwarded-For_Not_Set_IPv4
realm.pub/tavern/internal/redirectors/http1 ‑ TestGetClientIP/X-Forwarded-For_Not_Set_IPv6
realm.pub/tavern/internal/redirectors/http1 ‑ TestGetClientIP/X-Forwarded-For_Not_Set_IPv6_Localhost
realm.pub/tavern/internal/redirectors/http1 ‑ TestGetClientIP/X-Forwarded-For_Set
realm.pub/tavern/internal/redirectors/http1 ‑ TestGetClientIP/X-Forwarded-For_With_Multiple_IPs
realm.pub/tavern/internal/redirectors/http1 ‑ TestGetFlusher
realm.pub/tavern/internal/redirectors/http1 ‑ TestGetFlusher/Does_Not_Support_Flusher
realm.pub/tavern/internal/redirectors/http1 ‑ TestGetFlusher/Supports_Flusher
realm.pub/tavern/internal/redirectors/http1 ‑ TestHandleStreamError
realm.pub/tavern/internal/redirectors/http1 ‑ TestReadRequestBody
realm.pub/tavern/internal/redirectors/http1 ‑ TestReadRequestBody/Error_reading_body
realm.pub/tavern/internal/redirectors/http1 ‑ TestReadRequestBody/Valid_body
realm.pub/tavern/internal/redirectors/http1 ‑ TestRequirePOST
realm.pub/tavern/internal/redirectors/http1 ‑ TestRequirePOST/GET
realm.pub/tavern/internal/redirectors/http1 ‑ TestRequirePOST/POST
realm.pub/tavern/internal/redirectors/http1 ‑ TestRequirePOST/PUT
realm.pub/tavern/internal/redirectors/http1 ‑ TestSetGRPCResponseHeaders
realm.pub/tavern/internal/redirectors/http1 ‑ TestStreamConfigFetchAsset
realm.pub/tavern/internal/redirectors/http1 ‑ TestStreamConfigProperties
realm.pub/tavern/internal/redirectors/http1 ‑ TestStreamConfigProperties/FetchAsset
realm.pub/tavern/internal/redirectors/http1 ‑ TestStreamConfigProperties/ReportFile
realm.pub/tavern/internal/redirectors/http1 ‑ TestStreamConfigReportFile
realm.pub/tavern/internal/redirectors/http1 ‑ TestTryDecodeInsufficientData
realm.pub/tavern/internal/redirectors/http1 ‑ TestTryDecodeSuccess
realm.pub/tavern/internal/redirectors/quic ‑ TestRedirector_QUIC_UnaryAndStreaming
realm.pub/tavern/internal/redirectors/quic ‑ TestRedirector_QUIC_UnaryAndStreaming/Bidirectional_Streaming_CreatePortal
realm.pub/tavern/internal/redirectors/quic ‑ TestRedirector_QUIC_UnaryAndStreaming/Unary_ClaimTasks
realm.pub/tavern/internal/scheduler ‑ TestNewMissingScheme
realm.pub/tavern/internal/scheduler ‑ TestNewUnknownDriver
realm.pub/tavern/internal/scheduler ‑ TestRegister
realm.pub/tavern/internal/scheduler ‑ TestRegisterDuplicatePanics
realm.pub/tavern/internal/scheduler ‑ TestRegisterNilPanics
realm.pub/tavern/internal/scheduler/gcp ‑ TestDriverRegistered
realm.pub/tavern/internal/scheduler/gcp ‑ TestHTTPMethodToProto
realm.pub/tavern/internal/scheduler/gcp ‑ TestHTTPMethodToProto/#00
realm.pub/tavern/internal/scheduler/gcp ‑ TestHTTPMethodToProto/DELETE
realm.pub/tavern/internal/scheduler/gcp ‑ TestHTTPMethodToProto/GET
realm.pub/tavern/internal/scheduler/gcp ‑ TestHTTPMethodToProto/HEAD
realm.pub/tavern/internal/scheduler/gcp ‑ TestHTTPMethodToProto/INVALID
realm.pub/tavern/internal/scheduler/gcp ‑ TestHTTPMethodToProto/OPTIONS
realm.pub/tavern/internal/scheduler/gcp ‑ TestHTTPMethodToProto/PATCH
realm.pub/tavern/internal/scheduler/gcp ‑ TestHTTPMethodToProto/POST
realm.pub/tavern/internal/scheduler/gcp ‑ TestHTTPMethodToProto/PUT
realm.pub/tavern/internal/scheduler/gcp ‑ TestHTTPMethodToProto/get
realm.pub/tavern/internal/scheduler/gcp ‑ TestScheduleAtCreatesJob
realm.pub/tavern/internal/scheduler/gcp ‑ TestScheduleAtDefaultMethod
realm.pub/tavern/internal/scheduler/gcp ‑ TestScheduleAtDuplicate
realm.pub/tavern/internal/scheduler/gcp ‑ TestScheduleAtNonUTCTime
realm.pub/tavern/internal/scheduler/gcp ‑ TestScheduleCreatesJob
realm.pub/tavern/internal/scheduler/gcp ‑ TestScheduleDuplicate
realm.pub/tavern/internal/scheduler/mem ‑ TestClose
realm.pub/tavern/internal/scheduler/mem ‑ TestDriverRegistered
realm.pub/tavern/internal/scheduler/mem ‑ TestSchedule
realm.pub/tavern/internal/scheduler/mem ‑ TestScheduleDuplicate
realm.pub/tavern/internal/scheduler/mem ‑ TestScheduleInvalidCron
realm.pub/tavern/internal/scheduler/mem ‑ TestScheduleMultipleJobs
realm.pub/tavern/internal/secrets ‑ TestGetSecretsFile
realm.pub/tavern/internal/secrets ‑ TestSetSecretsAddFile
realm.pub/tavern/internal/secrets ‑ TestSetSecretsNewFile
realm.pub/tavern/portals/stream ‑ TestOrderedReader_BufferLimit
realm.pub/tavern/portals/stream ‑ TestOrderedReader_DuplicateHandling
realm.pub/tavern/portals/stream ‑ TestOrderedReader_Ordered
realm.pub/tavern/portals/stream ‑ TestOrderedReader_OutOfOrder
realm.pub/tavern/portals/stream ‑ TestOrderedReader_StaleTimeout
realm.pub/tavern/portals/stream ‑ TestOrderedWriter
realm.pub/tavern/portals/stream ‑ TestSequencer
realm.pub/tavern/tomes ‑ TestImportFromRepo
realm.pub/tavern/tomes ‑ TestUploadTomes
src/components/create-shell-button/CreateShellButton.test.ts ‑ selectBestBeaconId > should prioritize gRPC even with worse interval
src/components/create-shell-button/CreateShellButton.test.ts ‑ selectBestBeaconId > should prioritize gRPC over other transports given equal principal priority
src/components/create-shell-button/CreateShellButton.test.ts ‑ selectBestBeaconId > should prioritize high priority principal over gRPC
src/components/create-shell-button/CreateShellButton.test.ts ‑ selectBestBeaconId > should prioritize high priority principal over low priority
src/components/create-shell-button/CreateShellButton.test.ts ‑ selectBestBeaconId > should prioritize shortest interval given equal principal and transport
src/components/create-shell-button/CreateShellButton.test.ts ‑ selectBestBeaconId > should prioritize soonest next check-in given everything else equal
src/components/create-shell-button/CreateShellButton.test.ts ‑ selectBestBeaconId > should return null for empty list
src/components/create-shell-button/CreateShellButtonWindowOpen.test.tsx ‑ CreateShellButton opens new tab on click
src/components/tavern-base-ui/table/__tests__/Table.test.tsx ‑ Table > Column sorting > should call toggle sorting handler on header click
src/components/tavern-base-ui/table/__tests__/Table.test.tsx ‑ Table > Column sorting > should not show sort icon when column not sorted
src/components/tavern-base-ui/table/__tests__/Table.test.tsx ‑ Table > Column sorting > should set column width from getSize()
src/components/tavern-base-ui/table/__tests__/Table.test.tsx ‑ Table > Column sorting > should show ascending icon when column sorted asc
src/components/tavern-base-ui/table/__tests__/Table.test.tsx ‑ Table > Column sorting > should show descending icon when column sorted desc
src/components/tavern-base-ui/table/__tests__/Table.test.tsx ‑ Table > Data row rendering > should render rows with cell data
src/components/tavern-base-ui/table/__tests__/Table.test.tsx ‑ Table > Empty data handling > should render empty tbody when no data
src/components/tavern-base-ui/table/__tests__/Table.test.tsx ‑ Table > Header rendering > should render all column headers with text
src/components/tavern-base-ui/table/__tests__/Table.test.tsx ‑ Table > Row click handling > should call onRowClick on Enter key press
src/components/tavern-base-ui/table/__tests__/Table.test.tsx ‑ Table > Row click handling > should call onRowClick when row is clicked
src/components/tavern-base-ui/table/__tests__/Table.test.tsx ‑ Table > Row click handling > should not call onRowClick on other key press
src/components/tavern-base-ui/table/__tests__/Table.test.tsx ‑ Table > Row expansion > should not render sub-component when row not expanded
src/components/tavern-base-ui/table/__tests__/Table.test.tsx ‑ Table > Row expansion > should render sub-component in full-width cell
src/components/tavern-base-ui/table/__tests__/Table.test.tsx ‑ Table > Row expansion > should render sub-component when row is expanded
src/components/tavern-base-ui/table/__tests__/Table.test.tsx ‑ Table > Table structure rendering > should render table with basic structure
src/components/tavern-base-ui/table/__tests__/TablePagination.test.tsx ‑ TablePagination > Button states > should set button states based on page position (page: 1)
src/components/tavern-base-ui/table/__tests__/TablePagination.test.tsx ‑ TablePagination > Button states > should set button states based on page position (page: 10)
src/components/tavern-base-ui/table/__tests__/TablePagination.test.tsx ‑ TablePagination > Navigation callbacks > should call refetchTable with endCursor on Next click
src/components/tavern-base-ui/table/__tests__/TablePagination.test.tsx ‑ TablePagination > Navigation callbacks > should call refetchTable with startCursor on Previous click
src/components/tavern-base-ui/table/__tests__/TablePagination.test.tsx ‑ TablePagination > Navigation callbacks > should decrement page on Previous click
src/components/tavern-base-ui/table/__tests__/TablePagination.test.tsx ‑ TablePagination > Navigation callbacks > should increment page on Next click
src/components/tavern-base-ui/table/__tests__/TablePagination.test.tsx ‑ TablePagination > Page count calculation > should calculate page count correctly and round up with remainder
src/components/tavern-base-ui/table/__tests__/TablePagination.test.tsx ‑ TablePagination > Pagination info display > should display current page number
src/components/tavern-base-ui/table/__tests__/TablePagination.test.tsx ‑ TablePagination > Pagination info display > should display total page count
src/components/tavern-base-ui/table/__tests__/TablePagination.test.tsx ‑ TablePagination > Pagination info display > should display total results count
src/components/tavern-base-ui/table/__tests__/TableWrapper.test.tsx ‑ TableWrapper > Controls section rendering > should not render sorting controls when sortType is not provided
src/components/tavern-base-ui/table/__tests__/TableWrapper.test.tsx ‑ TableWrapper > Controls section rendering > should render custom title
src/components/tavern-base-ui/table/__tests__/TableWrapper.test.tsx ‑ TableWrapper > Controls section rendering > should render default title when not provided
src/components/tavern-base-ui/table/__tests__/TableWrapper.test.tsx ‑ TableWrapper > Controls section rendering > should render filter controls and sorting controls when sortType is provided
src/components/tavern-base-ui/table/__tests__/TableWrapper.test.tsx ‑ TableWrapper > Empty state rendering > should render noData EmptyState when totalItems is 0 and hide table/pagination
src/components/tavern-base-ui/table/__tests__/TableWrapper.test.tsx ‑ TableWrapper > Error state rendering > should render error EmptyState and hide table/pagination
src/components/tavern-base-ui/table/__tests__/TableWrapper.test.tsx ‑ TableWrapper > Loading state rendering > should render loading EmptyState when loading is true and hide table/pagination
src/components/tavern-base-ui/table/__tests__/TableWrapper.test.tsx ‑ TableWrapper > Loading state rendering > should render loading EmptyState when totalItems is undefined
src/components/tavern-base-ui/table/__tests__/TableWrapper.test.tsx ‑ TableWrapper > State priority > should prioritize error over loading
src/components/tavern-base-ui/table/__tests__/TableWrapper.test.tsx ‑ TableWrapper > State priority > should prioritize loading over empty
src/components/tavern-base-ui/table/__tests__/TableWrapper.test.tsx ‑ TableWrapper > Success state with data > should render table and pagination when data exists
src/context/CreateQuestModalContext/__tests__/CreateQuestModalContext.test.tsx ‑ CreateQuestModalContext > CreateQuestModalProvider initialization > should provide default closed state on initial load
src/context/CreateQuestModalContext/__tests__/CreateQuestModalContext.test.tsx ‑ CreateQuestModalContext > closeModal > should set isOpen to false when called
src/context/CreateQuestModalContext/__tests__/CreateQuestModalContext.test.tsx ‑ CreateQuestModalContext > context value stability > should provide stable function references
src/context/CreateQuestModalContext/__tests__/CreateQuestModalContext.test.tsx ‑ CreateQuestModalContext > modal open/close cycle > should handle multiple open/close cycles
src/context/CreateQuestModalContext/__tests__/CreateQuestModalContext.test.tsx ‑ CreateQuestModalContext > openModal > should accept options when opening modal
src/context/CreateQuestModalContext/__tests__/CreateQuestModalContext.test.tsx ‑ CreateQuestModalContext > openModal > should set isOpen to true when called
src/context/CreateQuestModalContext/__tests__/CreateQuestModalContext.test.tsx ‑ CreateQuestModalContext > useCreateQuestModal hook > should throw error when used outside provider
src/context/FilterContext/__tests__/FilterContext.test.tsx ‑ FilterContext > Filter validation > should reject beaconFields with missing required fields
src/context/FilterContext/__tests__/FilterContext.test.tsx ‑ FilterContext > Filter validation > should reject data with invalid field types
src/context/FilterContext/__tests__/FilterContext.test.tsx ‑ FilterContext > Filter validation > should return default filters if sessionStorage contains invalid JSON
src/context/FilterContext/__tests__/FilterContext.test.tsx ‑ FilterContext > FilterProvider initialization > should NOT load unlocked filters from sessionStorage
src/context/FilterContext/__tests__/FilterContext.test.tsx ‑ FilterContext > FilterProvider initialization > should load locked filters from sessionStorage
src/context/FilterContext/__tests__/FilterContext.test.tsx ‑ FilterContext > FilterProvider initialization > should provide default filters on initial load
src/context/FilterContext/__tests__/FilterContext.test.tsx ‑ FilterContext > calculateFilterCount > should count array fields by length
src/context/FilterContext/__tests__/FilterContext.test.tsx ‑ FilterContext > calculateFilterCount > should count string fields correctly
src/context/FilterContext/__tests__/FilterContext.test.tsx ‑ FilterContext > calculateTotalFilterCount > should return 0 when all filters are empty
src/context/FilterContext/__tests__/FilterContext.test.tsx ‑ FilterContext > calculateTotalFilterCount > should return total count for all fields
src/context/FilterContext/__tests__/FilterContext.test.tsx ‑ FilterContext > calculateTotalFilterCount > should sum counts for specified fields only
src/context/FilterContext/__tests__/FilterContext.test.tsx ‑ FilterContext > resetFilters > should reset all filters to default values
src/context/FilterContext/__tests__/FilterContext.test.tsx ‑ FilterContext > storage event listener > should ignore storage events with different keys
src/context/FilterContext/__tests__/FilterContext.test.tsx ‑ FilterContext > storage event listener > should reset to defaults when storage event contains unlocked filters
src/context/FilterContext/__tests__/FilterContext.test.tsx ‑ FilterContext > storage event listener > should update filters when storage event is triggered with locked filters
src/context/FilterContext/__tests__/FilterContext.test.tsx ‑ FilterContext > updateFilters > should persist updated filters to sessionStorage
src/context/FilterContext/__tests__/FilterContext.test.tsx ‑ FilterContext > updateFilters > should update array fields
src/context/FilterContext/__tests__/FilterContext.test.tsx ‑ FilterContext > updateFilters > should update filters with partial updates
src/context/FilterContext/__tests__/FilterControls.test.tsx ‑ FilterControls > Filter component interactions > should preserve filter values when toggling lock state
src/context/FilterContext/__tests__/FilterControls.test.tsx ‑ FilterControls > Filter component interactions > should update filter state when inputs change
src/context/FilterContext/__tests__/FilterControls.test.tsx ‑ FilterControls > Filter configuration by page type > should not render filters on non-filterable pages
src/context/FilterContext/__tests__/FilterControls.test.tsx ‑ FilterControls > Filter configuration by page type > should render all filters for QUEST page
src/context/FilterContext/__tests__/FilterControls.test.tsx ‑ FilterControls > Filter configuration by page type > should render beacon, user, and task output filters for TASKS page
src/context/FilterContext/__tests__/FilterControls.test.tsx ‑ FilterControls > Filter configuration by page type > should render host task filters for host detail page
src/context/FilterContext/__tests__/FilterControls.test.tsx ‑ FilterControls > Filter configuration by page type > should render only beacon filter for HOST page
src/context/FilterContext/__tests__/FilterControls.test.tsx ‑ FilterControls > Filter label calculation > should count multiple active filters correctly
src/context/FilterContext/__tests__/FilterControls.test.tsx ‑ FilterControls > Filter label calculation > should count text search filters correctly
src/context/FilterContext/__tests__/FilterControls.test.tsx ‑ FilterControls > Filter label calculation > should display "Filters (0)" when no filters are active
src/context/FilterContext/__tests__/FilterControls.test.tsx ‑ FilterControls > Filter lock/unlock toggle > should toggle isLocked when lock button is clicked
src/context/PollingContext/__tests__/PollingContext.test.tsx ‑ PollingContext > PollingProvider initialization > should provide default seconds until next poll
src/context/PollingContext/__tests__/PollingContext.test.tsx ‑ PollingContext > PollingProvider initialization > should throw error when usePolling is used outside PollingProvider
src/context/PollingContext/__tests__/PollingContext.test.tsx ‑ PollingContext > Provider setup > should clean up intervals on unmount
src/context/PollingContext/__tests__/PollingContext.test.tsx ‑ PollingContext > Provider setup > should set up intervals on mount
src/context/PollingContext/__tests__/PollingCountdown.test.tsx ‑ PollingCountdown > Countdown display > should display countdown value in full variant
src/context/PollingContext/__tests__/PollingCountdown.test.tsx ‑ PollingCountdown > Countdown display > should display countdown value in minimal variant
src/context/PollingContext/__tests__/PollingCountdown.test.tsx ‑ PollingCountdown > Rendering variants > should render full variant with icon, label, and countdown
src/context/PollingContext/__tests__/PollingCountdown.test.tsx ‑ PollingCountdown > Rendering variants > should render minimal variant with icon and countdown
src/context/SortContext/__tests__/SortContext.test.tsx ‑ SortContext > Sort validation > should accept valid OrderByField structure
src/context/SortContext/__tests__/SortContext.test.tsx ‑ SortContext > Sort validation > should reject data with invalid direction value
src/context/SortContext/__tests__/SortContext.test.tsx ‑ SortContext > Sort validation > should reject data with missing required fields
src/context/SortContext/__tests__/SortContext.test.tsx ‑ SortContext > Sort validation > should return default sorts if sessionStorage contains invalid JSON
src/context/SortContext/__tests__/SortContext.test.tsx ‑ SortContext > SortsProvider initialization > should load sorts from sessionStorage if available
src/context/SortContext/__tests__/SortContext.test.tsx ‑ SortContext > SortsProvider initialization > should provide default sorts on initial load
src/context/SortContext/__tests__/SortContext.test.tsx ‑ SortContext > SortsProvider initialization > should throw error when useSorts is used outside SortsProvider
src/context/SortContext/__tests__/SortContext.test.tsx ‑ SortContext > resetSorts > should persist default sorts to sessionStorage after reset
src/context/SortContext/__tests__/SortContext.test.tsx ‑ SortContext > resetSorts > should reset all sorts to default values
src/context/SortContext/__tests__/SortContext.test.tsx ‑ SortContext > storage event listener > should ignore storage events with different keys
src/context/SortContext/__tests__/SortContext.test.tsx ‑ SortContext > storage event listener > should update sorts when storage event is triggered
src/context/SortContext/__tests__/SortContext.test.tsx ‑ SortContext > updateSorts > should persist updated sorts to sessionStorage
src/context/SortContext/__tests__/SortContext.test.tsx ‑ SortContext > updateSorts > should update multiple sort fields at once
src/context/SortContext/__tests__/SortContext.test.tsx ‑ SortContext > updateSorts > should update sorts with partial updates
src/context/SortContext/__tests__/SortingControls.test.tsx ‑ SortingControls > Rendering for different page types > should render with default host sort settings
src/context/SortContext/__tests__/SortingControls.test.tsx ‑ SortingControls > Rendering for different page types > should render with default process sort settings
src/context/SortContext/__tests__/SortingControls.test.tsx ‑ SortingControls > Rendering for different page types > should render with default quest sort settings
src/context/SortContext/__tests__/SortingControls.test.tsx ‑ SortingControls > Rendering for different page types > should render with default task sort settings
src/context/SortContext/__tests__/SortingControls.test.tsx ‑ SortingControls > Sort direction dropdown > should default to descending direction
src/context/SortContext/__tests__/SortingControls.test.tsx ‑ SortingControls > Sort direction dropdown > should display ascending and descending options
src/context/SortContext/__tests__/SortingControls.test.tsx ‑ SortingControls > Sort field dropdown > should display correct field options for hosts page
src/context/SortContext/__tests__/SortingControls.test.tsx ‑ SortingControls > Sort field dropdown > should display correct field options for quests page
src/context/SortContext/__tests__/SortingControls.test.tsx ‑ SortingControls > Sort field dropdown > should display correct field options for tasks page
src/context/SortContext/__tests__/SortingControls.test.tsx ‑ SortingControls > Updating sort settings > should only update sorts for the current page type
src/context/SortContext/__tests__/SortingControls.test.tsx ‑ SortingControls > Updating sort settings > should update icon when direction changes to ascending
src/context/SortContext/__tests__/SortingControls.test.tsx ‑ SortingControls > Updating sort settings > should update label when field changes
src/context/SortContext/__tests__/SortingControls.test.tsx ‑ SortingControls > Updating sort settings > should update sort direction when direction dropdown changes
src/context/SortContext/__tests__/SortingControls.test.tsx ‑ SortingControls > Updating sort settings > should update sort field when field dropdown changes
src/pages/shellv2/components/__tests__/ShellHeader.test.tsx ‑ ShellHeader > calls onExport when export menu item is clicked
src/pages/shellv2/components/__tests__/ShellHeader.test.tsx ‑ ShellHeader > does not render principal badge when absent
src/pages/shellv2/components/__tests__/ShellHeader.test.tsx ‑ ShellHeader > renders beacon name and host name
src/pages/shellv2/components/__tests__/ShellHeader.test.tsx ‑ ShellHeader > renders principal badge when present
src/pages/shellv2/components/__tests__/ShellStatusBar.test.tsx ‑ ShellStatusBar > displays callback timer
src/pages/shellv2/components/__tests__/ShellStatusBar.test.tsx ‑ ShellStatusBar > displays non-interactive message when portalId is null
src/pages/shellv2/components/__tests__/ShellStatusBar.test.tsx ‑ ShellStatusBar > displays portal active message when portalId is present
src/pages/shellv2/components/__tests__/ShellStatusBar.test.tsx ‑ ShellStatusBar > displays terminated status when closedAt is present
src/pages/shellv2/components/__tests__/ShellStatusBar.test.tsx ‑ ShellStatusBar > highlights missed callback
src/pages/shellv2/components/__tests__/ShellStatusBar.test.tsx ‑ ShellStatusBar > renders connected status correctly
src/pages/shellv2/components/__tests__/ShellStatusBar.test.tsx ‑ ShellStatusBar > renders disconnected status correctly
src/pages/shellv2/components/__tests__/ShellStatusBar.test.tsx ‑ ShellStatusBar > renders reconnecting status correctly
src/pages/shellv2/hooks/shellUtils.test.ts ‑ History Persistence > loadHistory returns empty array on parse error
src/pages/shellv2/hooks/shellUtils.test.ts ‑ History Persistence > loadHistory returns empty array when storage is empty
src/pages/shellv2/hooks/shellUtils.test.ts ‑ History Persistence > loadHistory returns parsed array from storage
src/pages/shellv2/hooks/shellUtils.test.ts ‑ History Persistence > saveHistory saves data to localStorage
src/pages/shellv2/hooks/shellUtils.test.ts ‑ History Persistence > saveHistory truncates history exceeding MAX_HISTORY
src/pages/shellv2/hooks/shellUtils.test.ts ‑ highlightPythonSyntax > alternates punctuation colors based on nesting depth
src/pages/shellv2/hooks/shellUtils.test.ts ‑ highlightPythonSyntax > does not highlight comments inside strings
src/pages/shellv2/hooks/shellUtils.test.ts ‑ highlightPythonSyntax > does not highlight keywords inside strings
src/pages/shellv2/hooks/shellUtils.test.ts ‑ highlightPythonSyntax > handles escaped braces in f-strings
src/pages/shellv2/hooks/shellUtils.test.ts ‑ highlightPythonSyntax > handles mixed content
src/pages/shellv2/hooks/shellUtils.test.ts ‑ highlightPythonSyntax > highlights built-ins and methods
src/pages/shellv2/hooks/shellUtils.test.ts ‑ highlightPythonSyntax > highlights comments
src/pages/shellv2/hooks/shellUtils.test.ts ‑ highlightPythonSyntax > highlights f-strings and variables
src/pages/shellv2/hooks/shellUtils.test.ts ‑ highlightPythonSyntax > highlights keywords
src/pages/shellv2/hooks/shellUtils.test.ts ‑ highlightPythonSyntax > highlights numbers
src/pages/shellv2/hooks/shellUtils.test.ts ‑ highlightPythonSyntax > highlights numbers in f-strings
src/pages/shellv2/hooks/shellUtils.test.ts ‑ highlightPythonSyntax > highlights single quoted strings
src/pages/shellv2/hooks/shellUtils.test.ts ‑ highlightPythonSyntax > highlights strings
src/pages/shellv2/hooks/shellUtils.test.ts ‑ moveWordLeft > handles cursor in middle of word
src/pages/shellv2/hooks/shellUtils.test.ts ‑ moveWordLeft > handles empty/single word
src/pages/shellv2/hooks/shellUtils.test.ts ‑ moveWordLeft > handles multiple spaces
src/pages/shellv2/hooks/shellUtils.test.ts ‑ moveWordLeft > moves to start of current word
src/pages/shellv2/hooks/shellUtils.test.ts ‑ moveWordLeft > moves to start of previous word
src/pages/shellv2/hooks/shellUtils.test.ts ‑ moveWordRight > handles cursor in middle of word
src/pages/shellv2/hooks/shellUtils.test.ts ‑ moveWordRight > handles end of buffer
src/pages/shellv2/hooks/shellUtils.test.ts ‑ moveWordRight > handles multiple spaces
src/pages/shellv2/hooks/shellUtils.test.ts ‑ moveWordRight > moves to end of current word
src/pages/shellv2/hooks/shellUtils.test.ts ‑ moveWordRight > moves to end of next word
src/pages/shellv2/hooks/useCallbackTimer.test.ts ‑ useCallbackTimer > should handle null/undefined beaconData gracefully
src/pages/shellv2/hooks/useCallbackTimer.test.ts ‑ useCallbackTimer > should return false for isMissedCallback and isLateCheckin when checkin is in the future
src/pages/shellv2/hooks/useCallbackTimer.test.ts ‑ useCallbackTimer > should return true for isLateCheckin when checkin is over 5 minutes late
src/pages/shellv2/hooks/useCallbackTimer.test.ts ‑ useCallbackTimer > should return true for isMissedCallback but false for isLateCheckin when checkin is 1 minute late
src/pages/shellv2/hooks/useTabHotkeys.test.ts ‑ useTabHotkeys > calls preventDefault on valid hotkey
src/pages/shellv2/hooks/useTabHotkeys.test.ts ‑ useTabHotkeys > cleans up event listener on unmount
src/pages/shellv2/hooks/useTabHotkeys.test.ts ‑ useTabHotkeys > ctrl+0 does not switch when fewer than 10 tabs
src/pages/shellv2/hooks/useTabHotkeys.test.ts ‑ useTabHotkeys > ctrl+0 is treated as 10th tab (index 9)
src/pages/shellv2/hooks/useTabHotkeys.test.ts ‑ useTabHotkeys > ctrl+1 switches to the first tab (index 0)
src/pages/shellv2/hooks/useTabHotkeys.test.ts ‑ useTabHotkeys > ctrl+2 switches to the second tab (index 1)
src/pages/shellv2/hooks/useTabHotkeys.test.ts ‑ useTabHotkeys > does not call preventDefault on invalid hotkey
src/pages/shellv2/hooks/useTabHotkeys.test.ts ‑ useTabHotkeys > does not switch if target tab index exceeds total tabs
src/pages/shellv2/hooks/useTabHotkeys.test.ts ‑ useTabHotkeys > handles all digits 1-9 correctly
src/pages/shellv2/hooks/useTabHotkeys.test.ts ‑ useTabHotkeys > ignores non-digit keys
src/pages/shellv2/hooks/useTabHotkeys.test.ts ‑ useTabHotkeys > ignores when alt is also pressed
src/pages/shellv2/hooks/useTabHotkeys.test.ts ‑ useTabHotkeys > ignores when meta is also pressed
src/pages/shellv2/hooks/useTabHotkeys.test.ts ‑ useTabHotkeys > ignores when shift is also pressed
src/utils/__tests__/constructQueryUtils.test.ts ‑ 'constructBeaconStatusFilter' > returns and-condition for recently lost status
src/utils/__tests__/constructQueryUtils.test.ts ‑ 'constructBeaconStatusFilter' > returns null when no timestamp provided
src/utils/__tests__/constructQueryUtils.test.ts ‑ 'constructBeaconStatusFilter' > returns null when status array is empty
src/utils/__tests__/constructQueryUtils.test.ts ‑ 'constructBeaconStatusFilter' > returns or-condition when multiple statuses
src/utils/__tests__/constructQueryUtils.test.ts ‑ 'constructBeaconStatusFilter' > returns single condition for one status
src/utils/__tests__/constructQueryUtils.test.ts ‑ 'constructHostStatusFilter' > returns and-condition for recently lost status
src/utils/__tests__/constructQueryUtils.test.ts ‑ 'constructHostStatusFilter' > returns null when no timestamp provided
src/utils/__tests__/constructQueryUtils.test.ts ‑ 'constructHostStatusFilter' > returns null when status array is empty
src/utils/__tests__/constructQueryUtils.test.ts ‑ 'constructHostStatusFilter' > returns or-condition when multiple statuses
src/utils/__tests__/constructQueryUtils.test.ts ‑ 'constructHostStatusFilter' > returns single condition for one status
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructBeaconFilterQuery > maps 'beacon' field to 'nameIn'
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructBeaconFilterQuery > maps 'principal' field to 'principalIn'
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructBeaconFilterQuery > maps 'transport' field to 'transportIn'
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructBeaconFilterQuery > nests host filters under hasHostWith
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructBeaconFilterQuery > returns null when no beacon fields
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructHostFieldQuery > combines multiple filters
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructHostFieldQuery > includes 'hosts' in hasHostWith
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructHostFieldQuery > includes 'platforms' in hasHostWith
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructHostFieldQuery > includes 'primaryIP' in hasHostWith
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructHostFieldQuery > returns null when no filters provided
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructHostTaskFilterQuery > includes hasCreatorWith when userId is set
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructHostTaskFilterQuery > includes taskOutput filter
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructHostTaskFilterQuery > returns null when no filters are set
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructQuestFilterQuery > combines userId with other filters
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructQuestFilterQuery > includes hasCreatorWith when userId is set
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructQuestFilterQuery > includes questName filter
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructQuestFilterQuery > returns null when no filters are set
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructTagFieldsQuery > returns null when no groups or services
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructTagFieldsQuery > returns tag queries for groups and services
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructTaskFilterQuery > combines userId with questId and taskOutput
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructTaskFilterQuery > includes hasCreatorWith when userId is set
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructTaskFilterQuery > includes questId in hasQuestWith
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructTaskFilterQuery > includes taskOutput filter
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructTaskFilterQuery > returns null when no filters are set
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructTomeDefinitionAndValueFilterQuery > returns null when tomeMultiSearch is empty
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructTomeDefinitionAndValueFilterQuery > searches across parameters, paramDefs, name, and description
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructTomeFieldsFilterQuery > maps 'SupportModel' to 'supportModelIn'
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructTomeFieldsFilterQuery > maps 'Tactic' to 'tacticIn'
src/utils/__tests__/constructQueryUtils.test.ts ‑ constructTomeFieldsFilterQuery > returns null when no tome fields
src/utils/utils.test.ts ‑ asPlainObject > prevents access to Array.prototype methods like "filter"
src/utils/utils.test.ts ‑ asPlainObject > returns empty object for non-plain-object values
src/utils/utils.test.ts ‑ asPlainObject > returns the object when given a plain object
src/utils/utils.test.ts ‑ combineTomeValueAndFields > combines values with field definitions
src/utils/utils.test.ts ‑ combineTomeValueAndFields > handles array input without exposing Array.prototype.filter
src/utils/utils.test.ts ‑ constructTomeParams > constructs params with values from questParameters
src/utils/utils.test.ts ‑ constructTomeParams > handles "[]" questParameters without exposing Array.prototype.filter
src/utils/utils.test.ts ‑ constructTomeParams > returns empty array when inputs are null
src/utils/utils.test.ts ‑ toDisplayString > JSON stringifies objects and arrays
src/utils/utils.test.ts ‑ toDisplayString > converts primitives to strings
src/utils/utils.test.ts ‑ toDisplayString > returns null for empty/nullish values
src/utils/utils.test.ts ‑ toDisplayString > returns null for functions
src/utils/utils.test.ts ‑ toDisplayString > returns strings as-is
transport ‑ conv::tests::test_build_conv_packet
transport ‑ conv::tests::test_calculate_crc32_deterministic
transport ‑ conv::tests::test_calculate_crc32_empty
transport ‑ conv::tests::test_calculate_crc32_known_value
transport ‑ conv::tests::test_encode_init_payload_roundtrip
transport ‑ conv::tests::test_generate_conv_id_length_and_charset
transport ‑ conv::tests::test_generate_conv_id_unique
transport ‑ conv::tests::test_parse_status_response_acks_and_nacks
transport ‑ conv::tests::test_parse_status_response_invalid_bytes
transport ‑ conv::tests::test_parse_status_response_non_status_returns_empty
transport ‑ conv::tests::test_split_into_chunks_basic
transport ‑ conv::tests::test_split_into_chunks_empty
transport ‑ conv::tests::test_split_into_chunks_exact_boundary
transport ‑ dns::tests::test_build_dns_query_txt
transport ‑ dns::tests::test_build_subdomain_label_splitting
transport ‑ dns::tests::test_build_subdomain_simple
transport ‑ dns::tests::test_calculate_max_chunk_size_larger_domain_smaller_chunk
transport ‑ dns::tests::test_crc32_basic
transport ‑ dns::tests::test_crc32_known_value
transport ‑ dns::tests::test_dns_record_type_equality
transport ‑ dns::tests::test_encode_data_lowercase
transport ‑ dns::tests::test_encode_data_valid_chars
transport ‑ dns::tests::test_generate_conv_id_charset
transport ‑ dns::tests::test_generate_conv_id_length
transport ‑ dns::tests::test_generate_conv_id_uniqueness
transport ‑ dns::tests::test_get_type
transport ‑ dns::tests::test_init_creates_empty_transport
transport ‑ dns::tests::test_is_active_empty_domain
transport ‑ dns::tests::test_is_active_no_server
transport ‑ dns::tests::test_is_active_with_config
transport ‑ dns::tests::test_list_available
transport ‑ dns::tests::test_name_returns_dns
transport ‑ dns::tests::test_new_missing_domain
transport ‑ dns::tests::test_new_record_type_a
transport ‑ dns::tests::test_new_record_type_aaaa
transport ‑ dns::tests::test_new_record_type_txt_default
transport ‑ dns::tests::test_new_single_server
transport ‑ dns::tests::test_parse_dns_response_too_short
transport ‑ dns::tests::test_parse_dns_response_txid_mismatch
transport ‑ dns::tests::test_process_chunk_response_invalid_protobuf
transport ‑ dns::tests::test_process_chunk_response_valid_status
transport ‑ dns::tests::test_validate_and_prepare_chunks_empty
transport ‑ dns::tests::test_validate_and_prepare_chunks_exceeds_max
transport ‑ dns::tests::test_validate_and_prepare_chunks_small_data
transport ‑ dns_resolver::tests::test_dns_resolution
transport ‑ dns_resolver::tests::test_doh_connector_creation
transport ‑ dns_resolver::tests::test_doh_connector_hyper1_creation
transport ‑ dns_resolver::tests::test_doh_resolver_creation
transport ‑ dns_resolver::tests::test_doh_resolver_hyper1_creation
transport ‑ http::tests::grpc_frame_tests::test_frame_header_compression_flag
transport ‑ http::tests::grpc_frame_tests::test_frame_header_encode
transport ‑ http::tests::grpc_frame_tests::test_frame_header_extract_frame_incomplete
transport ‑ http::tests::grpc_frame_tests::test_frame_header_extract_frame_success
transport ‑ http::tests::grpc_frame_tests::test_frame_header_extract_multiple_frames
transport ‑ http::tests::grpc_frame_tests::test_frame_header_max_length
transport ‑ http::tests::grpc_frame_tests::test_frame_header_new
transport ‑ http::tests::grpc_frame_tests::test_frame_header_partial_frame_across_reads
transport ‑ http::tests::grpc_frame_tests::test_frame_header_roundtrip
transport ‑ http::tests::grpc_frame_tests::test_frame_header_try_decode_insufficient_data
transport ‑ http::tests::grpc_frame_tests::test_frame_header_try_decode_success
transport ‑ http::tests::grpc_frame_tests::test_frame_header_zero_length_message
transport ‑ http::tests::http_helpers_tests::test_build_uri_invalid
transport ‑ http::tests::http_helpers_tests::test_build_uri_success
transport ‑ http::tests::http_helpers_tests::test_build_uri_with_trailing_slash
transport ‑ http::tests::http_helpers_tests::test_build_uri_without_leading_slash
transport ‑ http::tests::http_helpers_tests::test_request_builder_headers_and_method
transport ‑ http::tests::http_helpers_tests::test_request_builder_uri
transport ‑ icmp::tests::test_build_icmp_echo_request_layout
transport ‑ icmp::tests::test_build_icmp_echo_request_valid_checksum
transport ‑ icmp::tests::test_icmp_checksum_all_zeros
transport ‑ icmp::tests::test_icmp_checksum_odd_length
transport ‑ quic::tests::test_extract_rebind_config_custom
transport ‑ quic::tests::test_extract_rebind_config_defaults
transport ‑ quic::tests::test_extract_rebind_config_invalid
transport ‑ quic::tests::test_quinn_endpoint_rebind_success
transport ‑ tests::test_routes_to_dns_transport
transport ‑ tests::test_routes_to_grpc_transport
transport ‑ tests::test_routes_to_http1_transport
transport ‑ tests::test_routes_to_quic_transport
transport ‑ tests::test_unknown_transport_errors