tigrbl_tests 0.4.2.dev3__tar.gz → 0.4.2.dev4__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.2.dev4/NOTICE +7 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/PKG-INFO +108 -29
- tigrbl_tests-0.4.2.dev4/README.md +150 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/pyproject.toml +1 -1
- tigrbl_tests-0.4.2.dev4/tests/unit/test_package_badges_and_notices.py +72 -0
- tigrbl_tests-0.4.2.dev3/README.md +0 -72
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/LICENSE +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/__init__.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/architecture/test_import_graph_audit.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/architecture/test_no_bindings_imports.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/architecture/test_operation_resolution_parity.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/architecture/test_runtime_structure.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/architecture/test_trace_plan_parity.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/architecture/test_transport_boundaries.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/architecture/test_transport_dispatch_convergence.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/conftest.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/fixtures/appspec_corpus.canonical.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/fixtures/appspec_corpus.negative.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/fixtures/appspec_corpus_loader.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/fixtures/cli_smoke_app.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/fixtures/system_diagnostics.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness/test_00_appspec_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness/test_01_kernel_plan_compilation.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness/test_02_bootstrap_plan.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness/test_03_appspec_uvicorn_e2e.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness/test_04_appspec_corpus_fixture.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness/test_05_appspec_metamorphic.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness_e2e/test_00_appspec_uvicorn_rest_rpc.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness_e2e/test_01_appspec_corpus_uvicorn.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness_e2e/test_01_imperative_uvicorn_rest_rpc.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness_v3/__init__.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness_v3/_support.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness_v3/test_appspec_prefixes.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness_v3/test_bootstrap_kernel_compilation.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness_v3/test_default_opspec_bindings.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness_v3/test_kernel_plan_routing.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness_v3/test_mapping_plan_compilation.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness_v3/test_route_rpc_prebinding.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness_v3/test_route_runtime_fallback_atoms.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness_v3/test_uvicorn_e2e_appspec.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/hooks/test_hook_ctx_stage_validation.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/__init__.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_acronym_route_name.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_allow_anon.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_apikey_generation.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_auth_status_projection_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_authn_provider_integration.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_batch_scheduler_i9n.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_bindings_integration.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_bindings_modules.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_bulk_docs_client.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_canonical_appspec_runtime_lowering.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_core_access.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_engine_install_uvicorn.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_engine_resolver_uvicorn.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_error_mappings.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_field_spec_effects.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_header_io_uvicorn.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_healthz_methodz_hookz.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_hook_ctx_v3_i9n.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_hook_lifecycle.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_hot_path_batch_slots.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_http_stream_batch_runtime_execution.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_http_stream_batch_scheduler.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_iospec_attributes.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_iospec_integration.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_jsonrpc_batch_behavior.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_jsonrpc_batch_runtime_execution.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_jsonrpc_batch_scheduler.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_key_digest_uvicorn.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_list_filters_optional.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_mixins.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_mountable_favicon_uvicorn.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_mountable_lens_uvicorn.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_mountable_openapi_uvicorn.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_mountable_openrpc_uvicorn.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_mountable_swagger_uvicorn.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_nested_path_schema_and_rpc.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_nested_routing_depth.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_op_ctx_alias_examples.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_op_ctx_behavior.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_op_ctx_core_crud_order.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_op_ctx_owner_scope_materialization_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_op_ctx_owner_scope_uvicorn_matrix.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_openapi_clear_response_schema.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_openapi_schema_examples_presence.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_opspec_effects_i9n_test.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_opspec_pre_tx_deps.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_owner_tenant_policy.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_request_extras.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_resident_batch_scheduler_runtime.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_rest_fallback_serialization.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_rest_row_serialization.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_rest_rpc_parity_v3.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_row_result_serialization.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_schema.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_schema_ctx_attributes_integration.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_schema_ctx_op_ctx_integration.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_schema_ctx_spec_integration.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_sqlite_attachments.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_storage_spec_integration.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_symmetry_parity.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_tigrbl_api_app_usage_uvicorn.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_tigrbl_api_usage_uvicorn.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_tigrbl_api_uvicorn.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_tigrbl_app_include_api_uvicorn.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_tigrbl_app_multi_api_uvicorn.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_tigrbl_app_usage_uvicorn.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_tigrbl_app_uvicorn.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_transport_demo_tigrcorn_e2e_matrix.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_transport_dispatch_parity.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_types_deprecation_exports.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_uvicorn_transport_behavior.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_v3_bulk_rest_endpoints.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_v3_default_rest_ops.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_v3_default_rpc_ops.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_v3_opspec_attributes.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_verb_alias_policy.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_websocket_batch_runtime_execution.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_websocket_batch_scheduler.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_webtransport_tigrcorn_bridge.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_webtransport_tigrcorn_session_multiplexing.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/uvicorn_utils.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/mount/__init__.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/mount/test_mount_favico.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/options/test_rest_options.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/options/test_rpc_options.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/parity/__init__.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/parity/test_atom_parity_corpus.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/parity/test_executor_metamorphic_parity.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/parity/test_hook_runtime_stage_parity.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/parity/test_stdapi_openapi_docs.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/parity/test_stdapi_primitives.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/parity/test_stdapi_routing.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/__init__.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/benchmark_results_create_asgitransport_sequential_10_rounds_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/benchmark_results_create_httpxtransport_sequential_10_rounds_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/benchmark_results_create_uvicorn.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/benchmark_results_create_uvicorn_sequential_10_rounds.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/benchmark_results_create_uvicorn_sequential_10_rounds_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/benchmark_results_executors_seq_10_rounds.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/benchmark_results_executors_seq_10_rounds_1000_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/benchmark_results_sse_uvicorn.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/benchmark_results_streaming_uvicorn.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/benchmark_results_tigrbl_create_batch_policy_permutations_15_rounds_2500_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/benchmark_results_tigrbl_create_batch_policy_permutations_20_rounds_2500_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/benchmark_results_tigrbl_create_batch_policy_permutations_20_rounds_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/benchmark_results_tigrbl_create_modes_15_rounds_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/benchmark_results_websocket_uvicorn.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/benchmark_results_webtransport_uvicorn.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/compiled_input_strategy_microbench.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/conftest.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/egress_body_coercion_microbench.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/exact_route_marker_microbench.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/fastapi_create_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/fastapi_sse_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/fastapi_sse_transport_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/fastapi_streaming_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/fastapi_websocket_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/fastapi_websocket_transport_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/helper_fastapi_create_app.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/helper_sse_apps.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/helper_streaming_apps.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/helper_tigrbl_create_app.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/helper_websocket_apps.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/helper_webtransport_apps.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/hot_block_lane_microbench.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/hot_path_perf_suite_manifest.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/hot_path_perf_suite_report.md +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/kernel-plan-benchmark-sse.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/kernel-plan-benchmark-sse.md +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/kernel-plan-benchmark-streaming.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/kernel-plan-benchmark-streaming.md +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/kernel-plan-benchmark-websocket.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/kernel-plan-benchmark-websocket.md +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/kernel-plan-benchmark-webtransport.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/kernel-plan-benchmark-webtransport.md +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/kernel-plan-benchmark.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/kernel-plan-benchmark.md +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/runtime_hotstate_microbench.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/runtime_namespace_dictget_microbench.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/runtime_typecheck_microbench.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_collect_caching.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_comparative_benchmark_verification.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_compiled_input_strategy_microbench.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_egress_body_coercion_microbench.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_exact_route_marker_microbench.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_fastapi_create_call_graph.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_fastapi_vs_tigrbl_executor_benchmark.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_hookz_performance.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_hot_block_lane_microbench.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_methodz_performance.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_open_loop_load_patterns.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_runtime_hotstate_microbench.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_runtime_namespace_dictget_microbench.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_runtime_typecheck_microbench.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_tigrbl_create_batch_modes_benchmark.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_tigrbl_create_batch_policy_permutations_benchmark.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_tigrbl_create_call_graph.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_tigrbl_vs_fastapi_create_benchmark.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/test_validation_guard_strategy_microbench.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-items.benchmark.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-items.benchmark.md +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-items.bin +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-items.hexdump.txt +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-items.summary.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-sse.benchmark.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-sse.benchmark.md +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-sse.bin +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-sse.hexdump.txt +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-sse.summary.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-streaming.benchmark.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-streaming.benchmark.md +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-streaming.bin +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-streaming.hexdump.txt +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-streaming.summary.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-websocket.benchmark.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-websocket.benchmark.md +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-websocket.bin +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-websocket.hexdump.txt +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-websocket.summary.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-webtransport.benchmark.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-webtransport.benchmark.md +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-webtransport.bin +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-webtransport.hexdump.txt +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tgpkhot1-benchmark-webtransport.summary.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tigrbl_create_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tigrbl_sse_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tigrbl_sse_transport_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tigrbl_streaming_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tigrbl_websocket_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tigrbl_websocket_transport_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tigrbl_webtransport_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/tigrbl_webtransport_transport_call_graph_250_ops.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/validation_guard_strategy_microbench.json +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/perf/wsproto_client.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/protocol/test_protocol_runtime_governance_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/request/test_request_asgi_scope_compat.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/request/test_request_authn_strip.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/request/test_request_dot_notation.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/request/test_request_response_conveniences.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/request/test_request_transport_convenience_dot_notation.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/requests/test_request_json_modes.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/response/test_response_dot_notation.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/response/test_response_transport_convenience_dot_notation.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/rust/atoms/test_rust_atoms_public_surface.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/rust/ffi/test_rust_binding_trace.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/rust/kernel/test_rust_kernel_public_surface.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/rust/parity/test_rust_parity_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/rust/runtime/test_rust_runtime_engine_policy.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/rust/runtime/test_rust_runtime_public_surface.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/security/test_dot_notation_schemes.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/security/test_httpbearer_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/security/test_schemes.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/test_secdeps_execute_in_pre_tx.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/__init__.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/decorators/test_alias_ctx_bindings.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/decorators/test_declarative_surface.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/decorators/test_engine_ctx_bindings.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/decorators/test_hook_ctx_bindings.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/decorators/test_op_alias_bindings.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/decorators/test_op_ctx_bindings.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/decorators/test_response_ctx_bindings.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/decorators/test_schema_ctx_bindings.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/response_utils.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/atoms/test_emit_paired_post.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/atoms/test_emit_paired_pre.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/atoms/test_emit_readtime_alias.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/atoms/test_out_masking.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/atoms/test_refresh_demand.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/atoms/test_resolve_assemble.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/atoms/test_resolve_paired_gen.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/atoms/test_route_protocol_detect.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/atoms/test_schema_collect_in.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/atoms/test_schema_collect_out.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/atoms/test_storage_to_stored.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/atoms/test_wire_build_in.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/atoms/test_wire_build_out.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/atoms/test_wire_dump.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/atoms/test_wire_validate_in.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_app_framed_message_codec_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_atom_stage_window_static.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_binding_exchange_normalization_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_binding_subevent_phase_atom_legality_matrix_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_bindingspec_event_subevent_schema_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_bindingspec_kernelplan_protocol_compilation_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_canonical_bindingspec_framing_policy.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_compilation_runtime_behavior.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_compiled_loop_regions_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_completion_fence_emit_complete_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_contract_classification_consumption_policy.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_contract_classification_drift_guard.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_derived_runtime_subevent_taxonomy_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_dispatch_exchange_family_subevent_atoms_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_eventful_channel_state_metadata_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_eventful_protocol_decorator_surface_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_eventful_subevent_surface_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_eventkey_bit_coded_dispatch_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_eventkey_hook_bucket_compilation_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_events_runtime_behavior.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_events_stages.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_first_class_callback_runtime_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_first_class_webhook_delivery_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_framing_decode_encode_atoms_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_hook_selector_matching_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_http_rest_jsonrpc_atom_chain_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_http_stream_atom_chain_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_ingress_egress_access.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_iterator_producer_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_kernel_plan_event_ordering.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_kernel_plan_full_ordering.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_kernel_runtime_behavior.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_kernelplan_executor_runtime_shim_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_legacy_runtime_family_alias_normalization.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_lifespan_runtime_chain_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_loop_ownership_mode_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_loop_region_executor_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_opchannel_capability_handshake_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_ordering_runtime_behavior.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_packed_executor_hot_path_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_payload_select_header_merge.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_payload_select_invalid_rpc_params.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_protocol_anchor_ordering_parity_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_protocol_phase_tree_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_protocol_phase_tree_plan_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_protocol_scope_schemas_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_protocol_segment_fusion_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_runtime_hook_legality_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_segment_fusion_barrier_policy_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_sse_runtime_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_static_file_runtime_chain_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_subevent_handler_dispatch_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_subevent_transaction_units_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_tigr_asgi_contract_family_set_alignment.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_transport_accept_emit_close_atoms_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_transport_event_registry_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_two_axis_lifecycle_matrix_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_websocket_atom_chain_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_webtransport_lane_framing_policy.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_webtransport_session_multiplexing_policy.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_webtransport_transport_events_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/runtime/test_yield_iterator_producer_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_acol_vcol_knobs.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_alias_ctx_op_alias_attributes.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_alias_ctx_op_attributes.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_api_level_set_auth.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_app_model_defaults.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_app_reexport.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_app_spec_normalization.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_attrdict_vs_simplenamespace.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_authorize_runtime_secdep.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_base_columnspec_inheritance.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_base_facade_initialize.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_base_public_projection_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_batch_config_defaults.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_build_list_params_spec_model.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_bulk_body_annotation.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_bulk_response_schema.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_canonical_custom_op_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_canonical_file_transfer_op_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_canonical_pubsub_op_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_canonical_query_op_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_canonical_standard_op_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_canonical_stream_transport_op_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_canonical_tail_op_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_cli_cmds.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_cli_srv.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_colspec_map_isolation.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_column_collect_mixins.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_column_mro_collect_namespace.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_column_rest_rpc_results.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_column_table_orm_binding.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_concrete_response_classes.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_config_dataclass_none.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_core_crud_bulk_ops.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_core_crud_default_ops.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_core_crud_methods.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_core_wrap_memoization.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_db_dependency.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_declared_surface_docs.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_declared_surface_metadata_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_decorator_and_collect.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_default_schema_selection.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_default_tags.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_diagnostics_endpoint_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_diagnostics_no_compat_module.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_docs_security_parity.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_engine_install_api.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_engine_install_app.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_engine_install_op.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_engine_install_table.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_engine_resolver_precedence_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_engine_session_database_availability.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_engine_spec_and_shortcuts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_engine_usage_levels.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_field_spec_attrs.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_field_spec_constraints.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_file_response.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_get_schema.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_handler_step_qualname.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_hook_ctx_attributes.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_hook_ctx_binding.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_hook_surface_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_hookz_empty_stage.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_http_route_registration.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_hybrid_session_run_sync.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_in_tx.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_include_model_columns_namespace.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_include_models_base_prefix.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_include_tables_base_prefix.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_initialize_async_task.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_initialize_cross_ddl.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_initialize_mixed_engines.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_initialize_task_schedule.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_instance_naming_conventions.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_io_spec_attributes.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_iospec_attributes.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_iospec_effects.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_jcs_canonicalization_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_jsonrpc_id_example.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_jsonrpc_openrpc.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_jsonrpc_router_default_tag.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_kernel_invoke_ctx.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_kernel_opview_on_demand.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_kernel_plan_labels.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_kernelz_endpoint.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_make_column_shortcuts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_mapping_bind_response_export.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_mapping_plan_precedence.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_middleware_http_and_cors.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_mixins_sqlalchemy.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_op_alias.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_op_class_engine_binding.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_op_ctx_arity_paths.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_op_ctx_attributes.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_op_ctx_core_crud_integration.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_op_ctx_custom_target_persist.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_op_ctx_dynamic_attach.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_op_ctx_parameter_matrix.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_op_ctx_persist_options.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_op_surface_owner_scope_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_openapi_documentation_security_behavior.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_openapi_openrpc_schema_separation.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_openapi_schema_cache_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_openrpc_documentation_security_behavior.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_operator_auth_surface_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_operator_bounded_middleware_catalog_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_operator_cookie_form_upload_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_operator_docs_descope_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_operator_oidc_descope_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_operator_static_files_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_operator_streaming_sse_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_operator_surface_closure.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_operator_surface_docs_parity.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_operator_websocket_route_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_opspec_effects.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_postgres_engine_errors.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_postgres_env_vars.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_relationship_alias_cols.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_request_body_schema.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_request_response_examples.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_resolver_interning_warmup.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_resolver_precedence.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_response_alias_table_rpc.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_response_ctx_precedence.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_response_diagnostics_kernelz.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_response_html_jinja_behavior.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_response_parity.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_response_rest.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_response_rpc.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_response_template.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_response_uuid.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_rest_all_default_op_verbs.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_rest_bulk_delete_suppresses_clear.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_rest_jsonrpc_metamorphic_default_ops.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_rest_no_schema_jsonable.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_rest_operation_id_uniqueness.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_rest_output_serialization_extras.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_rest_request_mapping_access.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_rest_rpc_parity_default_ops.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_rest_rpc_prefixes.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_rest_rpc_symmetry.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_router_compatibility_shims.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_router_dependency_execution_blocked.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_rpc_all_default_op_verbs.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_rpc_default_ops.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_schema_ctx_attributes.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_schema_ctx_plain_class.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_schema_readiness_fail_closed_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_schema_spec_presence.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_schemas_binding.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_security_contract_auth_policy_parity.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_security_dependency_surface_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_security_per_route.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_should_wire_canonical.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_spec_api.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_spec_app.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_spec_binding_app_engine_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_spec_column.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_spec_contracts_request_schema_storage.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_spec_contracts_session_bindings.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_spec_contracts_table_registry_template.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_spec_engine.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_spec_field.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_spec_hook.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_spec_io.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_spec_op.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_spec_snapshots.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_spec_storage.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_spec_table.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_sqlite_attachments.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_sqlite_uuid_type.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_stdapi_request_injection.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_stdapi_transport_asgi_wsgi.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_storage_spec_attributes.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_sys_handler_crud.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_sys_run_rollback.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_sys_tx_async_begin.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_sys_tx_begin.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_sys_tx_commit.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_system_diagnostics_fixture_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_system_docs_builders.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_system_docs_diagnostics_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_system_uix_surface_contracts.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_table_base_exports.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_table_collect_spec.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_table_columns_namespace.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_table_model_attribute_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_table_namespace_init.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_table_namespace_isolation.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_tigrbl_api_app_configuration.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_tigrbl_api_app_instantiation.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_tigrbl_api_app_subclass_definition.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_tigrbl_api_configuration.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_tigrbl_api_instantiation.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_tigrbl_api_subclass_definition.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_tigrbl_app_configuration.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_tigrbl_app_event_handlers.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_tigrbl_app_instantiation.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_tigrbl_app_state.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_tigrbl_app_subclass_definition.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_transport_demo_bundle.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_transport_dispatch_parity_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_transport_gw_contract.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_transport_response_concrete_class.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_transport_security_runtime_only.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_v3_default_root_endpoint.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_v3_favicon_endpoint.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_v3_healthz_endpoint.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_v3_op_alias.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_v3_op_ctx_attributes.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_v3_schemas_and_decorators.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_v3_storage_spec_attributes.py +0 -0
- {tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/unit/test_verbosity.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrbl_tests
|
|
3
|
-
Version: 0.4.2.
|
|
3
|
+
Version: 0.4.2.dev4
|
|
4
4
|
Summary: Reusable Tigrbl pytest fixtures, conformance assertions, integration helpers, and package test utilities.
|
|
5
5
|
License: Apache License
|
|
6
6
|
Version 2.0, January 2004
|
|
@@ -204,6 +204,7 @@ License: Apache License
|
|
|
204
204
|
See the License for the specific language governing permissions and
|
|
205
205
|
limitations under the License.
|
|
206
206
|
License-File: LICENSE
|
|
207
|
+
License-File: NOTICE
|
|
207
208
|
Keywords: tigrbl,asgi,api,json-rpc,rest,sqlalchemy,pydantic,pytest,testing,fixtures,tests,testkit,integration-testing,openapi,openrpc,schema-first
|
|
208
209
|
Author: Jacob Stewart
|
|
209
210
|
Author-email: jacob@swarmauri.com
|
|
@@ -254,12 +255,45 @@ Description-Content-Type: text/markdown
|
|
|
254
255
|
<p><strong>Reusable Tigrbl pytest fixtures, conformance assertions, integration helpers, and package test utilities.</strong></p>
|
|
255
256
|
<a href="https://pypi.org/project/tigrbl_tests/"><img src="https://img.shields.io/pypi/v/tigrbl_tests?label=PyPI" alt="PyPI version for tigrbl_tests"/></a>
|
|
256
257
|
<a href="https://pypi.org/project/tigrbl_tests/"><img src="https://static.pepy.tech/badge/tigrbl_tests" alt="Downloads for tigrbl_tests"/></a>
|
|
258
|
+
<a href="https://discord.gg/K4YTAPapjR"><img src="https://img.shields.io/badge/Discord-Join%20chat-5865F2?logo=discord&logoColor=white" alt="Discord community for tigrbl_tests"/></a>
|
|
257
259
|
<a href="https://github.com/tigrbl/tigrbl/blob/master/pkgs/core/tigrbl_tests/README.md"><img src="https://hits.sh/github.com/tigrbl/tigrbl/blob/master/pkgs/core/tigrbl_tests/README.md.svg?label=hits" alt="Repository hits for tigrbl_tests README"/></a>
|
|
258
260
|
<a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-525252" alt="Apache 2.0 license"/></a>
|
|
259
|
-
<a href="pyproject.toml"><img src="https://img.shields.io/badge/python-3.10%
|
|
261
|
+
<a href="pyproject.toml"><img src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-3776ab" alt="Python versions 3.10 | 3.11 | 3.12 | 3.13 | 3.14 for tigrbl_tests"/></a>
|
|
260
262
|
<a href="https://github.com/tigrbl/tigrbl/blob/master/docs/README.md"><img src="https://img.shields.io/badge/workspace-core-1f6feb" alt="Workspace group for tigrbl_tests"/></a>
|
|
261
263
|
</div>
|
|
262
264
|
|
|
265
|
+
## What is tigrbl_tests?
|
|
266
|
+
|
|
267
|
+
Reusable Tigrbl pytest fixtures, conformance assertions, integration helpers, and package test utilities.
|
|
268
|
+
|
|
269
|
+
## Why use tigrbl_tests?
|
|
270
|
+
|
|
271
|
+
Use it when downstream packages need the same Tigrbl fixtures, conformance helpers, and regression assertions used by the workspace.
|
|
272
|
+
|
|
273
|
+
## When should I install tigrbl_tests?
|
|
274
|
+
|
|
275
|
+
Install it in CI, package-local validation, transport integration tests, and compatibility checks.
|
|
276
|
+
|
|
277
|
+
## Who is tigrbl_tests for?
|
|
278
|
+
|
|
279
|
+
Maintainers, extension authors, and integration teams validating Tigrbl-compatible packages.
|
|
280
|
+
|
|
281
|
+
## Where does tigrbl_tests fit?
|
|
282
|
+
|
|
283
|
+
`tigrbl_tests` lives at `pkgs/core/tigrbl_tests` and serves reusable test, conformance, and integration support for Tigrbl packages.
|
|
284
|
+
|
|
285
|
+
## How does tigrbl_tests work?
|
|
286
|
+
|
|
287
|
+
It packages reusable pytest assets and helper modules that exercise public Tigrbl behavior instead of relying on private workspace state.
|
|
288
|
+
|
|
289
|
+
## Certification Status
|
|
290
|
+
|
|
291
|
+
- Package status: governed package in the `tigrbl/tigrbl` workspace.
|
|
292
|
+
- Governance source: [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json).
|
|
293
|
+
- Release evidence: [publish workflow](https://github.com/tigrbl/tigrbl/actions/workflows/publish.yml) validates package builds, tests, GitHub release assets, and PyPI publication for managed packages.
|
|
294
|
+
- Local certification guard: `pkgs/core/tigrbl_tests/tests/unit/test_package_badges_and_notices.py` verifies every package README keeps the Discord badge, Apache 2.0 badge, explicit Python-version badge, `LICENSE`, and `NOTICE`.
|
|
295
|
+
- Scope note: this README documents the package boundary. Runtime feature support remains governed by `.ssot/` entities and the conformance docs linked below.
|
|
296
|
+
|
|
263
297
|
## Install
|
|
264
298
|
|
|
265
299
|
```bash
|
|
@@ -270,54 +304,99 @@ uv add tigrbl_tests
|
|
|
270
304
|
pip install tigrbl_tests
|
|
271
305
|
```
|
|
272
306
|
|
|
307
|
+
## Surface Coverage
|
|
308
|
+
|
|
309
|
+
| Surface | Value |
|
|
310
|
+
|---|---|
|
|
311
|
+
| PyPI package | [`tigrbl_tests`](https://pypi.org/project/tigrbl_tests/) |
|
|
312
|
+
| Repository path | [`pkgs/core/tigrbl_tests`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_tests) |
|
|
313
|
+
| Python import root | `benchmarks`, `tigrbl_tests`, `triage_tests`, `v4` |
|
|
314
|
+
| Console scripts | none declared |
|
|
315
|
+
| Entry points | none declared |
|
|
316
|
+
| Optional extras | none declared |
|
|
317
|
+
| Legal files | `LICENSE`, `NOTICE` |
|
|
318
|
+
| Supported Python | `3.10 | 3.11 | 3.12 | 3.13 | 3.14` |
|
|
319
|
+
|
|
273
320
|
## What It Owns
|
|
274
321
|
|
|
275
|
-
`tigrbl_tests` owns the
|
|
322
|
+
`tigrbl_tests` owns the `test support package` boundary. It should be installed when you need this package's focused responsibility without assuming every other Tigrbl workspace package is present.
|
|
276
323
|
|
|
277
|
-
|
|
324
|
+
Implementation orientation:
|
|
325
|
+
- `benchmarks`: comparative_benchmark_verification, open_loop_load_patterns, run_hot_path_perf_suite, tigrbl_fastapi_surface_matrix_benchmark, tigrbl_kernel_plan_benchmark, tigrbl_request_response_benchmark, tigrbl_sse_perf_suite, tigrbl_streaming_perf_suite, tigrbl_websocket_perf_suite, tigrbl_webtransport_perf_suite
|
|
326
|
+
- `tigrbl_tests`: examples/, tests/
|
|
327
|
+
- `v4`: tests/
|
|
278
328
|
|
|
279
|
-
|
|
329
|
+
## Public API and Import Surface
|
|
280
330
|
|
|
281
|
-
|
|
331
|
+
- Import roots: `benchmarks`, `tigrbl_tests`, `triage_tests`, `v4`.
|
|
332
|
+
- Public symbols: public surface is module-oriented; import the package boundary and inspect submodules as needed.
|
|
333
|
+
- Workspace dependencies: [`tigrbl`](https://pypi.org/project/tigrbl/), [`tigrbl_client`](https://pypi.org/project/tigrbl_client/).
|
|
334
|
+
- External runtime dependencies: `psycopg2-binary>=2.9.9`, `asyncpg>=0.30.0`, `pytest>=8.0`, `pytest-asyncio>=0.24.0`, `pytest-xdist>=3.6.1`, `pytest-json-report>=1.5.0`, `python-dotenv`, `requests>=2.32.3`, `flake8>=7.0`, `pytest-timeout>=2.3.1`, `ruff>=0.9.9`, `pytest-benchmark>=4.0.0`, `jinja2>=3.1.0`.
|
|
282
335
|
|
|
283
|
-
|
|
284
|
-
- Primary module root: `examples` with module families `01-beginner-foundations/, 01_beginner_fundamentals/, 02-beginner-columns/, 02_beginner_models/, 03-beginner-mixins/, 03_beginner_specs/, 04-beginner-app-api/, 04_beginner_tables_columns/`.
|
|
336
|
+
## Usage Examples
|
|
285
337
|
|
|
286
|
-
|
|
338
|
+
### Verify the installed package
|
|
287
339
|
|
|
288
|
-
|
|
289
|
-
-
|
|
290
|
-
-
|
|
291
|
-
|
|
292
|
-
|
|
340
|
+
```bash
|
|
341
|
+
python -m pip show tigrbl_tests
|
|
342
|
+
python - <<'PY'
|
|
343
|
+
from importlib.metadata import version
|
|
344
|
+
print(version("tigrbl_tests"))
|
|
345
|
+
PY
|
|
346
|
+
```
|
|
347
|
+
|
|
348
|
+
### Run packaged Tigrbl tests
|
|
349
|
+
|
|
350
|
+
```bash
|
|
351
|
+
uv run pytest pkgs/core/tigrbl_tests/tests -q
|
|
352
|
+
python -m pytest --pyargs tigrbl_tests
|
|
353
|
+
```
|
|
354
|
+
|
|
355
|
+
### Import reusable test helpers
|
|
356
|
+
|
|
357
|
+
```python
|
|
358
|
+
import tigrbl_tests
|
|
293
359
|
|
|
294
|
-
|
|
360
|
+
print(tigrbl_tests.__name__)
|
|
361
|
+
```
|
|
362
|
+
|
|
363
|
+
### Use it in downstream CI
|
|
364
|
+
|
|
365
|
+
```bash
|
|
366
|
+
pip install tigrbl-tests pytest
|
|
367
|
+
pytest -q
|
|
368
|
+
```
|
|
369
|
+
|
|
370
|
+
## How To Choose This Package
|
|
295
371
|
|
|
296
|
-
-
|
|
297
|
-
- External runtime dependencies: `psycopg2-binary>=2.9.9`, `asyncpg>=0.30.0`, `pytest>=8.0`, `pytest-asyncio>=0.24.0`, `pytest-xdist>=3.6.1`, `pytest-json-report>=1.5.0`, `python-dotenv`, `requests>=2.32.3`, `flake8>=7.0`, `pytest-timeout>=2.3.1`.
|
|
298
|
-
- Optional extras: none declared.
|
|
372
|
+
Choose `tigrbl_tests` when the quick-answer table matches your use case. Choose [`tigrbl`](https://pypi.org/project/tigrbl/) instead when you want the full public facade. Choose a lower-level package such as [`tigrbl-core`](https://pypi.org/project/tigrbl-core/), [`tigrbl-base`](https://pypi.org/project/tigrbl-base/), or [`tigrbl-runtime`](https://pypi.org/project/tigrbl-runtime/) when you are building framework extensions or testing a specific internal boundary.
|
|
299
373
|
|
|
300
374
|
## Related Packages
|
|
301
375
|
|
|
302
376
|
- [`tigrbl`](https://pypi.org/project/tigrbl/)
|
|
303
377
|
- [`tigrbl_client`](https://pypi.org/project/tigrbl_client/)
|
|
304
378
|
|
|
305
|
-
##
|
|
379
|
+
## Documentation Links
|
|
380
|
+
|
|
381
|
+
- [Workspace docs](https://github.com/tigrbl/tigrbl/blob/master/docs/README.md)
|
|
382
|
+
- [Package catalog](https://github.com/tigrbl/tigrbl/blob/master/docs/developer/PACKAGE_CATALOG.md)
|
|
383
|
+
- [Package layout](https://github.com/tigrbl/tigrbl/blob/master/docs/developer/PACKAGE_LAYOUT.md)
|
|
384
|
+
- [Current target](https://github.com/tigrbl/tigrbl/blob/master/docs/conformance/CURRENT_TARGET.md)
|
|
385
|
+
- [Current state](https://github.com/tigrbl/tigrbl/blob/master/docs/conformance/CURRENT_STATE.md)
|
|
386
|
+
- [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json)
|
|
387
|
+
- [Release workflow](https://github.com/tigrbl/tigrbl/actions/workflows/publish.yml)
|
|
388
|
+
|
|
389
|
+
## Support
|
|
306
390
|
|
|
307
|
-
-
|
|
308
|
-
-
|
|
309
|
-
-
|
|
310
|
-
- `docs/conformance/NEXT_STEPS.md`
|
|
311
|
-
- `docs/governance/DOC_POINTERS.md`
|
|
312
|
-
- `docs/developer/PACKAGE_CATALOG.md`
|
|
313
|
-
- `docs/developer/PACKAGE_LAYOUT.md`
|
|
391
|
+
- Community: [Discord](https://discord.gg/K4YTAPapjR).
|
|
392
|
+
- Issues: [GitHub Issues](https://github.com/tigrbl/tigrbl/issues).
|
|
393
|
+
- Repository: [pkgs/core/tigrbl_tests](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_tests).
|
|
314
394
|
|
|
315
395
|
## Package-local Boundary
|
|
316
396
|
|
|
317
|
-
This
|
|
318
|
-
Use this page for package installation and boundary orientation. Repository governance, conformance state, target status, and release evidence remain governed from `docs/` and `.ssot/`.
|
|
397
|
+
This README is the package-local distribution entry point for `tigrbl_tests`. It answers install, usage, API, ownership, and certification-orientation questions for this package. Broader architectural decisions, release status, and cross-package proof chains remain in the repository-level docs and SSOT registry.
|
|
319
398
|
|
|
320
399
|
## License
|
|
321
400
|
|
|
322
|
-
Licensed under the Apache License, Version 2.0. See `LICENSE` and the official [Apache 2.0 license text](https://www.apache.org/licenses/LICENSE-2.0).
|
|
401
|
+
Licensed under the Apache License, Version 2.0. See `LICENSE`, `NOTICE`, and the official [Apache 2.0 license text](https://www.apache.org/licenses/LICENSE-2.0).
|
|
323
402
|
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<h1>tigrbl_tests</h1>
|
|
3
|
+
<img src="https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png" alt="Tigrbl logo" width="140"/>
|
|
4
|
+
<p><strong>Reusable Tigrbl pytest fixtures, conformance assertions, integration helpers, and package test utilities.</strong></p>
|
|
5
|
+
<a href="https://pypi.org/project/tigrbl_tests/"><img src="https://img.shields.io/pypi/v/tigrbl_tests?label=PyPI" alt="PyPI version for tigrbl_tests"/></a>
|
|
6
|
+
<a href="https://pypi.org/project/tigrbl_tests/"><img src="https://static.pepy.tech/badge/tigrbl_tests" alt="Downloads for tigrbl_tests"/></a>
|
|
7
|
+
<a href="https://discord.gg/K4YTAPapjR"><img src="https://img.shields.io/badge/Discord-Join%20chat-5865F2?logo=discord&logoColor=white" alt="Discord community for tigrbl_tests"/></a>
|
|
8
|
+
<a href="https://github.com/tigrbl/tigrbl/blob/master/pkgs/core/tigrbl_tests/README.md"><img src="https://hits.sh/github.com/tigrbl/tigrbl/blob/master/pkgs/core/tigrbl_tests/README.md.svg?label=hits" alt="Repository hits for tigrbl_tests README"/></a>
|
|
9
|
+
<a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-525252" alt="Apache 2.0 license"/></a>
|
|
10
|
+
<a href="pyproject.toml"><img src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-3776ab" alt="Python versions 3.10 | 3.11 | 3.12 | 3.13 | 3.14 for tigrbl_tests"/></a>
|
|
11
|
+
<a href="https://github.com/tigrbl/tigrbl/blob/master/docs/README.md"><img src="https://img.shields.io/badge/workspace-core-1f6feb" alt="Workspace group for tigrbl_tests"/></a>
|
|
12
|
+
</div>
|
|
13
|
+
|
|
14
|
+
## What is tigrbl_tests?
|
|
15
|
+
|
|
16
|
+
Reusable Tigrbl pytest fixtures, conformance assertions, integration helpers, and package test utilities.
|
|
17
|
+
|
|
18
|
+
## Why use tigrbl_tests?
|
|
19
|
+
|
|
20
|
+
Use it when downstream packages need the same Tigrbl fixtures, conformance helpers, and regression assertions used by the workspace.
|
|
21
|
+
|
|
22
|
+
## When should I install tigrbl_tests?
|
|
23
|
+
|
|
24
|
+
Install it in CI, package-local validation, transport integration tests, and compatibility checks.
|
|
25
|
+
|
|
26
|
+
## Who is tigrbl_tests for?
|
|
27
|
+
|
|
28
|
+
Maintainers, extension authors, and integration teams validating Tigrbl-compatible packages.
|
|
29
|
+
|
|
30
|
+
## Where does tigrbl_tests fit?
|
|
31
|
+
|
|
32
|
+
`tigrbl_tests` lives at `pkgs/core/tigrbl_tests` and serves reusable test, conformance, and integration support for Tigrbl packages.
|
|
33
|
+
|
|
34
|
+
## How does tigrbl_tests work?
|
|
35
|
+
|
|
36
|
+
It packages reusable pytest assets and helper modules that exercise public Tigrbl behavior instead of relying on private workspace state.
|
|
37
|
+
|
|
38
|
+
## Certification Status
|
|
39
|
+
|
|
40
|
+
- Package status: governed package in the `tigrbl/tigrbl` workspace.
|
|
41
|
+
- Governance source: [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json).
|
|
42
|
+
- Release evidence: [publish workflow](https://github.com/tigrbl/tigrbl/actions/workflows/publish.yml) validates package builds, tests, GitHub release assets, and PyPI publication for managed packages.
|
|
43
|
+
- Local certification guard: `pkgs/core/tigrbl_tests/tests/unit/test_package_badges_and_notices.py` verifies every package README keeps the Discord badge, Apache 2.0 badge, explicit Python-version badge, `LICENSE`, and `NOTICE`.
|
|
44
|
+
- Scope note: this README documents the package boundary. Runtime feature support remains governed by `.ssot/` entities and the conformance docs linked below.
|
|
45
|
+
|
|
46
|
+
## Install
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
uv add tigrbl_tests
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
pip install tigrbl_tests
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
## Surface Coverage
|
|
57
|
+
|
|
58
|
+
| Surface | Value |
|
|
59
|
+
|---|---|
|
|
60
|
+
| PyPI package | [`tigrbl_tests`](https://pypi.org/project/tigrbl_tests/) |
|
|
61
|
+
| Repository path | [`pkgs/core/tigrbl_tests`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_tests) |
|
|
62
|
+
| Python import root | `benchmarks`, `tigrbl_tests`, `triage_tests`, `v4` |
|
|
63
|
+
| Console scripts | none declared |
|
|
64
|
+
| Entry points | none declared |
|
|
65
|
+
| Optional extras | none declared |
|
|
66
|
+
| Legal files | `LICENSE`, `NOTICE` |
|
|
67
|
+
| Supported Python | `3.10 | 3.11 | 3.12 | 3.13 | 3.14` |
|
|
68
|
+
|
|
69
|
+
## What It Owns
|
|
70
|
+
|
|
71
|
+
`tigrbl_tests` owns the `test support package` boundary. It should be installed when you need this package's focused responsibility without assuming every other Tigrbl workspace package is present.
|
|
72
|
+
|
|
73
|
+
Implementation orientation:
|
|
74
|
+
- `benchmarks`: comparative_benchmark_verification, open_loop_load_patterns, run_hot_path_perf_suite, tigrbl_fastapi_surface_matrix_benchmark, tigrbl_kernel_plan_benchmark, tigrbl_request_response_benchmark, tigrbl_sse_perf_suite, tigrbl_streaming_perf_suite, tigrbl_websocket_perf_suite, tigrbl_webtransport_perf_suite
|
|
75
|
+
- `tigrbl_tests`: examples/, tests/
|
|
76
|
+
- `v4`: tests/
|
|
77
|
+
|
|
78
|
+
## Public API and Import Surface
|
|
79
|
+
|
|
80
|
+
- Import roots: `benchmarks`, `tigrbl_tests`, `triage_tests`, `v4`.
|
|
81
|
+
- Public symbols: public surface is module-oriented; import the package boundary and inspect submodules as needed.
|
|
82
|
+
- Workspace dependencies: [`tigrbl`](https://pypi.org/project/tigrbl/), [`tigrbl_client`](https://pypi.org/project/tigrbl_client/).
|
|
83
|
+
- External runtime dependencies: `psycopg2-binary>=2.9.9`, `asyncpg>=0.30.0`, `pytest>=8.0`, `pytest-asyncio>=0.24.0`, `pytest-xdist>=3.6.1`, `pytest-json-report>=1.5.0`, `python-dotenv`, `requests>=2.32.3`, `flake8>=7.0`, `pytest-timeout>=2.3.1`, `ruff>=0.9.9`, `pytest-benchmark>=4.0.0`, `jinja2>=3.1.0`.
|
|
84
|
+
|
|
85
|
+
## Usage Examples
|
|
86
|
+
|
|
87
|
+
### Verify the installed package
|
|
88
|
+
|
|
89
|
+
```bash
|
|
90
|
+
python -m pip show tigrbl_tests
|
|
91
|
+
python - <<'PY'
|
|
92
|
+
from importlib.metadata import version
|
|
93
|
+
print(version("tigrbl_tests"))
|
|
94
|
+
PY
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
### Run packaged Tigrbl tests
|
|
98
|
+
|
|
99
|
+
```bash
|
|
100
|
+
uv run pytest pkgs/core/tigrbl_tests/tests -q
|
|
101
|
+
python -m pytest --pyargs tigrbl_tests
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
### Import reusable test helpers
|
|
105
|
+
|
|
106
|
+
```python
|
|
107
|
+
import tigrbl_tests
|
|
108
|
+
|
|
109
|
+
print(tigrbl_tests.__name__)
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
### Use it in downstream CI
|
|
113
|
+
|
|
114
|
+
```bash
|
|
115
|
+
pip install tigrbl-tests pytest
|
|
116
|
+
pytest -q
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
## How To Choose This Package
|
|
120
|
+
|
|
121
|
+
Choose `tigrbl_tests` when the quick-answer table matches your use case. Choose [`tigrbl`](https://pypi.org/project/tigrbl/) instead when you want the full public facade. Choose a lower-level package such as [`tigrbl-core`](https://pypi.org/project/tigrbl-core/), [`tigrbl-base`](https://pypi.org/project/tigrbl-base/), or [`tigrbl-runtime`](https://pypi.org/project/tigrbl-runtime/) when you are building framework extensions or testing a specific internal boundary.
|
|
122
|
+
|
|
123
|
+
## Related Packages
|
|
124
|
+
|
|
125
|
+
- [`tigrbl`](https://pypi.org/project/tigrbl/)
|
|
126
|
+
- [`tigrbl_client`](https://pypi.org/project/tigrbl_client/)
|
|
127
|
+
|
|
128
|
+
## Documentation Links
|
|
129
|
+
|
|
130
|
+
- [Workspace docs](https://github.com/tigrbl/tigrbl/blob/master/docs/README.md)
|
|
131
|
+
- [Package catalog](https://github.com/tigrbl/tigrbl/blob/master/docs/developer/PACKAGE_CATALOG.md)
|
|
132
|
+
- [Package layout](https://github.com/tigrbl/tigrbl/blob/master/docs/developer/PACKAGE_LAYOUT.md)
|
|
133
|
+
- [Current target](https://github.com/tigrbl/tigrbl/blob/master/docs/conformance/CURRENT_TARGET.md)
|
|
134
|
+
- [Current state](https://github.com/tigrbl/tigrbl/blob/master/docs/conformance/CURRENT_STATE.md)
|
|
135
|
+
- [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json)
|
|
136
|
+
- [Release workflow](https://github.com/tigrbl/tigrbl/actions/workflows/publish.yml)
|
|
137
|
+
|
|
138
|
+
## Support
|
|
139
|
+
|
|
140
|
+
- Community: [Discord](https://discord.gg/K4YTAPapjR).
|
|
141
|
+
- Issues: [GitHub Issues](https://github.com/tigrbl/tigrbl/issues).
|
|
142
|
+
- Repository: [pkgs/core/tigrbl_tests](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_tests).
|
|
143
|
+
|
|
144
|
+
## Package-local Boundary
|
|
145
|
+
|
|
146
|
+
This README is the package-local distribution entry point for `tigrbl_tests`. It answers install, usage, API, ownership, and certification-orientation questions for this package. Broader architectural decisions, release status, and cross-package proof chains remain in the repository-level docs and SSOT registry.
|
|
147
|
+
|
|
148
|
+
## License
|
|
149
|
+
|
|
150
|
+
Licensed under the Apache License, Version 2.0. See `LICENSE`, `NOTICE`, and the official [Apache 2.0 license text](https://www.apache.org/licenses/LICENSE-2.0).
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
from pathlib import Path
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
ROOT = Path(__file__).resolve().parents[5]
|
|
7
|
+
PACKAGE_GLOBS = ("pkgs/core/*", "pkgs/engines/*", "pkgs/deprecated/*")
|
|
8
|
+
PYTHON_BADGE_LABEL = "3.10 | 3.11 | 3.12 | 3.13 | 3.14"
|
|
9
|
+
REQUIRED_SECTIONS = (
|
|
10
|
+
"## Certification Status",
|
|
11
|
+
"## Install",
|
|
12
|
+
"## Surface Coverage",
|
|
13
|
+
"## What It Owns",
|
|
14
|
+
"## Public API and Import Surface",
|
|
15
|
+
"## Usage Examples",
|
|
16
|
+
"## How To Choose This Package",
|
|
17
|
+
"## Related Packages",
|
|
18
|
+
"## Documentation Links",
|
|
19
|
+
"## Support",
|
|
20
|
+
"## License",
|
|
21
|
+
)
|
|
22
|
+
QUESTION_PREFIXES = (
|
|
23
|
+
"## What is ",
|
|
24
|
+
"## Why use ",
|
|
25
|
+
"## When should I install ",
|
|
26
|
+
"## Who is ",
|
|
27
|
+
"## Where does ",
|
|
28
|
+
"## How does ",
|
|
29
|
+
)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
def _package_roots() -> list[Path]:
|
|
33
|
+
roots: list[Path] = []
|
|
34
|
+
for pattern in PACKAGE_GLOBS:
|
|
35
|
+
roots.extend(
|
|
36
|
+
path
|
|
37
|
+
for path in ROOT.glob(pattern)
|
|
38
|
+
if path.is_dir() and (path / "pyproject.toml").exists()
|
|
39
|
+
)
|
|
40
|
+
return sorted(roots)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
def test_all_package_roots_have_required_legal_files_and_badges() -> None:
|
|
44
|
+
package_roots = _package_roots()
|
|
45
|
+
assert len(package_roots) == 40
|
|
46
|
+
|
|
47
|
+
for package_root in package_roots:
|
|
48
|
+
readme = (package_root / "README.md").read_text(encoding="utf-8")
|
|
49
|
+
|
|
50
|
+
assert (package_root / "LICENSE").exists(), package_root
|
|
51
|
+
assert (package_root / "NOTICE").exists(), package_root
|
|
52
|
+
assert "license-Apache%202.0" in readme, package_root
|
|
53
|
+
assert "discord.gg/K4YTAPapjR" in readme, package_root
|
|
54
|
+
assert PYTHON_BADGE_LABEL in readme, package_root
|
|
55
|
+
assert "## Quick Answers" not in readme, package_root
|
|
56
|
+
for section in REQUIRED_SECTIONS:
|
|
57
|
+
assert section in readme, (package_root, section)
|
|
58
|
+
for prefix in QUESTION_PREFIXES:
|
|
59
|
+
assert prefix in readme, (package_root, prefix)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
def test_root_readme_and_facade_package_readme_are_distinct() -> None:
|
|
63
|
+
root_readme = (ROOT / "README.md").read_text(encoding="utf-8")
|
|
64
|
+
facade_readme = (ROOT / "pkgs/core/tigrbl/README.md").read_text(
|
|
65
|
+
encoding="utf-8"
|
|
66
|
+
)
|
|
67
|
+
|
|
68
|
+
assert "<h1>Tigrbl Workspace</h1>" in root_readme
|
|
69
|
+
assert "<h1>tigrbl</h1>" in facade_readme
|
|
70
|
+
assert "pkgs/core/tigrbl/README.md" in root_readme
|
|
71
|
+
assert "<h1>Tigrbl Workspace</h1>" not in facade_readme
|
|
72
|
+
assert "This root README is the repository and workspace entry point" in root_readme
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
<h1>tigrbl_tests</h1>
|
|
3
|
-
<img src="https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png" alt="Tigrbl logo" width="140"/>
|
|
4
|
-
<p><strong>Reusable Tigrbl pytest fixtures, conformance assertions, integration helpers, and package test utilities.</strong></p>
|
|
5
|
-
<a href="https://pypi.org/project/tigrbl_tests/"><img src="https://img.shields.io/pypi/v/tigrbl_tests?label=PyPI" alt="PyPI version for tigrbl_tests"/></a>
|
|
6
|
-
<a href="https://pypi.org/project/tigrbl_tests/"><img src="https://static.pepy.tech/badge/tigrbl_tests" alt="Downloads for tigrbl_tests"/></a>
|
|
7
|
-
<a href="https://github.com/tigrbl/tigrbl/blob/master/pkgs/core/tigrbl_tests/README.md"><img src="https://hits.sh/github.com/tigrbl/tigrbl/blob/master/pkgs/core/tigrbl_tests/README.md.svg?label=hits" alt="Repository hits for tigrbl_tests README"/></a>
|
|
8
|
-
<a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-525252" alt="Apache 2.0 license"/></a>
|
|
9
|
-
<a href="pyproject.toml"><img src="https://img.shields.io/badge/python-3.10%20to%203.15-3776ab" alt="Python requirement for tigrbl_tests"/></a>
|
|
10
|
-
<a href="https://github.com/tigrbl/tigrbl/blob/master/docs/README.md"><img src="https://img.shields.io/badge/workspace-core-1f6feb" alt="Workspace group for tigrbl_tests"/></a>
|
|
11
|
-
</div>
|
|
12
|
-
|
|
13
|
-
## Install
|
|
14
|
-
|
|
15
|
-
```bash
|
|
16
|
-
uv add tigrbl_tests
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
```bash
|
|
20
|
-
pip install tigrbl_tests
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
## What It Owns
|
|
24
|
-
|
|
25
|
-
`tigrbl_tests` owns the tests boundary inside the split Python workspace. Key implementation roots include `benchmarks` with `comparative_benchmark_verification, open_loop_load_patterns, run_hot_path_perf_suite, tigrbl_fastapi_surface_matrix_benchmark, tigrbl_kernel_plan_benchmark, tigrbl_request_response_benchmark`; `examples` with `01-beginner-foundations/, 01_beginner_fundamentals/, 02-beginner-columns/, 02_beginner_models/, 03-beginner-mixins/, 03_beginner_specs/`.
|
|
26
|
-
|
|
27
|
-
## Use It When
|
|
28
|
-
|
|
29
|
-
Use `tigrbl_tests` when you need reusable fixtures, conformance helpers, parity assets, and benchmark-oriented test surfaces for Tigrbl packages or downstream integrations.
|
|
30
|
-
|
|
31
|
-
## Public Surface
|
|
32
|
-
|
|
33
|
-
- Primary module root: `benchmarks` with module families `comparative_benchmark_verification, open_loop_load_patterns, run_hot_path_perf_suite, tigrbl_fastapi_surface_matrix_benchmark, tigrbl_kernel_plan_benchmark, tigrbl_request_response_benchmark, tigrbl_sse_perf_suite, tigrbl_streaming_perf_suite`.
|
|
34
|
-
- Primary module root: `examples` with module families `01-beginner-foundations/, 01_beginner_fundamentals/, 02-beginner-columns/, 02_beginner_models/, 03-beginner-mixins/, 03_beginner_specs/, 04-beginner-app-api/, 04_beginner_tables_columns/`.
|
|
35
|
-
|
|
36
|
-
## Internal Layout
|
|
37
|
-
|
|
38
|
-
- Workspace path: `pkgs/core/tigrbl_tests`.
|
|
39
|
-
- Package class: `core framework package`.
|
|
40
|
-
- Python requirement: `>=3.10,<3.15`.
|
|
41
|
-
- `benchmarks` modules: `comparative_benchmark_verification, open_loop_load_patterns, run_hot_path_perf_suite, tigrbl_fastapi_surface_matrix_benchmark, tigrbl_kernel_plan_benchmark, tigrbl_request_response_benchmark, tigrbl_sse_perf_suite, tigrbl_streaming_perf_suite, tigrbl_websocket_perf_suite, tigrbl_webtransport_perf_suite`.
|
|
42
|
-
- `examples` modules: `01-beginner-foundations/, 01_beginner_fundamentals/, 02-beginner-columns/, 02_beginner_models/, 03-beginner-mixins/, 03_beginner_specs/, 04-beginner-app-api/, 04_beginner_tables_columns/, 05-beginner-usage/, 05_beginner_app_api/`.
|
|
43
|
-
|
|
44
|
-
## Dependency Surface
|
|
45
|
-
|
|
46
|
-
- Workspace package dependencies: [`tigrbl`](https://pypi.org/project/tigrbl/), [`tigrbl_client`](https://pypi.org/project/tigrbl_client/).
|
|
47
|
-
- External runtime dependencies: `psycopg2-binary>=2.9.9`, `asyncpg>=0.30.0`, `pytest>=8.0`, `pytest-asyncio>=0.24.0`, `pytest-xdist>=3.6.1`, `pytest-json-report>=1.5.0`, `python-dotenv`, `requests>=2.32.3`, `flake8>=7.0`, `pytest-timeout>=2.3.1`.
|
|
48
|
-
- Optional extras: none declared.
|
|
49
|
-
|
|
50
|
-
## Related Packages
|
|
51
|
-
|
|
52
|
-
- [`tigrbl`](https://pypi.org/project/tigrbl/)
|
|
53
|
-
- [`tigrbl_client`](https://pypi.org/project/tigrbl_client/)
|
|
54
|
-
|
|
55
|
-
## Canonical Repository Docs
|
|
56
|
-
|
|
57
|
-
- `docs/README.md`
|
|
58
|
-
- `docs/conformance/CURRENT_TARGET.md`
|
|
59
|
-
- `docs/conformance/CURRENT_STATE.md`
|
|
60
|
-
- `docs/conformance/NEXT_STEPS.md`
|
|
61
|
-
- `docs/governance/DOC_POINTERS.md`
|
|
62
|
-
- `docs/developer/PACKAGE_CATALOG.md`
|
|
63
|
-
- `docs/developer/PACKAGE_LAYOUT.md`
|
|
64
|
-
|
|
65
|
-
## Package-local Boundary
|
|
66
|
-
|
|
67
|
-
This file is a package-local distribution entry point.
|
|
68
|
-
Use this page for package installation and boundary orientation. Repository governance, conformance state, target status, and release evidence remain governed from `docs/` and `.ssot/`.
|
|
69
|
-
|
|
70
|
-
## License
|
|
71
|
-
|
|
72
|
-
Licensed under the Apache License, Version 2.0. See `LICENSE` and the official [Apache 2.0 license text](https://www.apache.org/licenses/LICENSE-2.0).
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/architecture/test_import_graph_audit.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/architecture/test_no_bindings_imports.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/architecture/test_runtime_structure.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/architecture/test_trace_plan_parity.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/architecture/test_transport_boundaries.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/fixtures/appspec_corpus.canonical.json
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/fixtures/appspec_corpus.negative.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness/test_00_appspec_contract.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness/test_01_kernel_plan_compilation.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness/test_03_appspec_uvicorn_e2e.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness/test_04_appspec_corpus_fixture.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/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.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness_v3/test_appspec_prefixes.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness_v3/test_default_opspec_bindings.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness_v3/test_kernel_plan_routing.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness_v3/test_route_rpc_prebinding.py
RENAMED
|
File without changes
|
|
File without changes
|
{tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/harness_v3/test_uvicorn_e2e_appspec.py
RENAMED
|
File without changes
|
{tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/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.2.dev3 → tigrbl_tests-0.4.2.dev4}/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
|
{tigrbl_tests-0.4.2.dev3 → tigrbl_tests-0.4.2.dev4}/tests/i9n/test_engine_install_uvicorn.py
RENAMED
|
File without changes
|