tigrbl_tests 0.4.3.dev4__tar.gz → 0.4.4.dev1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/PKG-INFO +1 -1
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/pyproject.toml +1 -1
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_schema_ctx_attributes_integration.py +3 -1
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/decorators/test_schema_ctx_bindings.py +2 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_schema_ctx_attributes.py +29 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_schema_ctx_plain_class.py +2 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/LICENSE +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/NOTICE +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/README.md +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/__init__.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/architecture/test_import_graph_audit.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/architecture/test_no_bindings_imports.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/architecture/test_operation_resolution_parity.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/architecture/test_route_to_pathspec_migration.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/architecture/test_runtime_structure.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/architecture/test_trace_plan_parity.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/architecture/test_transport_boundaries.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/architecture/test_transport_dispatch_convergence.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/architecture/test_transport_hot_path_boundary.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/architecture/test_transport_removal_readiness.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/conftest.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/fixtures/appspec_corpus.canonical.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/fixtures/appspec_corpus.negative.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/fixtures/appspec_corpus_loader.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/fixtures/cli_smoke_app.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/fixtures/system_diagnostics.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness/test_00_appspec_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness/test_01_kernel_plan_compilation.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness/test_02_bootstrap_plan.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness/test_03_appspec_uvicorn_e2e.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness/test_04_appspec_corpus_fixture.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness/test_05_appspec_metamorphic.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness_e2e/test_00_appspec_uvicorn_rest_rpc.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness_e2e/test_01_appspec_corpus_uvicorn.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness_e2e/test_01_imperative_uvicorn_rest_rpc.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness_v3/__init__.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness_v3/_support.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness_v3/test_appspec_prefixes.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness_v3/test_bootstrap_kernel_compilation.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness_v3/test_default_opspec_bindings.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness_v3/test_kernel_plan_routing.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness_v3/test_mapping_plan_compilation.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness_v3/test_route_rpc_prebinding.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness_v3/test_route_runtime_fallback_atoms.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness_v3/test_uvicorn_e2e_appspec.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/hooks/test_hook_ctx_stage_validation.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/__init__.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_acronym_route_name.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_allow_anon.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_apikey_generation.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_auth_status_projection_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_authn_provider_integration.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_batch_scheduler_i9n.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_bindings_integration.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_bindings_modules.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_bulk_docs_client.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_canonical_appspec_runtime_lowering.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_client_session_robustness_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_client_session_topology_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_core_access.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_engine_install_uvicorn.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_engine_resolver_uvicorn.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_error_mappings.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_field_spec_effects.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_header_io_uvicorn.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_healthz_methodz_hookz.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_hook_ctx_v3_i9n.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_hook_lifecycle.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_hot_path_batch_slots.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_http_stream_batch_runtime_execution.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_http_stream_batch_scheduler.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_iospec_attributes.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_iospec_integration.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_jsonrpc_batch_behavior.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_jsonrpc_batch_runtime_execution.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_jsonrpc_batch_scheduler.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_key_digest_uvicorn.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_list_filters_optional.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_mixins.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_mountable_favicon_uvicorn.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_mountable_lens_uvicorn.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_mountable_openapi_uvicorn.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_mountable_openrpc_uvicorn.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_mountable_swagger_uvicorn.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_nested_path_schema_and_rpc.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_nested_routing_depth.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_op_ctx_alias_examples.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_op_ctx_behavior.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_op_ctx_core_crud_order.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_op_ctx_owner_scope_materialization_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_op_ctx_owner_scope_uvicorn_matrix.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_openapi_clear_response_schema.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_openapi_schema_examples_presence.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_opspec_effects_i9n_test.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_opspec_pre_tx_deps.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_owner_tenant_policy.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_request_extras.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_resident_batch_scheduler_runtime.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_rest_fallback_serialization.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_rest_row_serialization.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_rest_rpc_parity_v3.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_row_result_serialization.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_schema.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_schema_ctx_op_ctx_integration.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_schema_ctx_spec_integration.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_sqlite_attachments.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_storage_spec_integration.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_symmetry_parity.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_tigrbl_api_app_usage_uvicorn.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_tigrbl_api_usage_uvicorn.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_tigrbl_api_uvicorn.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_tigrbl_app_include_api_uvicorn.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_tigrbl_app_multi_api_uvicorn.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_tigrbl_app_usage_uvicorn.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_tigrbl_app_uvicorn.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_transport_demo_tigrcorn_e2e_matrix.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_transport_dispatch_parity.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_types_deprecation_exports.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_uvicorn_transport_behavior.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_v3_bulk_rest_endpoints.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_v3_default_rest_ops.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_v3_default_rpc_ops.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_v3_opspec_attributes.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_verb_alias_policy.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_websocket_batch_runtime_execution.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_websocket_batch_scheduler.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_webtransport_tigrcorn_bridge.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_webtransport_tigrcorn_session_multiplexing.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/uvicorn_utils.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/mount/__init__.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/mount/test_mount_favico.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/options/test_rest_options.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/options/test_rpc_options.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/parity/__init__.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/parity/test_executor_metamorphic_parity.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/parity/test_hook_runtime_stage_parity.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/parity/test_stdapi_openapi_docs.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/parity/test_stdapi_primitives.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/parity/test_stdapi_routing.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/__init__.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/benchmark_results_create_asgitransport_sequential_10_rounds_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/benchmark_results_create_httpxtransport_sequential_10_rounds_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/benchmark_results_create_uvicorn.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/benchmark_results_create_uvicorn_sequential_10_rounds.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/benchmark_results_create_uvicorn_sequential_10_rounds_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/benchmark_results_sse_uvicorn.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/benchmark_results_streaming_uvicorn.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/benchmark_results_tigrbl_create_batch_policy_permutations_15_rounds_2500_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/benchmark_results_tigrbl_create_batch_policy_permutations_20_rounds_2500_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/benchmark_results_tigrbl_create_batch_policy_permutations_20_rounds_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/benchmark_results_tigrbl_create_modes_15_rounds_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/benchmark_results_websocket_uvicorn.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/benchmark_results_webtransport_uvicorn.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/compiled_input_strategy_microbench.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/conftest.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/egress_body_coercion_microbench.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/exact_route_marker_microbench.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/fastapi_create_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/fastapi_sse_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/fastapi_sse_transport_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/fastapi_streaming_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/fastapi_websocket_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/fastapi_websocket_transport_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/helper_fastapi_create_app.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/helper_sse_apps.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/helper_streaming_apps.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/helper_tigrbl_create_app.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/helper_websocket_apps.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/helper_webtransport_apps.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/hot_block_lane_microbench.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/hot_path_perf_suite_manifest.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/hot_path_perf_suite_report.md +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/kernel-plan-benchmark-sse.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/kernel-plan-benchmark-sse.md +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/kernel-plan-benchmark-streaming.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/kernel-plan-benchmark-streaming.md +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/kernel-plan-benchmark-websocket.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/kernel-plan-benchmark-websocket.md +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/kernel-plan-benchmark-webtransport.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/kernel-plan-benchmark-webtransport.md +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/kernel-plan-benchmark.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/kernel-plan-benchmark.md +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/runtime_hotstate_microbench.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/runtime_namespace_dictget_microbench.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/runtime_typecheck_microbench.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_collect_caching.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_comparative_benchmark_verification.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_compiled_input_strategy_microbench.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_egress_body_coercion_microbench.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_exact_route_marker_microbench.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_fastapi_create_call_graph.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_fastapi_vs_tigrbl_executor_benchmark.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_hookz_performance.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_hot_block_lane_microbench.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_methodz_performance.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_open_loop_load_patterns.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_runtime_hotstate_microbench.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_runtime_namespace_dictget_microbench.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_runtime_typecheck_microbench.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_tigrbl_create_batch_modes_benchmark.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_tigrbl_create_batch_policy_permutations_benchmark.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_tigrbl_create_call_graph.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_tigrbl_vs_fastapi_create_benchmark.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/test_validation_guard_strategy_microbench.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-items.benchmark.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-items.benchmark.md +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-items.bin +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-items.hexdump.txt +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-items.summary.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-sse.benchmark.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-sse.benchmark.md +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-sse.bin +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-sse.hexdump.txt +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-sse.summary.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-streaming.benchmark.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-streaming.benchmark.md +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-streaming.bin +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-streaming.hexdump.txt +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-streaming.summary.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-websocket.benchmark.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-websocket.benchmark.md +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-websocket.bin +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-websocket.hexdump.txt +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-websocket.summary.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-webtransport.benchmark.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-webtransport.benchmark.md +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-webtransport.bin +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-webtransport.hexdump.txt +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tgpkhot1-benchmark-webtransport.summary.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tigrbl_create_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tigrbl_sse_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tigrbl_sse_transport_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tigrbl_streaming_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tigrbl_websocket_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tigrbl_websocket_transport_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tigrbl_webtransport_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/tigrbl_webtransport_transport_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/validation_guard_strategy_microbench.json +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/wsproto_client.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/protocol/test_protocol_runtime_governance_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/request/test_request_asgi_scope_compat.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/request/test_request_authn_strip.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/request/test_request_dot_notation.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/request/test_request_response_conveniences.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/request/test_request_transport_convenience_dot_notation.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/requests/test_request_json_modes.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/response/test_response_dot_notation.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/response/test_response_transport_convenience_dot_notation.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/rust/atoms/test_rust_atoms_public_surface.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/rust/ffi/test_rust_binding_trace.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/rust/kernel/test_rust_kernel_public_surface.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/rust/runtime/test_rust_runtime_engine_policy.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/rust/runtime/test_rust_runtime_public_surface.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/security/test_dot_notation_schemes.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/security/test_httpbearer_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/security/test_schemes.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/test_secdeps_execute_in_pre_tx.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/__init__.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/decorators/test_alias_ctx_bindings.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/decorators/test_declarative_surface.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/decorators/test_engine_ctx_bindings.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/decorators/test_hook_ctx_bindings.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/decorators/test_op_alias_bindings.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/decorators/test_op_ctx_bindings.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/decorators/test_response_ctx_bindings.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/response_utils.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/atoms/test_emit_paired_post.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/atoms/test_emit_paired_pre.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/atoms/test_emit_readtime_alias.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/atoms/test_out_masking.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/atoms/test_refresh_demand.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/atoms/test_resolve_assemble.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/atoms/test_resolve_paired_gen.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/atoms/test_route_protocol_detect.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/atoms/test_schema_collect_in.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/atoms/test_schema_collect_out.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/atoms/test_storage_to_stored.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/atoms/test_wire_build_in.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/atoms/test_wire_build_out.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/atoms/test_wire_dump.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/atoms/test_wire_validate_in.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_app_framed_message_codec_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_asgi_transport_projection_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_atom_chain_requirement_projection_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_atom_stage_window_static.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_binding_exchange_normalization_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_binding_subevent_phase_atom_legality_matrix_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_binding_token_lowering_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_bindingspec_event_subevent_schema_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_bindingspec_kernelplan_protocol_compilation_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_canonical_bindingspec_framing_policy.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_canonical_operation_identity_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_client_session_coverage_matrix_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_compilation_runtime_behavior.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_compiled_loop_regions_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_completion_fence_emit_complete_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_concrete_instance_identity_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_contract_classification_consumption_policy.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_contract_classification_drift_guard.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_cross_transport_equivalence_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_derived_runtime_subevent_taxonomy_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_determinism_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_dispatch_exchange_family_subevent_atoms_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_docs_runtime_exposure_policy_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_eventful_channel_state_metadata_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_eventful_protocol_decorator_surface_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_eventful_subevent_surface_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_eventkey_bit_coded_dispatch_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_eventkey_hook_bucket_compilation_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_events_runtime_behavior.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_events_stages.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_explicit_route_selector_precedence_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_first_class_callback_runtime_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_first_class_webhook_delivery_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_framing_decode_encode_atoms_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_framing_matrix_ssot_conformance.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_h3_non_webtransport_stream_taxonomy_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_hook_selector_matching_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_http_rest_jsonrpc_atom_chain_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_http_stream_atom_chain_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_http_stream_client_stream_runtime_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_idempotency_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_inbound_webhook_runtime_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_ingress_egress_access.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_iterator_producer_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_kernel_plan_event_ordering.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_kernel_plan_full_ordering.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_kernel_runtime_behavior.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_kernelplan_executor_runtime_shim_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_legacy_runtime_family_alias_normalization.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_lifespan_runtime_chain_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_loop_ownership_mode_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_loop_region_executor_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_op_verb_to_default_binding_matrix_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_opchannel_capability_handshake_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_ordering_runtime_behavior.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_outbound_callback_delivery_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_packed_executor_hot_path_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_payload_select_header_merge.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_payload_select_invalid_rpc_params.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_protocol_anchor_ordering_parity_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_protocol_phase_tree_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_protocol_phase_tree_plan_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_protocol_scope_schemas_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_protocol_segment_fusion_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_protocol_stream_initiator_legality_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_python_only_runtime_benchmark_rail.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_python_only_runtime_no_rust_public_exports.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_python_only_runtime_rust_executor_rejection.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_python_only_runtime_rust_kernel_module_retirement.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_python_only_runtime_ssot_docs_rust_parity_ban.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_replay_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_retry_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_runtime_compaction_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_runtime_execution_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_runtime_frame_codec_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_runtime_hook_legality_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_runtime_rollup_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_segment_fusion_barrier_policy_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_session_leakage_prevention_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_sse_runtime_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_static_file_runtime_chain_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_stream_resume_runtime_t01.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_stream_resume_runtime_t2.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_subevent_handler_dispatch_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_subevent_transaction_units_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_table_profile_axis_model_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_table_profile_op_selection_matrix_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_table_transport_binding_profiles_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_tigr_asgi_contract_family_set_alignment.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_trace_qlog_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_transport_accept_emit_close_atoms_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_transport_delivery_guarantees_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_transport_event_registry_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_two_axis_lifecycle_matrix_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_unsupported_framing_fail_closed_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_websocket_atom_chain_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_websocket_framing_runtime_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_webtransport_bidi_initiator_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_webtransport_lane_framing_policy.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_webtransport_session_multiplexing_policy.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_webtransport_transport_events_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/runtime/test_yield_iterator_producer_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_acol_vcol_knobs.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_alias_ctx_op_alias_attributes.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_alias_ctx_op_attributes.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_api_level_set_auth.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_app_model_defaults.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_app_reexport.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_app_spec_normalization.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_attrdict_t2_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_attrdict_vs_simplenamespace.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_authorize_runtime_secdep.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_base_columnspec_inheritance.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_base_contract_t2_behavior.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_base_facade_initialize.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_base_public_projection_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_batch_config_defaults.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_build_list_params_spec_model.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_bulk_body_annotation.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_bulk_response_schema.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_canonical_custom_op_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_canonical_file_transfer_op_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_canonical_pubsub_op_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_canonical_query_op_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_canonical_standard_op_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_canonical_stream_transport_op_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_canonical_tail_op_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_cli_cmds.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_cli_srv.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_cli_target_loading_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_colspec_map_isolation.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_column_collect_mixins.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_column_mro_collect_namespace.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_column_rest_rpc_results.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_column_table_orm_binding.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_concrete_dependency_helpers_t2.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_concrete_facade_helpers_t2.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_concrete_response_background_task_t2.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_concrete_response_classes.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_concrete_session_helpers_t2.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_concrete_static_schema_helpers_t2.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_config_dataclass_none.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_core_crud_bulk_ops.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_core_crud_default_ops.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_core_crud_methods.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_core_wrap_memoization.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_db_dependency.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_ddl_initialization_modes_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_declared_surface_docs.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_declared_surface_metadata_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_decorator_and_collect.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_default_schema_selection.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_default_tags.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_diagnostics_endpoint_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_diagnostics_no_compat_module.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_docs_mount_runtime_surface_parity_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_docs_security_parity.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_engine_install_api.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_engine_install_app.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_engine_install_op.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_engine_install_table.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_engine_resolver_precedence_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_engine_session_database_availability.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_engine_spec_and_shortcuts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_engine_usage_levels.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_field_spec_attrs.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_field_spec_constraints.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_file_response.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_get_schema.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_handler_step_qualname.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_hook_ctx_attributes.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_hook_ctx_binding.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_hook_surface_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_hookz_empty_stage.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_http_route_registration.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_hybrid_session_run_sync.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_in_tx.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_include_model_columns_namespace.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_include_models_base_prefix.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_include_tables_base_prefix.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_include_tables_helper_surface_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_initialize_async_task.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_initialize_cross_ddl.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_initialize_mixed_engines.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_initialize_task_schedule.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_instance_naming_conventions.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_io_spec_attributes.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_iospec_attributes.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_iospec_effects.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_jcs_canonicalization_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_jsonrpc_codec_authority.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_jsonrpc_id_example.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_jsonrpc_openrpc.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_jsonrpc_router_default_tag.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_jsonrpc_schema_namespace.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_kernel_invoke_ctx.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_kernel_opview_on_demand.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_kernel_plan_labels.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_kernelz_endpoint.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_make_column_shortcuts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_mapping_bind_response_export.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_mapping_plan_precedence.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_middleware_http_and_cors.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_middleware_surface_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_mixins_sqlalchemy.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_op_alias.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_op_class_engine_binding.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_op_ctx_arity_paths.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_op_ctx_attributes.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_op_ctx_core_crud_integration.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_op_ctx_custom_target_persist.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_op_ctx_dynamic_attach.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_op_ctx_parameter_matrix.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_op_ctx_persist_options.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_op_surface_owner_scope_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_openapi_documentation_security_behavior.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_openapi_openrpc_schema_separation.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_openapi_schema_cache_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_openrpc_documentation_security_behavior.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_operator_auth_surface_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_operator_bounded_middleware_catalog_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_operator_cookie_form_upload_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_operator_docs_descope_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_operator_oidc_descope_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_operator_static_files_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_operator_streaming_sse_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_operator_surface_closure.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_operator_surface_docs_parity.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_operator_websocket_route_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_opspec_effects.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_package_badges_and_notices.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_postgres_engine_errors.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_postgres_env_vars.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_relationship_alias_cols.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_request_body_schema.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_request_response_examples.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_resolver_interning_warmup.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_resolver_precedence.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_response_alias_table_rpc.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_response_ctx_precedence.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_response_diagnostics_kernelz.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_response_html_jinja_behavior.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_response_parity.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_response_rest.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_response_rpc.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_response_template.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_response_uuid.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_rest_all_default_op_verbs.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_rest_bulk_delete_suppresses_clear.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_rest_jsonrpc_metamorphic_default_ops.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_rest_no_schema_jsonable.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_rest_operation_id_uniqueness.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_rest_output_serialization_extras.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_rest_request_mapping_access.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_rest_rpc_parity_default_ops.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_rest_rpc_prefixes.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_rest_rpc_symmetry.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_router_compatibility_shims.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_router_dependency_execution_blocked.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_rpc_all_default_op_verbs.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_rpc_default_ops.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_schema_readiness_fail_closed_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_schema_spec_presence.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_schemas_binding.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_security_contract_auth_policy_parity.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_security_dependency_surface_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_security_per_route.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_should_wire_canonical.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_spec_api.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_spec_app.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_spec_binding_app_engine_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_spec_column.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_spec_contracts_request_schema_storage.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_spec_contracts_session_bindings.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_spec_contracts_table_registry_template.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_spec_engine.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_spec_field.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_spec_hook.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_spec_io.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_spec_op.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_spec_snapshots.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_spec_storage.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_spec_table.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_sqlite_attachments.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_sqlite_uuid_type.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_stdapi_request_injection.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_stdapi_transport_asgi_wsgi.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_storage_spec_attributes.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_sys_handler_crud.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_sys_run_rollback.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_sys_tx_async_begin.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_sys_tx_begin.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_sys_tx_commit.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_system_diagnostics_fixture_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_system_docs_builders.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_system_docs_diagnostics_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_system_uix_surface_contracts.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_table_base_exports.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_table_collect_spec.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_table_columns_namespace.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_table_model_attribute_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_table_namespace_init.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_table_namespace_isolation.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_table_profile_exports.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_tigrbl_api_app_configuration.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_tigrbl_api_app_instantiation.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_tigrbl_api_app_subclass_definition.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_tigrbl_api_configuration.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_tigrbl_api_instantiation.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_tigrbl_api_subclass_definition.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_tigrbl_app_configuration.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_tigrbl_app_event_handlers.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_tigrbl_app_instantiation.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_tigrbl_app_state.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_tigrbl_app_subclass_definition.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_transport_compat_imports.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_transport_demo_bundle.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_transport_deprecation_warnings.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_transport_dispatch_parity_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_transport_gw_contract.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_transport_response_concrete_class.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_transport_security_runtime_only.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_v3_default_root_endpoint.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_v3_favicon_endpoint.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_v3_healthz_endpoint.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_v3_op_alias.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_v3_op_ctx_attributes.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_v3_schemas_and_decorators.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_v3_storage_spec_attributes.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_verbosity.py +0 -0
- {tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_well_known_surface_t2.py +0 -0
|
@@ -55,9 +55,11 @@ async def test_schema_ctx_bindings(schema_ctx_client):
|
|
|
55
55
|
@pytest.mark.i9n
|
|
56
56
|
@pytest.mark.asyncio
|
|
57
57
|
async def test_schema_ctx_request_response_schema(schema_ctx_client):
|
|
58
|
-
_, router,
|
|
58
|
+
_, router, Widget, _ = schema_ctx_client
|
|
59
59
|
create_schema = router.schemas.Widget.create.in_
|
|
60
60
|
read_schema = router.schemas.Widget.read.out
|
|
61
|
+
assert create_schema is Widget.schemas.create.in_
|
|
62
|
+
assert read_schema is Widget.schemas.read.out
|
|
61
63
|
assert create_schema.model_fields["name"].is_required()
|
|
62
64
|
assert "age" in read_schema.model_fields
|
|
63
65
|
|
|
@@ -15,6 +15,7 @@ def test_schema_ctx_internal_binding_attaches_decl_to_schema():
|
|
|
15
15
|
assert decl.alias == "Search"
|
|
16
16
|
assert decl.kind == "in"
|
|
17
17
|
assert not hasattr(Widget, TIGRBL_SCHEMA_DECLS_ATTR)
|
|
18
|
+
assert not hasattr(Widget, "schemas")
|
|
18
19
|
|
|
19
20
|
|
|
20
21
|
def test_schema_ctx_external_binding_uses_for_argument():
|
|
@@ -27,6 +28,7 @@ def test_schema_ctx_external_binding_uses_for_argument():
|
|
|
27
28
|
|
|
28
29
|
mapping = getattr(Gadget, TIGRBL_SCHEMA_DECLS_ATTR)
|
|
29
30
|
assert mapping["Result"]["out"] is ResultSchema
|
|
31
|
+
assert Gadget.schemas.Result.out is ResultSchema
|
|
30
32
|
decl = ResultSchema.__tigrbl_schema_decl__
|
|
31
33
|
assert decl.alias == "Result"
|
|
32
34
|
assert decl.kind == "out"
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_schema_ctx_attributes.py
RENAMED
|
@@ -3,6 +3,7 @@ from pydantic import BaseModel
|
|
|
3
3
|
|
|
4
4
|
from tigrbl import schema_ctx
|
|
5
5
|
from tigrbl import build_schemas
|
|
6
|
+
from tigrbl import TableBase
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
def test_schema_ctx_records_alias() -> None:
|
|
@@ -25,6 +26,20 @@ def test_schema_ctx_registers_alias_namespace() -> None:
|
|
|
25
26
|
assert hasattr(Model.schemas, "Foo")
|
|
26
27
|
|
|
27
28
|
|
|
29
|
+
def test_schema_ctx_table_local_schema_is_available_before_build() -> None:
|
|
30
|
+
class Widget(TableBase):
|
|
31
|
+
@schema_ctx(alias="Search", kind="in")
|
|
32
|
+
class SearchIn(BaseModel):
|
|
33
|
+
q: str
|
|
34
|
+
|
|
35
|
+
@schema_ctx(alias="Search", kind="out")
|
|
36
|
+
class SearchOut(BaseModel):
|
|
37
|
+
id: int
|
|
38
|
+
|
|
39
|
+
assert Widget.schemas.Search.in_ is Widget.SearchIn
|
|
40
|
+
assert Widget.schemas.Search.out is Widget.SearchOut
|
|
41
|
+
|
|
42
|
+
|
|
28
43
|
def test_schema_ctx_records_kind_in() -> None:
|
|
29
44
|
class Model:
|
|
30
45
|
@schema_ctx(alias="Bar", kind="in")
|
|
@@ -84,10 +99,24 @@ def test_schema_ctx_explicit_for_registration() -> None:
|
|
|
84
99
|
class ExtSchema(BaseModel):
|
|
85
100
|
id: int
|
|
86
101
|
|
|
102
|
+
assert Target.schemas.Ext.out is ExtSchema
|
|
103
|
+
|
|
87
104
|
build_schemas(Target, [])
|
|
88
105
|
assert Target.schemas.Ext.out is ExtSchema
|
|
89
106
|
|
|
90
107
|
|
|
108
|
+
def test_schema_ctx_build_preserves_auto_bound_table_schema() -> None:
|
|
109
|
+
class Target(TableBase):
|
|
110
|
+
@schema_ctx(alias="Ext", kind="out")
|
|
111
|
+
class ExtSchema(BaseModel):
|
|
112
|
+
id: int
|
|
113
|
+
|
|
114
|
+
assert Target.schemas.Ext.out is Target.ExtSchema
|
|
115
|
+
|
|
116
|
+
build_schemas(Target, [])
|
|
117
|
+
assert Target.schemas.Ext.out is Target.ExtSchema
|
|
118
|
+
|
|
119
|
+
|
|
91
120
|
def test_schema_ctx_non_class_target_raises_type_error() -> None:
|
|
92
121
|
with pytest.raises(TypeError):
|
|
93
122
|
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/unit/test_schema_ctx_plain_class.py
RENAMED
|
@@ -25,6 +25,8 @@ def test_schema_ctx_promotes_plain_classes_to_pydantic():
|
|
|
25
25
|
|
|
26
26
|
assert issubclass(ping_model, BaseModel)
|
|
27
27
|
assert issubclass(pong_model, BaseModel)
|
|
28
|
+
assert Widget.schemas.Ping.in_ is ping_model
|
|
29
|
+
assert Widget.schemas.Ping.out is pong_model
|
|
28
30
|
|
|
29
31
|
inst = ping_model()
|
|
30
32
|
assert inst.attempts == 1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/architecture/test_import_graph_audit.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/architecture/test_no_bindings_imports.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/architecture/test_runtime_structure.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/architecture/test_trace_plan_parity.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/architecture/test_transport_boundaries.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/fixtures/appspec_corpus.canonical.json
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/fixtures/appspec_corpus.negative.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness/test_00_appspec_contract.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness/test_01_kernel_plan_compilation.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness/test_03_appspec_uvicorn_e2e.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness/test_04_appspec_corpus_fixture.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness/test_05_appspec_metamorphic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness_v3/test_appspec_prefixes.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness_v3/test_default_opspec_bindings.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness_v3/test_kernel_plan_routing.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness_v3/test_route_rpc_prebinding.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/harness_v3/test_uvicorn_e2e_appspec.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/hooks/test_hook_ctx_stage_validation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_authn_provider_integration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_engine_install_uvicorn.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_engine_resolver_uvicorn.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_http_stream_batch_scheduler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_jsonrpc_batch_behavior.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_jsonrpc_batch_scheduler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_mountable_favicon_uvicorn.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_mountable_lens_uvicorn.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_mountable_openapi_uvicorn.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_mountable_openrpc_uvicorn.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_mountable_swagger_uvicorn.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_nested_path_schema_and_rpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_op_ctx_core_crud_order.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_openapi_clear_response_schema.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_opspec_effects_i9n_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_rest_fallback_serialization.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_rest_row_serialization.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_row_result_serialization.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_schema_ctx_op_ctx_integration.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_schema_ctx_spec_integration.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_storage_spec_integration.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_tigrbl_api_app_usage_uvicorn.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_tigrbl_api_usage_uvicorn.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_tigrbl_app_include_api_uvicorn.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_tigrbl_app_multi_api_uvicorn.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_tigrbl_app_usage_uvicorn.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_transport_dispatch_parity.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_types_deprecation_exports.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_uvicorn_transport_behavior.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_v3_bulk_rest_endpoints.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_websocket_batch_scheduler.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/i9n/test_webtransport_tigrcorn_bridge.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/parity/test_executor_metamorphic_parity.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/parity/test_hook_runtime_stage_parity.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/parity/test_stdapi_openapi_docs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/benchmark_results_create_uvicorn.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/benchmark_results_sse_uvicorn.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/egress_body_coercion_microbench.json
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/exact_route_marker_microbench.json
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/fastapi_sse_call_graph_250_ops.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/hot_block_lane_microbench.json
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/hot_path_perf_suite_manifest.json
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/hot_path_perf_suite_report.md
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/kernel-plan-benchmark-sse.json
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/kernel-plan-benchmark-streaming.json
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/kernel-plan-benchmark-streaming.md
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/kernel-plan-benchmark-websocket.json
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/kernel-plan-benchmark-websocket.md
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/kernel-plan-benchmark-webtransport.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/runtime_hotstate_microbench.json
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.3.dev4 → tigrbl_tests-0.4.4.dev1}/tests/perf/runtime_typecheck_microbench.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|