From 83fe4545ad6f3b2052aef9203d2bd01889cc22ad Mon Sep 17 00:00:00 2001 From: Nikita Pastukhov Date: Wed, 7 Aug 2024 21:27:50 +0300 Subject: [PATCH] tests: run docs tests first --- .../getting_started/publishing/confluent/broker_context.py | 4 ++-- tests/{docs => a_docs}/__init__.py | 0 tests/{docs => a_docs}/confluent/__init__.py | 0 tests/{docs => a_docs}/confluent/ack/__init__.py | 0 tests/{docs => a_docs}/confluent/ack/test_errors.py | 0 .../{docs => a_docs}/confluent/additional_config/__init__.py | 0 .../{docs => a_docs}/confluent/additional_config/test_app.py | 0 tests/{docs => a_docs}/confluent/basic/__init__.py | 0 tests/{docs => a_docs}/confluent/basic/test_basic.py | 0 tests/{docs => a_docs}/confluent/basic/test_cmd_run.py | 0 .../confluent/batch_consuming_pydantic/__init__.py | 0 .../confluent/batch_consuming_pydantic/test_app.py | 0 tests/{docs => a_docs}/confluent/consumes_basics/__init__.py | 0 tests/{docs => a_docs}/confluent/consumes_basics/test_app.py | 0 tests/{docs => a_docs}/confluent/publish_batch/__init__.py | 0 tests/{docs => a_docs}/confluent/publish_batch/test_app.py | 0 tests/{docs => a_docs}/confluent/publish_batch/test_issues.py | 0 tests/{docs => a_docs}/confluent/publish_example/__init__.py | 0 tests/{docs => a_docs}/confluent/publish_example/test_app.py | 0 .../confluent/publish_with_partition_key/__init__.py | 0 .../confluent/publish_with_partition_key/test_app.py | 0 tests/{docs => a_docs}/confluent/publisher_object/__init__.py | 0 .../confluent/publisher_object/test_publisher_object.py | 0 tests/{docs => a_docs}/confluent/raw_publish/__init__.py | 0 .../confluent/raw_publish/test_raw_publish.py | 0 tests/{docs => a_docs}/confluent/test_security.py | 0 tests/{docs => a_docs}/getting_started/__init__.py | 0 tests/{docs => a_docs}/getting_started/asyncapi/__init__.py | 0 .../asyncapi/asyncapi_customization/__init__.py | 0 .../asyncapi/asyncapi_customization/test_basic.py | 0 .../asyncapi/asyncapi_customization/test_broker.py | 0 .../asyncapi/asyncapi_customization/test_handler.py | 0 .../asyncapi/asyncapi_customization/test_info.py | 0 .../asyncapi/asyncapi_customization/test_payload.py | 0 tests/{docs => a_docs}/getting_started/cli/__init__.py | 0 .../getting_started/cli/confluent/__init__.py | 0 .../getting_started/cli/confluent/test_confluent_context.py | 0 tests/{docs => a_docs}/getting_started/cli/kafka/__init__.py | 0 .../getting_started/cli/kafka/test_kafka_context.py | 0 tests/{docs => a_docs}/getting_started/cli/nats/__init__.py | 0 .../getting_started/cli/nats/test_nats_context.py | 0 tests/{docs => a_docs}/getting_started/cli/rabbit/__init__.py | 0 .../getting_started/cli/rabbit/test_rabbit_context.py | 0 tests/{docs => a_docs}/getting_started/cli/redis/__init__.py | 0 .../getting_started/cli/redis/test_redis_context.py | 0 .../getting_started/config/test_settings_base_1.py | 0 .../getting_started/config/test_settings_base_2.py | 0 .../getting_started/config/test_settings_env.py | 0 tests/{docs => a_docs}/getting_started/config/test_usage.py | 0 tests/{docs => a_docs}/getting_started/context/__init__.py | 0 .../getting_started/context/test_annotated.py | 0 tests/{docs => a_docs}/getting_started/context/test_base.py | 0 tests/{docs => a_docs}/getting_started/context/test_cast.py | 0 .../getting_started/context/test_custom_global.py | 0 .../getting_started/context/test_custom_local.py | 0 .../getting_started/context/test_default_arguments.py | 0 .../getting_started/context/test_existed_context.py | 0 .../getting_started/context/test_fields_access.py | 0 .../{docs => a_docs}/getting_started/context/test_initial.py | 0 .../getting_started/context/test_manual_local_context.py | 0 tests/{docs => a_docs}/getting_started/context/test_nested.py | 0 .../{docs => a_docs}/getting_started/dependencies/__init__.py | 0 .../getting_started/dependencies/basic/__init__.py | 0 .../getting_started/dependencies/basic/test_base.py | 0 .../getting_started/dependencies/basic/test_depends.py | 0 .../getting_started/dependencies/basic/test_nested_depends.py | 0 .../getting_started/dependencies/test_basic.py | 0 .../getting_started/dependencies/test_class.py | 0 .../getting_started/dependencies/test_global.py | 0 .../getting_started/dependencies/test_global_broker.py | 0 .../getting_started/dependencies/test_sub_dep.py | 0 .../getting_started/dependencies/test_yield.py | 0 tests/{docs => a_docs}/getting_started/index/__init__.py | 0 tests/{docs => a_docs}/getting_started/index/test_basic.py | 0 tests/{docs => a_docs}/getting_started/lifespan/__init__.py | 0 tests/{docs => a_docs}/getting_started/lifespan/test_basic.py | 0 tests/{docs => a_docs}/getting_started/lifespan/test_ml.py | 0 .../getting_started/lifespan/test_ml_context.py | 0 tests/{docs => a_docs}/getting_started/lifespan/test_multi.py | 0 .../{docs => a_docs}/getting_started/lifespan/test_testing.py | 0 tests/{docs => a_docs}/getting_started/publishing/__init__.py | 0 .../getting_started/publishing/test_broker.py | 0 .../getting_started/publishing/test_broker_context.py | 0 .../getting_started/publishing/test_decorator.py | 0 .../getting_started/publishing/test_direct.py | 0 .../getting_started/publishing/test_object.py | 0 tests/{docs => a_docs}/getting_started/routers/__init__.py | 0 tests/{docs => a_docs}/getting_started/routers/test_base.py | 0 tests/{docs => a_docs}/getting_started/routers/test_delay.py | 0 .../getting_started/routers/test_delay_equal.py | 0 .../getting_started/serialization/__init__.py | 0 .../getting_started/serialization/test_parser.py | 0 .../{docs => a_docs}/getting_started/subscription/__init__.py | 0 .../getting_started/subscription/test_annotated.py | 0 .../getting_started/subscription/test_filter.py | 0 .../getting_started/subscription/test_pydantic.py | 0 .../getting_started/subscription/test_real.py | 0 .../getting_started/subscription/test_testing.py | 0 tests/{docs => a_docs}/index/__init__.py | 0 tests/{docs => a_docs}/index/test_basic.py | 0 tests/{docs => a_docs}/index/test_dependencies.py | 0 tests/{docs => a_docs}/index/test_pydantic.py | 0 tests/{docs => a_docs}/integration/__init__.py | 0 tests/{docs => a_docs}/integration/fastapi/__init__.py | 0 tests/{docs => a_docs}/integration/fastapi/test_base.py | 0 tests/{docs => a_docs}/integration/fastapi/test_depends.py | 0 tests/{docs => a_docs}/integration/fastapi/test_multiple.py | 0 .../integration/fastapi/test_multiple_lifespan.py | 0 tests/{docs => a_docs}/integration/fastapi/test_send.py | 0 tests/{docs => a_docs}/integration/fastapi/test_startup.py | 0 tests/{docs => a_docs}/integration/fastapi/test_test.py | 0 tests/{docs => a_docs}/integration/http/__init__.py | 0 tests/{docs => a_docs}/integration/http/test_fastapi.py | 0 tests/{docs => a_docs}/kafka/__init__.py | 0 tests/{docs => a_docs}/kafka/ack/__init__.py | 0 tests/{docs => a_docs}/kafka/ack/test_errors.py | 0 tests/{docs => a_docs}/kafka/basic/__init__.py | 0 tests/{docs => a_docs}/kafka/basic/test_basic.py | 0 tests/{docs => a_docs}/kafka/basic/test_cmd_run.py | 0 .../kafka/batch_consuming_pydantic/__init__.py | 0 .../kafka/batch_consuming_pydantic/test_app.py | 0 tests/{docs => a_docs}/kafka/consumes_basics/__init__.py | 0 tests/{docs => a_docs}/kafka/consumes_basics/test_app.py | 0 tests/{docs => a_docs}/kafka/publish_batch/__init__.py | 0 tests/{docs => a_docs}/kafka/publish_batch/test_app.py | 0 tests/{docs => a_docs}/kafka/publish_batch/test_issues.py | 0 tests/{docs => a_docs}/kafka/publish_example/__init__.py | 0 tests/{docs => a_docs}/kafka/publish_example/test_app.py | 0 .../kafka/publish_with_partition_key/__init__.py | 0 .../kafka/publish_with_partition_key/test_app.py | 0 tests/{docs => a_docs}/kafka/publisher_object/__init__.py | 0 .../kafka/publisher_object/test_publisher_object.py | 0 tests/{docs => a_docs}/kafka/raw_publish/__init__.py | 0 tests/{docs => a_docs}/kafka/raw_publish/test_raw_publish.py | 0 tests/{docs => a_docs}/kafka/test_security.py | 0 tests/{docs => a_docs}/nats/__init__.py | 0 tests/{docs => a_docs}/nats/ack/__init__.py | 0 tests/{docs => a_docs}/nats/ack/test_errors.py | 0 tests/{docs => a_docs}/nats/js/__init__.py | 0 tests/{docs => a_docs}/nats/js/test_kv.py | 0 tests/{docs => a_docs}/nats/js/test_main.py | 0 tests/{docs => a_docs}/nats/js/test_object.py | 0 tests/{docs => a_docs}/nats/js/test_pull_sub.py | 0 tests/{docs => a_docs}/nats/test_direct.py | 0 tests/{docs => a_docs}/nats/test_pattern.py | 0 tests/{docs => a_docs}/rabbit/__init__.py | 0 tests/{docs => a_docs}/rabbit/ack/__init__.py | 0 tests/{docs => a_docs}/rabbit/ack/test_errors.py | 0 tests/{docs => a_docs}/rabbit/subscription/__init__.py | 0 tests/{docs => a_docs}/rabbit/subscription/test_direct.py | 0 tests/{docs => a_docs}/rabbit/subscription/test_fanout.py | 0 tests/{docs => a_docs}/rabbit/subscription/test_header.py | 0 tests/{docs => a_docs}/rabbit/subscription/test_index.py | 0 tests/{docs => a_docs}/rabbit/subscription/test_stream.py | 0 tests/{docs => a_docs}/rabbit/subscription/test_topic.py | 0 tests/{docs => a_docs}/rabbit/test_declare.py | 0 tests/{docs => a_docs}/rabbit/test_security.py | 0 tests/{docs => a_docs}/redis/__init__.py | 0 tests/{docs => a_docs}/redis/list/__init__.py | 0 tests/{docs => a_docs}/redis/list/test_list_pub.py | 0 tests/{docs => a_docs}/redis/list/test_list_sub.py | 0 tests/{docs => a_docs}/redis/list/test_sub_batch.py | 0 tests/{docs => a_docs}/redis/pub_sub/__init__.py | 0 tests/{docs => a_docs}/redis/pub_sub/test_channel_sub.py | 0 .../redis/pub_sub/test_channel_sub_pattern.py | 0 tests/{docs => a_docs}/redis/pub_sub/test_pattern_data.py | 0 tests/{docs => a_docs}/redis/pub_sub/test_publihser_object.py | 0 .../redis/pub_sub/test_publisher_decorator.py | 0 tests/{docs => a_docs}/redis/pub_sub/test_raw_publish.py | 0 tests/{docs => a_docs}/redis/stream/__init__.py | 0 tests/{docs => a_docs}/redis/stream/test_ack_errors.py | 0 tests/{docs => a_docs}/redis/stream/test_batch_sub.py | 0 tests/{docs => a_docs}/redis/stream/test_group.py | 0 tests/{docs => a_docs}/redis/stream/test_pub.py | 0 tests/{docs => a_docs}/redis/stream/test_sub.py | 0 tests/{docs => a_docs}/redis/test_rpc.py | 0 tests/{docs => a_docs}/redis/test_security.py | 0 177 files changed, 2 insertions(+), 2 deletions(-) rename tests/{docs => a_docs}/__init__.py (100%) rename tests/{docs => a_docs}/confluent/__init__.py (100%) rename tests/{docs => a_docs}/confluent/ack/__init__.py (100%) rename tests/{docs => a_docs}/confluent/ack/test_errors.py (100%) rename tests/{docs => a_docs}/confluent/additional_config/__init__.py (100%) rename tests/{docs => a_docs}/confluent/additional_config/test_app.py (100%) rename tests/{docs => a_docs}/confluent/basic/__init__.py (100%) rename tests/{docs => a_docs}/confluent/basic/test_basic.py (100%) rename tests/{docs => a_docs}/confluent/basic/test_cmd_run.py (100%) rename tests/{docs => a_docs}/confluent/batch_consuming_pydantic/__init__.py (100%) rename tests/{docs => a_docs}/confluent/batch_consuming_pydantic/test_app.py (100%) rename tests/{docs => a_docs}/confluent/consumes_basics/__init__.py (100%) rename tests/{docs => a_docs}/confluent/consumes_basics/test_app.py (100%) rename tests/{docs => a_docs}/confluent/publish_batch/__init__.py (100%) rename tests/{docs => a_docs}/confluent/publish_batch/test_app.py (100%) rename tests/{docs => a_docs}/confluent/publish_batch/test_issues.py (100%) rename tests/{docs => a_docs}/confluent/publish_example/__init__.py (100%) rename tests/{docs => a_docs}/confluent/publish_example/test_app.py (100%) rename tests/{docs => a_docs}/confluent/publish_with_partition_key/__init__.py (100%) rename tests/{docs => a_docs}/confluent/publish_with_partition_key/test_app.py (100%) rename tests/{docs => a_docs}/confluent/publisher_object/__init__.py (100%) rename tests/{docs => a_docs}/confluent/publisher_object/test_publisher_object.py (100%) rename tests/{docs => a_docs}/confluent/raw_publish/__init__.py (100%) rename tests/{docs => a_docs}/confluent/raw_publish/test_raw_publish.py (100%) rename tests/{docs => a_docs}/confluent/test_security.py (100%) rename tests/{docs => a_docs}/getting_started/__init__.py (100%) rename tests/{docs => a_docs}/getting_started/asyncapi/__init__.py (100%) rename tests/{docs => a_docs}/getting_started/asyncapi/asyncapi_customization/__init__.py (100%) rename tests/{docs => a_docs}/getting_started/asyncapi/asyncapi_customization/test_basic.py (100%) rename tests/{docs => a_docs}/getting_started/asyncapi/asyncapi_customization/test_broker.py (100%) rename tests/{docs => a_docs}/getting_started/asyncapi/asyncapi_customization/test_handler.py (100%) rename tests/{docs => a_docs}/getting_started/asyncapi/asyncapi_customization/test_info.py (100%) rename tests/{docs => a_docs}/getting_started/asyncapi/asyncapi_customization/test_payload.py (100%) rename tests/{docs => a_docs}/getting_started/cli/__init__.py (100%) rename tests/{docs => a_docs}/getting_started/cli/confluent/__init__.py (100%) rename tests/{docs => a_docs}/getting_started/cli/confluent/test_confluent_context.py (100%) rename tests/{docs => a_docs}/getting_started/cli/kafka/__init__.py (100%) rename tests/{docs => a_docs}/getting_started/cli/kafka/test_kafka_context.py (100%) rename tests/{docs => a_docs}/getting_started/cli/nats/__init__.py (100%) rename tests/{docs => a_docs}/getting_started/cli/nats/test_nats_context.py (100%) rename tests/{docs => a_docs}/getting_started/cli/rabbit/__init__.py (100%) rename tests/{docs => a_docs}/getting_started/cli/rabbit/test_rabbit_context.py (100%) rename tests/{docs => a_docs}/getting_started/cli/redis/__init__.py (100%) rename tests/{docs => a_docs}/getting_started/cli/redis/test_redis_context.py (100%) rename tests/{docs => a_docs}/getting_started/config/test_settings_base_1.py (100%) rename tests/{docs => a_docs}/getting_started/config/test_settings_base_2.py (100%) rename tests/{docs => a_docs}/getting_started/config/test_settings_env.py (100%) rename tests/{docs => a_docs}/getting_started/config/test_usage.py (100%) rename tests/{docs => a_docs}/getting_started/context/__init__.py (100%) rename tests/{docs => a_docs}/getting_started/context/test_annotated.py (100%) rename tests/{docs => a_docs}/getting_started/context/test_base.py (100%) rename tests/{docs => a_docs}/getting_started/context/test_cast.py (100%) rename tests/{docs => a_docs}/getting_started/context/test_custom_global.py (100%) rename tests/{docs => a_docs}/getting_started/context/test_custom_local.py (100%) rename tests/{docs => a_docs}/getting_started/context/test_default_arguments.py (100%) rename tests/{docs => a_docs}/getting_started/context/test_existed_context.py (100%) rename tests/{docs => a_docs}/getting_started/context/test_fields_access.py (100%) rename tests/{docs => a_docs}/getting_started/context/test_initial.py (100%) rename tests/{docs => a_docs}/getting_started/context/test_manual_local_context.py (100%) rename tests/{docs => a_docs}/getting_started/context/test_nested.py (100%) rename tests/{docs => a_docs}/getting_started/dependencies/__init__.py (100%) rename tests/{docs => a_docs}/getting_started/dependencies/basic/__init__.py (100%) rename tests/{docs => a_docs}/getting_started/dependencies/basic/test_base.py (100%) rename tests/{docs => a_docs}/getting_started/dependencies/basic/test_depends.py (100%) rename tests/{docs => a_docs}/getting_started/dependencies/basic/test_nested_depends.py (100%) rename tests/{docs => a_docs}/getting_started/dependencies/test_basic.py (100%) rename tests/{docs => a_docs}/getting_started/dependencies/test_class.py (100%) rename tests/{docs => a_docs}/getting_started/dependencies/test_global.py (100%) rename tests/{docs => a_docs}/getting_started/dependencies/test_global_broker.py (100%) rename tests/{docs => a_docs}/getting_started/dependencies/test_sub_dep.py (100%) rename tests/{docs => a_docs}/getting_started/dependencies/test_yield.py (100%) rename tests/{docs => a_docs}/getting_started/index/__init__.py (100%) rename tests/{docs => a_docs}/getting_started/index/test_basic.py (100%) rename tests/{docs => a_docs}/getting_started/lifespan/__init__.py (100%) rename tests/{docs => a_docs}/getting_started/lifespan/test_basic.py (100%) rename tests/{docs => a_docs}/getting_started/lifespan/test_ml.py (100%) rename tests/{docs => a_docs}/getting_started/lifespan/test_ml_context.py (100%) rename tests/{docs => a_docs}/getting_started/lifespan/test_multi.py (100%) rename tests/{docs => a_docs}/getting_started/lifespan/test_testing.py (100%) rename tests/{docs => a_docs}/getting_started/publishing/__init__.py (100%) rename tests/{docs => a_docs}/getting_started/publishing/test_broker.py (100%) rename tests/{docs => a_docs}/getting_started/publishing/test_broker_context.py (100%) rename tests/{docs => a_docs}/getting_started/publishing/test_decorator.py (100%) rename tests/{docs => a_docs}/getting_started/publishing/test_direct.py (100%) rename tests/{docs => a_docs}/getting_started/publishing/test_object.py (100%) rename tests/{docs => a_docs}/getting_started/routers/__init__.py (100%) rename tests/{docs => a_docs}/getting_started/routers/test_base.py (100%) rename tests/{docs => a_docs}/getting_started/routers/test_delay.py (100%) rename tests/{docs => a_docs}/getting_started/routers/test_delay_equal.py (100%) rename tests/{docs => a_docs}/getting_started/serialization/__init__.py (100%) rename tests/{docs => a_docs}/getting_started/serialization/test_parser.py (100%) rename tests/{docs => a_docs}/getting_started/subscription/__init__.py (100%) rename tests/{docs => a_docs}/getting_started/subscription/test_annotated.py (100%) rename tests/{docs => a_docs}/getting_started/subscription/test_filter.py (100%) rename tests/{docs => a_docs}/getting_started/subscription/test_pydantic.py (100%) rename tests/{docs => a_docs}/getting_started/subscription/test_real.py (100%) rename tests/{docs => a_docs}/getting_started/subscription/test_testing.py (100%) rename tests/{docs => a_docs}/index/__init__.py (100%) rename tests/{docs => a_docs}/index/test_basic.py (100%) rename tests/{docs => a_docs}/index/test_dependencies.py (100%) rename tests/{docs => a_docs}/index/test_pydantic.py (100%) rename tests/{docs => a_docs}/integration/__init__.py (100%) rename tests/{docs => a_docs}/integration/fastapi/__init__.py (100%) rename tests/{docs => a_docs}/integration/fastapi/test_base.py (100%) rename tests/{docs => a_docs}/integration/fastapi/test_depends.py (100%) rename tests/{docs => a_docs}/integration/fastapi/test_multiple.py (100%) rename tests/{docs => a_docs}/integration/fastapi/test_multiple_lifespan.py (100%) rename tests/{docs => a_docs}/integration/fastapi/test_send.py (100%) rename tests/{docs => a_docs}/integration/fastapi/test_startup.py (100%) rename tests/{docs => a_docs}/integration/fastapi/test_test.py (100%) rename tests/{docs => a_docs}/integration/http/__init__.py (100%) rename tests/{docs => a_docs}/integration/http/test_fastapi.py (100%) rename tests/{docs => a_docs}/kafka/__init__.py (100%) rename tests/{docs => a_docs}/kafka/ack/__init__.py (100%) rename tests/{docs => a_docs}/kafka/ack/test_errors.py (100%) rename tests/{docs => a_docs}/kafka/basic/__init__.py (100%) rename tests/{docs => a_docs}/kafka/basic/test_basic.py (100%) rename tests/{docs => a_docs}/kafka/basic/test_cmd_run.py (100%) rename tests/{docs => a_docs}/kafka/batch_consuming_pydantic/__init__.py (100%) rename tests/{docs => a_docs}/kafka/batch_consuming_pydantic/test_app.py (100%) rename tests/{docs => a_docs}/kafka/consumes_basics/__init__.py (100%) rename tests/{docs => a_docs}/kafka/consumes_basics/test_app.py (100%) rename tests/{docs => a_docs}/kafka/publish_batch/__init__.py (100%) rename tests/{docs => a_docs}/kafka/publish_batch/test_app.py (100%) rename tests/{docs => a_docs}/kafka/publish_batch/test_issues.py (100%) rename tests/{docs => a_docs}/kafka/publish_example/__init__.py (100%) rename tests/{docs => a_docs}/kafka/publish_example/test_app.py (100%) rename tests/{docs => a_docs}/kafka/publish_with_partition_key/__init__.py (100%) rename tests/{docs => a_docs}/kafka/publish_with_partition_key/test_app.py (100%) rename tests/{docs => a_docs}/kafka/publisher_object/__init__.py (100%) rename tests/{docs => a_docs}/kafka/publisher_object/test_publisher_object.py (100%) rename tests/{docs => a_docs}/kafka/raw_publish/__init__.py (100%) rename tests/{docs => a_docs}/kafka/raw_publish/test_raw_publish.py (100%) rename tests/{docs => a_docs}/kafka/test_security.py (100%) rename tests/{docs => a_docs}/nats/__init__.py (100%) rename tests/{docs => a_docs}/nats/ack/__init__.py (100%) rename tests/{docs => a_docs}/nats/ack/test_errors.py (100%) rename tests/{docs => a_docs}/nats/js/__init__.py (100%) rename tests/{docs => a_docs}/nats/js/test_kv.py (100%) rename tests/{docs => a_docs}/nats/js/test_main.py (100%) rename tests/{docs => a_docs}/nats/js/test_object.py (100%) rename tests/{docs => a_docs}/nats/js/test_pull_sub.py (100%) rename tests/{docs => a_docs}/nats/test_direct.py (100%) rename tests/{docs => a_docs}/nats/test_pattern.py (100%) rename tests/{docs => a_docs}/rabbit/__init__.py (100%) rename tests/{docs => a_docs}/rabbit/ack/__init__.py (100%) rename tests/{docs => a_docs}/rabbit/ack/test_errors.py (100%) rename tests/{docs => a_docs}/rabbit/subscription/__init__.py (100%) rename tests/{docs => a_docs}/rabbit/subscription/test_direct.py (100%) rename tests/{docs => a_docs}/rabbit/subscription/test_fanout.py (100%) rename tests/{docs => a_docs}/rabbit/subscription/test_header.py (100%) rename tests/{docs => a_docs}/rabbit/subscription/test_index.py (100%) rename tests/{docs => a_docs}/rabbit/subscription/test_stream.py (100%) rename tests/{docs => a_docs}/rabbit/subscription/test_topic.py (100%) rename tests/{docs => a_docs}/rabbit/test_declare.py (100%) rename tests/{docs => a_docs}/rabbit/test_security.py (100%) rename tests/{docs => a_docs}/redis/__init__.py (100%) rename tests/{docs => a_docs}/redis/list/__init__.py (100%) rename tests/{docs => a_docs}/redis/list/test_list_pub.py (100%) rename tests/{docs => a_docs}/redis/list/test_list_sub.py (100%) rename tests/{docs => a_docs}/redis/list/test_sub_batch.py (100%) rename tests/{docs => a_docs}/redis/pub_sub/__init__.py (100%) rename tests/{docs => a_docs}/redis/pub_sub/test_channel_sub.py (100%) rename tests/{docs => a_docs}/redis/pub_sub/test_channel_sub_pattern.py (100%) rename tests/{docs => a_docs}/redis/pub_sub/test_pattern_data.py (100%) rename tests/{docs => a_docs}/redis/pub_sub/test_publihser_object.py (100%) rename tests/{docs => a_docs}/redis/pub_sub/test_publisher_decorator.py (100%) rename tests/{docs => a_docs}/redis/pub_sub/test_raw_publish.py (100%) rename tests/{docs => a_docs}/redis/stream/__init__.py (100%) rename tests/{docs => a_docs}/redis/stream/test_ack_errors.py (100%) rename tests/{docs => a_docs}/redis/stream/test_batch_sub.py (100%) rename tests/{docs => a_docs}/redis/stream/test_group.py (100%) rename tests/{docs => a_docs}/redis/stream/test_pub.py (100%) rename tests/{docs => a_docs}/redis/stream/test_sub.py (100%) rename tests/{docs => a_docs}/redis/test_rpc.py (100%) rename tests/{docs => a_docs}/redis/test_security.py (100%) diff --git a/docs/docs_src/getting_started/publishing/confluent/broker_context.py b/docs/docs_src/getting_started/publishing/confluent/broker_context.py index 86239d4105..3b511d4116 100644 --- a/docs/docs_src/getting_started/publishing/confluent/broker_context.py +++ b/docs/docs_src/getting_started/publishing/confluent/broker_context.py @@ -1,7 +1,7 @@ from faststream import FastStream from faststream.confluent import KafkaBroker -broker = KafkaBroker() +broker = KafkaBroker("localhost:9092") app = FastStream(broker) @@ -12,5 +12,5 @@ async def handle(msg: str): @app.after_startup async def test(): - async with KafkaBroker() as br: + async with KafkaBroker("localhost:9092") as br: await br.publish("Hi!", topic="test-confluent-topic") diff --git a/tests/docs/__init__.py b/tests/a_docs/__init__.py similarity index 100% rename from tests/docs/__init__.py rename to tests/a_docs/__init__.py diff --git a/tests/docs/confluent/__init__.py b/tests/a_docs/confluent/__init__.py similarity index 100% rename from tests/docs/confluent/__init__.py rename to tests/a_docs/confluent/__init__.py diff --git a/tests/docs/confluent/ack/__init__.py b/tests/a_docs/confluent/ack/__init__.py similarity index 100% rename from tests/docs/confluent/ack/__init__.py rename to tests/a_docs/confluent/ack/__init__.py diff --git a/tests/docs/confluent/ack/test_errors.py b/tests/a_docs/confluent/ack/test_errors.py similarity index 100% rename from tests/docs/confluent/ack/test_errors.py rename to tests/a_docs/confluent/ack/test_errors.py diff --git a/tests/docs/confluent/additional_config/__init__.py b/tests/a_docs/confluent/additional_config/__init__.py similarity index 100% rename from tests/docs/confluent/additional_config/__init__.py rename to tests/a_docs/confluent/additional_config/__init__.py diff --git a/tests/docs/confluent/additional_config/test_app.py b/tests/a_docs/confluent/additional_config/test_app.py similarity index 100% rename from tests/docs/confluent/additional_config/test_app.py rename to tests/a_docs/confluent/additional_config/test_app.py diff --git a/tests/docs/confluent/basic/__init__.py b/tests/a_docs/confluent/basic/__init__.py similarity index 100% rename from tests/docs/confluent/basic/__init__.py rename to tests/a_docs/confluent/basic/__init__.py diff --git a/tests/docs/confluent/basic/test_basic.py b/tests/a_docs/confluent/basic/test_basic.py similarity index 100% rename from tests/docs/confluent/basic/test_basic.py rename to tests/a_docs/confluent/basic/test_basic.py diff --git a/tests/docs/confluent/basic/test_cmd_run.py b/tests/a_docs/confluent/basic/test_cmd_run.py similarity index 100% rename from tests/docs/confluent/basic/test_cmd_run.py rename to tests/a_docs/confluent/basic/test_cmd_run.py diff --git a/tests/docs/confluent/batch_consuming_pydantic/__init__.py b/tests/a_docs/confluent/batch_consuming_pydantic/__init__.py similarity index 100% rename from tests/docs/confluent/batch_consuming_pydantic/__init__.py rename to tests/a_docs/confluent/batch_consuming_pydantic/__init__.py diff --git a/tests/docs/confluent/batch_consuming_pydantic/test_app.py b/tests/a_docs/confluent/batch_consuming_pydantic/test_app.py similarity index 100% rename from tests/docs/confluent/batch_consuming_pydantic/test_app.py rename to tests/a_docs/confluent/batch_consuming_pydantic/test_app.py diff --git a/tests/docs/confluent/consumes_basics/__init__.py b/tests/a_docs/confluent/consumes_basics/__init__.py similarity index 100% rename from tests/docs/confluent/consumes_basics/__init__.py rename to tests/a_docs/confluent/consumes_basics/__init__.py diff --git a/tests/docs/confluent/consumes_basics/test_app.py b/tests/a_docs/confluent/consumes_basics/test_app.py similarity index 100% rename from tests/docs/confluent/consumes_basics/test_app.py rename to tests/a_docs/confluent/consumes_basics/test_app.py diff --git a/tests/docs/confluent/publish_batch/__init__.py b/tests/a_docs/confluent/publish_batch/__init__.py similarity index 100% rename from tests/docs/confluent/publish_batch/__init__.py rename to tests/a_docs/confluent/publish_batch/__init__.py diff --git a/tests/docs/confluent/publish_batch/test_app.py b/tests/a_docs/confluent/publish_batch/test_app.py similarity index 100% rename from tests/docs/confluent/publish_batch/test_app.py rename to tests/a_docs/confluent/publish_batch/test_app.py diff --git a/tests/docs/confluent/publish_batch/test_issues.py b/tests/a_docs/confluent/publish_batch/test_issues.py similarity index 100% rename from tests/docs/confluent/publish_batch/test_issues.py rename to tests/a_docs/confluent/publish_batch/test_issues.py diff --git a/tests/docs/confluent/publish_example/__init__.py b/tests/a_docs/confluent/publish_example/__init__.py similarity index 100% rename from tests/docs/confluent/publish_example/__init__.py rename to tests/a_docs/confluent/publish_example/__init__.py diff --git a/tests/docs/confluent/publish_example/test_app.py b/tests/a_docs/confluent/publish_example/test_app.py similarity index 100% rename from tests/docs/confluent/publish_example/test_app.py rename to tests/a_docs/confluent/publish_example/test_app.py diff --git a/tests/docs/confluent/publish_with_partition_key/__init__.py b/tests/a_docs/confluent/publish_with_partition_key/__init__.py similarity index 100% rename from tests/docs/confluent/publish_with_partition_key/__init__.py rename to tests/a_docs/confluent/publish_with_partition_key/__init__.py diff --git a/tests/docs/confluent/publish_with_partition_key/test_app.py b/tests/a_docs/confluent/publish_with_partition_key/test_app.py similarity index 100% rename from tests/docs/confluent/publish_with_partition_key/test_app.py rename to tests/a_docs/confluent/publish_with_partition_key/test_app.py diff --git a/tests/docs/confluent/publisher_object/__init__.py b/tests/a_docs/confluent/publisher_object/__init__.py similarity index 100% rename from tests/docs/confluent/publisher_object/__init__.py rename to tests/a_docs/confluent/publisher_object/__init__.py diff --git a/tests/docs/confluent/publisher_object/test_publisher_object.py b/tests/a_docs/confluent/publisher_object/test_publisher_object.py similarity index 100% rename from tests/docs/confluent/publisher_object/test_publisher_object.py rename to tests/a_docs/confluent/publisher_object/test_publisher_object.py diff --git a/tests/docs/confluent/raw_publish/__init__.py b/tests/a_docs/confluent/raw_publish/__init__.py similarity index 100% rename from tests/docs/confluent/raw_publish/__init__.py rename to tests/a_docs/confluent/raw_publish/__init__.py diff --git a/tests/docs/confluent/raw_publish/test_raw_publish.py b/tests/a_docs/confluent/raw_publish/test_raw_publish.py similarity index 100% rename from tests/docs/confluent/raw_publish/test_raw_publish.py rename to tests/a_docs/confluent/raw_publish/test_raw_publish.py diff --git a/tests/docs/confluent/test_security.py b/tests/a_docs/confluent/test_security.py similarity index 100% rename from tests/docs/confluent/test_security.py rename to tests/a_docs/confluent/test_security.py diff --git a/tests/docs/getting_started/__init__.py b/tests/a_docs/getting_started/__init__.py similarity index 100% rename from tests/docs/getting_started/__init__.py rename to tests/a_docs/getting_started/__init__.py diff --git a/tests/docs/getting_started/asyncapi/__init__.py b/tests/a_docs/getting_started/asyncapi/__init__.py similarity index 100% rename from tests/docs/getting_started/asyncapi/__init__.py rename to tests/a_docs/getting_started/asyncapi/__init__.py diff --git a/tests/docs/getting_started/asyncapi/asyncapi_customization/__init__.py b/tests/a_docs/getting_started/asyncapi/asyncapi_customization/__init__.py similarity index 100% rename from tests/docs/getting_started/asyncapi/asyncapi_customization/__init__.py rename to tests/a_docs/getting_started/asyncapi/asyncapi_customization/__init__.py diff --git a/tests/docs/getting_started/asyncapi/asyncapi_customization/test_basic.py b/tests/a_docs/getting_started/asyncapi/asyncapi_customization/test_basic.py similarity index 100% rename from tests/docs/getting_started/asyncapi/asyncapi_customization/test_basic.py rename to tests/a_docs/getting_started/asyncapi/asyncapi_customization/test_basic.py diff --git a/tests/docs/getting_started/asyncapi/asyncapi_customization/test_broker.py b/tests/a_docs/getting_started/asyncapi/asyncapi_customization/test_broker.py similarity index 100% rename from tests/docs/getting_started/asyncapi/asyncapi_customization/test_broker.py rename to tests/a_docs/getting_started/asyncapi/asyncapi_customization/test_broker.py diff --git a/tests/docs/getting_started/asyncapi/asyncapi_customization/test_handler.py b/tests/a_docs/getting_started/asyncapi/asyncapi_customization/test_handler.py similarity index 100% rename from tests/docs/getting_started/asyncapi/asyncapi_customization/test_handler.py rename to tests/a_docs/getting_started/asyncapi/asyncapi_customization/test_handler.py diff --git a/tests/docs/getting_started/asyncapi/asyncapi_customization/test_info.py b/tests/a_docs/getting_started/asyncapi/asyncapi_customization/test_info.py similarity index 100% rename from tests/docs/getting_started/asyncapi/asyncapi_customization/test_info.py rename to tests/a_docs/getting_started/asyncapi/asyncapi_customization/test_info.py diff --git a/tests/docs/getting_started/asyncapi/asyncapi_customization/test_payload.py b/tests/a_docs/getting_started/asyncapi/asyncapi_customization/test_payload.py similarity index 100% rename from tests/docs/getting_started/asyncapi/asyncapi_customization/test_payload.py rename to tests/a_docs/getting_started/asyncapi/asyncapi_customization/test_payload.py diff --git a/tests/docs/getting_started/cli/__init__.py b/tests/a_docs/getting_started/cli/__init__.py similarity index 100% rename from tests/docs/getting_started/cli/__init__.py rename to tests/a_docs/getting_started/cli/__init__.py diff --git a/tests/docs/getting_started/cli/confluent/__init__.py b/tests/a_docs/getting_started/cli/confluent/__init__.py similarity index 100% rename from tests/docs/getting_started/cli/confluent/__init__.py rename to tests/a_docs/getting_started/cli/confluent/__init__.py diff --git a/tests/docs/getting_started/cli/confluent/test_confluent_context.py b/tests/a_docs/getting_started/cli/confluent/test_confluent_context.py similarity index 100% rename from tests/docs/getting_started/cli/confluent/test_confluent_context.py rename to tests/a_docs/getting_started/cli/confluent/test_confluent_context.py diff --git a/tests/docs/getting_started/cli/kafka/__init__.py b/tests/a_docs/getting_started/cli/kafka/__init__.py similarity index 100% rename from tests/docs/getting_started/cli/kafka/__init__.py rename to tests/a_docs/getting_started/cli/kafka/__init__.py diff --git a/tests/docs/getting_started/cli/kafka/test_kafka_context.py b/tests/a_docs/getting_started/cli/kafka/test_kafka_context.py similarity index 100% rename from tests/docs/getting_started/cli/kafka/test_kafka_context.py rename to tests/a_docs/getting_started/cli/kafka/test_kafka_context.py diff --git a/tests/docs/getting_started/cli/nats/__init__.py b/tests/a_docs/getting_started/cli/nats/__init__.py similarity index 100% rename from tests/docs/getting_started/cli/nats/__init__.py rename to tests/a_docs/getting_started/cli/nats/__init__.py diff --git a/tests/docs/getting_started/cli/nats/test_nats_context.py b/tests/a_docs/getting_started/cli/nats/test_nats_context.py similarity index 100% rename from tests/docs/getting_started/cli/nats/test_nats_context.py rename to tests/a_docs/getting_started/cli/nats/test_nats_context.py diff --git a/tests/docs/getting_started/cli/rabbit/__init__.py b/tests/a_docs/getting_started/cli/rabbit/__init__.py similarity index 100% rename from tests/docs/getting_started/cli/rabbit/__init__.py rename to tests/a_docs/getting_started/cli/rabbit/__init__.py diff --git a/tests/docs/getting_started/cli/rabbit/test_rabbit_context.py b/tests/a_docs/getting_started/cli/rabbit/test_rabbit_context.py similarity index 100% rename from tests/docs/getting_started/cli/rabbit/test_rabbit_context.py rename to tests/a_docs/getting_started/cli/rabbit/test_rabbit_context.py diff --git a/tests/docs/getting_started/cli/redis/__init__.py b/tests/a_docs/getting_started/cli/redis/__init__.py similarity index 100% rename from tests/docs/getting_started/cli/redis/__init__.py rename to tests/a_docs/getting_started/cli/redis/__init__.py diff --git a/tests/docs/getting_started/cli/redis/test_redis_context.py b/tests/a_docs/getting_started/cli/redis/test_redis_context.py similarity index 100% rename from tests/docs/getting_started/cli/redis/test_redis_context.py rename to tests/a_docs/getting_started/cli/redis/test_redis_context.py diff --git a/tests/docs/getting_started/config/test_settings_base_1.py b/tests/a_docs/getting_started/config/test_settings_base_1.py similarity index 100% rename from tests/docs/getting_started/config/test_settings_base_1.py rename to tests/a_docs/getting_started/config/test_settings_base_1.py diff --git a/tests/docs/getting_started/config/test_settings_base_2.py b/tests/a_docs/getting_started/config/test_settings_base_2.py similarity index 100% rename from tests/docs/getting_started/config/test_settings_base_2.py rename to tests/a_docs/getting_started/config/test_settings_base_2.py diff --git a/tests/docs/getting_started/config/test_settings_env.py b/tests/a_docs/getting_started/config/test_settings_env.py similarity index 100% rename from tests/docs/getting_started/config/test_settings_env.py rename to tests/a_docs/getting_started/config/test_settings_env.py diff --git a/tests/docs/getting_started/config/test_usage.py b/tests/a_docs/getting_started/config/test_usage.py similarity index 100% rename from tests/docs/getting_started/config/test_usage.py rename to tests/a_docs/getting_started/config/test_usage.py diff --git a/tests/docs/getting_started/context/__init__.py b/tests/a_docs/getting_started/context/__init__.py similarity index 100% rename from tests/docs/getting_started/context/__init__.py rename to tests/a_docs/getting_started/context/__init__.py diff --git a/tests/docs/getting_started/context/test_annotated.py b/tests/a_docs/getting_started/context/test_annotated.py similarity index 100% rename from tests/docs/getting_started/context/test_annotated.py rename to tests/a_docs/getting_started/context/test_annotated.py diff --git a/tests/docs/getting_started/context/test_base.py b/tests/a_docs/getting_started/context/test_base.py similarity index 100% rename from tests/docs/getting_started/context/test_base.py rename to tests/a_docs/getting_started/context/test_base.py diff --git a/tests/docs/getting_started/context/test_cast.py b/tests/a_docs/getting_started/context/test_cast.py similarity index 100% rename from tests/docs/getting_started/context/test_cast.py rename to tests/a_docs/getting_started/context/test_cast.py diff --git a/tests/docs/getting_started/context/test_custom_global.py b/tests/a_docs/getting_started/context/test_custom_global.py similarity index 100% rename from tests/docs/getting_started/context/test_custom_global.py rename to tests/a_docs/getting_started/context/test_custom_global.py diff --git a/tests/docs/getting_started/context/test_custom_local.py b/tests/a_docs/getting_started/context/test_custom_local.py similarity index 100% rename from tests/docs/getting_started/context/test_custom_local.py rename to tests/a_docs/getting_started/context/test_custom_local.py diff --git a/tests/docs/getting_started/context/test_default_arguments.py b/tests/a_docs/getting_started/context/test_default_arguments.py similarity index 100% rename from tests/docs/getting_started/context/test_default_arguments.py rename to tests/a_docs/getting_started/context/test_default_arguments.py diff --git a/tests/docs/getting_started/context/test_existed_context.py b/tests/a_docs/getting_started/context/test_existed_context.py similarity index 100% rename from tests/docs/getting_started/context/test_existed_context.py rename to tests/a_docs/getting_started/context/test_existed_context.py diff --git a/tests/docs/getting_started/context/test_fields_access.py b/tests/a_docs/getting_started/context/test_fields_access.py similarity index 100% rename from tests/docs/getting_started/context/test_fields_access.py rename to tests/a_docs/getting_started/context/test_fields_access.py diff --git a/tests/docs/getting_started/context/test_initial.py b/tests/a_docs/getting_started/context/test_initial.py similarity index 100% rename from tests/docs/getting_started/context/test_initial.py rename to tests/a_docs/getting_started/context/test_initial.py diff --git a/tests/docs/getting_started/context/test_manual_local_context.py b/tests/a_docs/getting_started/context/test_manual_local_context.py similarity index 100% rename from tests/docs/getting_started/context/test_manual_local_context.py rename to tests/a_docs/getting_started/context/test_manual_local_context.py diff --git a/tests/docs/getting_started/context/test_nested.py b/tests/a_docs/getting_started/context/test_nested.py similarity index 100% rename from tests/docs/getting_started/context/test_nested.py rename to tests/a_docs/getting_started/context/test_nested.py diff --git a/tests/docs/getting_started/dependencies/__init__.py b/tests/a_docs/getting_started/dependencies/__init__.py similarity index 100% rename from tests/docs/getting_started/dependencies/__init__.py rename to tests/a_docs/getting_started/dependencies/__init__.py diff --git a/tests/docs/getting_started/dependencies/basic/__init__.py b/tests/a_docs/getting_started/dependencies/basic/__init__.py similarity index 100% rename from tests/docs/getting_started/dependencies/basic/__init__.py rename to tests/a_docs/getting_started/dependencies/basic/__init__.py diff --git a/tests/docs/getting_started/dependencies/basic/test_base.py b/tests/a_docs/getting_started/dependencies/basic/test_base.py similarity index 100% rename from tests/docs/getting_started/dependencies/basic/test_base.py rename to tests/a_docs/getting_started/dependencies/basic/test_base.py diff --git a/tests/docs/getting_started/dependencies/basic/test_depends.py b/tests/a_docs/getting_started/dependencies/basic/test_depends.py similarity index 100% rename from tests/docs/getting_started/dependencies/basic/test_depends.py rename to tests/a_docs/getting_started/dependencies/basic/test_depends.py diff --git a/tests/docs/getting_started/dependencies/basic/test_nested_depends.py b/tests/a_docs/getting_started/dependencies/basic/test_nested_depends.py similarity index 100% rename from tests/docs/getting_started/dependencies/basic/test_nested_depends.py rename to tests/a_docs/getting_started/dependencies/basic/test_nested_depends.py diff --git a/tests/docs/getting_started/dependencies/test_basic.py b/tests/a_docs/getting_started/dependencies/test_basic.py similarity index 100% rename from tests/docs/getting_started/dependencies/test_basic.py rename to tests/a_docs/getting_started/dependencies/test_basic.py diff --git a/tests/docs/getting_started/dependencies/test_class.py b/tests/a_docs/getting_started/dependencies/test_class.py similarity index 100% rename from tests/docs/getting_started/dependencies/test_class.py rename to tests/a_docs/getting_started/dependencies/test_class.py diff --git a/tests/docs/getting_started/dependencies/test_global.py b/tests/a_docs/getting_started/dependencies/test_global.py similarity index 100% rename from tests/docs/getting_started/dependencies/test_global.py rename to tests/a_docs/getting_started/dependencies/test_global.py diff --git a/tests/docs/getting_started/dependencies/test_global_broker.py b/tests/a_docs/getting_started/dependencies/test_global_broker.py similarity index 100% rename from tests/docs/getting_started/dependencies/test_global_broker.py rename to tests/a_docs/getting_started/dependencies/test_global_broker.py diff --git a/tests/docs/getting_started/dependencies/test_sub_dep.py b/tests/a_docs/getting_started/dependencies/test_sub_dep.py similarity index 100% rename from tests/docs/getting_started/dependencies/test_sub_dep.py rename to tests/a_docs/getting_started/dependencies/test_sub_dep.py diff --git a/tests/docs/getting_started/dependencies/test_yield.py b/tests/a_docs/getting_started/dependencies/test_yield.py similarity index 100% rename from tests/docs/getting_started/dependencies/test_yield.py rename to tests/a_docs/getting_started/dependencies/test_yield.py diff --git a/tests/docs/getting_started/index/__init__.py b/tests/a_docs/getting_started/index/__init__.py similarity index 100% rename from tests/docs/getting_started/index/__init__.py rename to tests/a_docs/getting_started/index/__init__.py diff --git a/tests/docs/getting_started/index/test_basic.py b/tests/a_docs/getting_started/index/test_basic.py similarity index 100% rename from tests/docs/getting_started/index/test_basic.py rename to tests/a_docs/getting_started/index/test_basic.py diff --git a/tests/docs/getting_started/lifespan/__init__.py b/tests/a_docs/getting_started/lifespan/__init__.py similarity index 100% rename from tests/docs/getting_started/lifespan/__init__.py rename to tests/a_docs/getting_started/lifespan/__init__.py diff --git a/tests/docs/getting_started/lifespan/test_basic.py b/tests/a_docs/getting_started/lifespan/test_basic.py similarity index 100% rename from tests/docs/getting_started/lifespan/test_basic.py rename to tests/a_docs/getting_started/lifespan/test_basic.py diff --git a/tests/docs/getting_started/lifespan/test_ml.py b/tests/a_docs/getting_started/lifespan/test_ml.py similarity index 100% rename from tests/docs/getting_started/lifespan/test_ml.py rename to tests/a_docs/getting_started/lifespan/test_ml.py diff --git a/tests/docs/getting_started/lifespan/test_ml_context.py b/tests/a_docs/getting_started/lifespan/test_ml_context.py similarity index 100% rename from tests/docs/getting_started/lifespan/test_ml_context.py rename to tests/a_docs/getting_started/lifespan/test_ml_context.py diff --git a/tests/docs/getting_started/lifespan/test_multi.py b/tests/a_docs/getting_started/lifespan/test_multi.py similarity index 100% rename from tests/docs/getting_started/lifespan/test_multi.py rename to tests/a_docs/getting_started/lifespan/test_multi.py diff --git a/tests/docs/getting_started/lifespan/test_testing.py b/tests/a_docs/getting_started/lifespan/test_testing.py similarity index 100% rename from tests/docs/getting_started/lifespan/test_testing.py rename to tests/a_docs/getting_started/lifespan/test_testing.py diff --git a/tests/docs/getting_started/publishing/__init__.py b/tests/a_docs/getting_started/publishing/__init__.py similarity index 100% rename from tests/docs/getting_started/publishing/__init__.py rename to tests/a_docs/getting_started/publishing/__init__.py diff --git a/tests/docs/getting_started/publishing/test_broker.py b/tests/a_docs/getting_started/publishing/test_broker.py similarity index 100% rename from tests/docs/getting_started/publishing/test_broker.py rename to tests/a_docs/getting_started/publishing/test_broker.py diff --git a/tests/docs/getting_started/publishing/test_broker_context.py b/tests/a_docs/getting_started/publishing/test_broker_context.py similarity index 100% rename from tests/docs/getting_started/publishing/test_broker_context.py rename to tests/a_docs/getting_started/publishing/test_broker_context.py diff --git a/tests/docs/getting_started/publishing/test_decorator.py b/tests/a_docs/getting_started/publishing/test_decorator.py similarity index 100% rename from tests/docs/getting_started/publishing/test_decorator.py rename to tests/a_docs/getting_started/publishing/test_decorator.py diff --git a/tests/docs/getting_started/publishing/test_direct.py b/tests/a_docs/getting_started/publishing/test_direct.py similarity index 100% rename from tests/docs/getting_started/publishing/test_direct.py rename to tests/a_docs/getting_started/publishing/test_direct.py diff --git a/tests/docs/getting_started/publishing/test_object.py b/tests/a_docs/getting_started/publishing/test_object.py similarity index 100% rename from tests/docs/getting_started/publishing/test_object.py rename to tests/a_docs/getting_started/publishing/test_object.py diff --git a/tests/docs/getting_started/routers/__init__.py b/tests/a_docs/getting_started/routers/__init__.py similarity index 100% rename from tests/docs/getting_started/routers/__init__.py rename to tests/a_docs/getting_started/routers/__init__.py diff --git a/tests/docs/getting_started/routers/test_base.py b/tests/a_docs/getting_started/routers/test_base.py similarity index 100% rename from tests/docs/getting_started/routers/test_base.py rename to tests/a_docs/getting_started/routers/test_base.py diff --git a/tests/docs/getting_started/routers/test_delay.py b/tests/a_docs/getting_started/routers/test_delay.py similarity index 100% rename from tests/docs/getting_started/routers/test_delay.py rename to tests/a_docs/getting_started/routers/test_delay.py diff --git a/tests/docs/getting_started/routers/test_delay_equal.py b/tests/a_docs/getting_started/routers/test_delay_equal.py similarity index 100% rename from tests/docs/getting_started/routers/test_delay_equal.py rename to tests/a_docs/getting_started/routers/test_delay_equal.py diff --git a/tests/docs/getting_started/serialization/__init__.py b/tests/a_docs/getting_started/serialization/__init__.py similarity index 100% rename from tests/docs/getting_started/serialization/__init__.py rename to tests/a_docs/getting_started/serialization/__init__.py diff --git a/tests/docs/getting_started/serialization/test_parser.py b/tests/a_docs/getting_started/serialization/test_parser.py similarity index 100% rename from tests/docs/getting_started/serialization/test_parser.py rename to tests/a_docs/getting_started/serialization/test_parser.py diff --git a/tests/docs/getting_started/subscription/__init__.py b/tests/a_docs/getting_started/subscription/__init__.py similarity index 100% rename from tests/docs/getting_started/subscription/__init__.py rename to tests/a_docs/getting_started/subscription/__init__.py diff --git a/tests/docs/getting_started/subscription/test_annotated.py b/tests/a_docs/getting_started/subscription/test_annotated.py similarity index 100% rename from tests/docs/getting_started/subscription/test_annotated.py rename to tests/a_docs/getting_started/subscription/test_annotated.py diff --git a/tests/docs/getting_started/subscription/test_filter.py b/tests/a_docs/getting_started/subscription/test_filter.py similarity index 100% rename from tests/docs/getting_started/subscription/test_filter.py rename to tests/a_docs/getting_started/subscription/test_filter.py diff --git a/tests/docs/getting_started/subscription/test_pydantic.py b/tests/a_docs/getting_started/subscription/test_pydantic.py similarity index 100% rename from tests/docs/getting_started/subscription/test_pydantic.py rename to tests/a_docs/getting_started/subscription/test_pydantic.py diff --git a/tests/docs/getting_started/subscription/test_real.py b/tests/a_docs/getting_started/subscription/test_real.py similarity index 100% rename from tests/docs/getting_started/subscription/test_real.py rename to tests/a_docs/getting_started/subscription/test_real.py diff --git a/tests/docs/getting_started/subscription/test_testing.py b/tests/a_docs/getting_started/subscription/test_testing.py similarity index 100% rename from tests/docs/getting_started/subscription/test_testing.py rename to tests/a_docs/getting_started/subscription/test_testing.py diff --git a/tests/docs/index/__init__.py b/tests/a_docs/index/__init__.py similarity index 100% rename from tests/docs/index/__init__.py rename to tests/a_docs/index/__init__.py diff --git a/tests/docs/index/test_basic.py b/tests/a_docs/index/test_basic.py similarity index 100% rename from tests/docs/index/test_basic.py rename to tests/a_docs/index/test_basic.py diff --git a/tests/docs/index/test_dependencies.py b/tests/a_docs/index/test_dependencies.py similarity index 100% rename from tests/docs/index/test_dependencies.py rename to tests/a_docs/index/test_dependencies.py diff --git a/tests/docs/index/test_pydantic.py b/tests/a_docs/index/test_pydantic.py similarity index 100% rename from tests/docs/index/test_pydantic.py rename to tests/a_docs/index/test_pydantic.py diff --git a/tests/docs/integration/__init__.py b/tests/a_docs/integration/__init__.py similarity index 100% rename from tests/docs/integration/__init__.py rename to tests/a_docs/integration/__init__.py diff --git a/tests/docs/integration/fastapi/__init__.py b/tests/a_docs/integration/fastapi/__init__.py similarity index 100% rename from tests/docs/integration/fastapi/__init__.py rename to tests/a_docs/integration/fastapi/__init__.py diff --git a/tests/docs/integration/fastapi/test_base.py b/tests/a_docs/integration/fastapi/test_base.py similarity index 100% rename from tests/docs/integration/fastapi/test_base.py rename to tests/a_docs/integration/fastapi/test_base.py diff --git a/tests/docs/integration/fastapi/test_depends.py b/tests/a_docs/integration/fastapi/test_depends.py similarity index 100% rename from tests/docs/integration/fastapi/test_depends.py rename to tests/a_docs/integration/fastapi/test_depends.py diff --git a/tests/docs/integration/fastapi/test_multiple.py b/tests/a_docs/integration/fastapi/test_multiple.py similarity index 100% rename from tests/docs/integration/fastapi/test_multiple.py rename to tests/a_docs/integration/fastapi/test_multiple.py diff --git a/tests/docs/integration/fastapi/test_multiple_lifespan.py b/tests/a_docs/integration/fastapi/test_multiple_lifespan.py similarity index 100% rename from tests/docs/integration/fastapi/test_multiple_lifespan.py rename to tests/a_docs/integration/fastapi/test_multiple_lifespan.py diff --git a/tests/docs/integration/fastapi/test_send.py b/tests/a_docs/integration/fastapi/test_send.py similarity index 100% rename from tests/docs/integration/fastapi/test_send.py rename to tests/a_docs/integration/fastapi/test_send.py diff --git a/tests/docs/integration/fastapi/test_startup.py b/tests/a_docs/integration/fastapi/test_startup.py similarity index 100% rename from tests/docs/integration/fastapi/test_startup.py rename to tests/a_docs/integration/fastapi/test_startup.py diff --git a/tests/docs/integration/fastapi/test_test.py b/tests/a_docs/integration/fastapi/test_test.py similarity index 100% rename from tests/docs/integration/fastapi/test_test.py rename to tests/a_docs/integration/fastapi/test_test.py diff --git a/tests/docs/integration/http/__init__.py b/tests/a_docs/integration/http/__init__.py similarity index 100% rename from tests/docs/integration/http/__init__.py rename to tests/a_docs/integration/http/__init__.py diff --git a/tests/docs/integration/http/test_fastapi.py b/tests/a_docs/integration/http/test_fastapi.py similarity index 100% rename from tests/docs/integration/http/test_fastapi.py rename to tests/a_docs/integration/http/test_fastapi.py diff --git a/tests/docs/kafka/__init__.py b/tests/a_docs/kafka/__init__.py similarity index 100% rename from tests/docs/kafka/__init__.py rename to tests/a_docs/kafka/__init__.py diff --git a/tests/docs/kafka/ack/__init__.py b/tests/a_docs/kafka/ack/__init__.py similarity index 100% rename from tests/docs/kafka/ack/__init__.py rename to tests/a_docs/kafka/ack/__init__.py diff --git a/tests/docs/kafka/ack/test_errors.py b/tests/a_docs/kafka/ack/test_errors.py similarity index 100% rename from tests/docs/kafka/ack/test_errors.py rename to tests/a_docs/kafka/ack/test_errors.py diff --git a/tests/docs/kafka/basic/__init__.py b/tests/a_docs/kafka/basic/__init__.py similarity index 100% rename from tests/docs/kafka/basic/__init__.py rename to tests/a_docs/kafka/basic/__init__.py diff --git a/tests/docs/kafka/basic/test_basic.py b/tests/a_docs/kafka/basic/test_basic.py similarity index 100% rename from tests/docs/kafka/basic/test_basic.py rename to tests/a_docs/kafka/basic/test_basic.py diff --git a/tests/docs/kafka/basic/test_cmd_run.py b/tests/a_docs/kafka/basic/test_cmd_run.py similarity index 100% rename from tests/docs/kafka/basic/test_cmd_run.py rename to tests/a_docs/kafka/basic/test_cmd_run.py diff --git a/tests/docs/kafka/batch_consuming_pydantic/__init__.py b/tests/a_docs/kafka/batch_consuming_pydantic/__init__.py similarity index 100% rename from tests/docs/kafka/batch_consuming_pydantic/__init__.py rename to tests/a_docs/kafka/batch_consuming_pydantic/__init__.py diff --git a/tests/docs/kafka/batch_consuming_pydantic/test_app.py b/tests/a_docs/kafka/batch_consuming_pydantic/test_app.py similarity index 100% rename from tests/docs/kafka/batch_consuming_pydantic/test_app.py rename to tests/a_docs/kafka/batch_consuming_pydantic/test_app.py diff --git a/tests/docs/kafka/consumes_basics/__init__.py b/tests/a_docs/kafka/consumes_basics/__init__.py similarity index 100% rename from tests/docs/kafka/consumes_basics/__init__.py rename to tests/a_docs/kafka/consumes_basics/__init__.py diff --git a/tests/docs/kafka/consumes_basics/test_app.py b/tests/a_docs/kafka/consumes_basics/test_app.py similarity index 100% rename from tests/docs/kafka/consumes_basics/test_app.py rename to tests/a_docs/kafka/consumes_basics/test_app.py diff --git a/tests/docs/kafka/publish_batch/__init__.py b/tests/a_docs/kafka/publish_batch/__init__.py similarity index 100% rename from tests/docs/kafka/publish_batch/__init__.py rename to tests/a_docs/kafka/publish_batch/__init__.py diff --git a/tests/docs/kafka/publish_batch/test_app.py b/tests/a_docs/kafka/publish_batch/test_app.py similarity index 100% rename from tests/docs/kafka/publish_batch/test_app.py rename to tests/a_docs/kafka/publish_batch/test_app.py diff --git a/tests/docs/kafka/publish_batch/test_issues.py b/tests/a_docs/kafka/publish_batch/test_issues.py similarity index 100% rename from tests/docs/kafka/publish_batch/test_issues.py rename to tests/a_docs/kafka/publish_batch/test_issues.py diff --git a/tests/docs/kafka/publish_example/__init__.py b/tests/a_docs/kafka/publish_example/__init__.py similarity index 100% rename from tests/docs/kafka/publish_example/__init__.py rename to tests/a_docs/kafka/publish_example/__init__.py diff --git a/tests/docs/kafka/publish_example/test_app.py b/tests/a_docs/kafka/publish_example/test_app.py similarity index 100% rename from tests/docs/kafka/publish_example/test_app.py rename to tests/a_docs/kafka/publish_example/test_app.py diff --git a/tests/docs/kafka/publish_with_partition_key/__init__.py b/tests/a_docs/kafka/publish_with_partition_key/__init__.py similarity index 100% rename from tests/docs/kafka/publish_with_partition_key/__init__.py rename to tests/a_docs/kafka/publish_with_partition_key/__init__.py diff --git a/tests/docs/kafka/publish_with_partition_key/test_app.py b/tests/a_docs/kafka/publish_with_partition_key/test_app.py similarity index 100% rename from tests/docs/kafka/publish_with_partition_key/test_app.py rename to tests/a_docs/kafka/publish_with_partition_key/test_app.py diff --git a/tests/docs/kafka/publisher_object/__init__.py b/tests/a_docs/kafka/publisher_object/__init__.py similarity index 100% rename from tests/docs/kafka/publisher_object/__init__.py rename to tests/a_docs/kafka/publisher_object/__init__.py diff --git a/tests/docs/kafka/publisher_object/test_publisher_object.py b/tests/a_docs/kafka/publisher_object/test_publisher_object.py similarity index 100% rename from tests/docs/kafka/publisher_object/test_publisher_object.py rename to tests/a_docs/kafka/publisher_object/test_publisher_object.py diff --git a/tests/docs/kafka/raw_publish/__init__.py b/tests/a_docs/kafka/raw_publish/__init__.py similarity index 100% rename from tests/docs/kafka/raw_publish/__init__.py rename to tests/a_docs/kafka/raw_publish/__init__.py diff --git a/tests/docs/kafka/raw_publish/test_raw_publish.py b/tests/a_docs/kafka/raw_publish/test_raw_publish.py similarity index 100% rename from tests/docs/kafka/raw_publish/test_raw_publish.py rename to tests/a_docs/kafka/raw_publish/test_raw_publish.py diff --git a/tests/docs/kafka/test_security.py b/tests/a_docs/kafka/test_security.py similarity index 100% rename from tests/docs/kafka/test_security.py rename to tests/a_docs/kafka/test_security.py diff --git a/tests/docs/nats/__init__.py b/tests/a_docs/nats/__init__.py similarity index 100% rename from tests/docs/nats/__init__.py rename to tests/a_docs/nats/__init__.py diff --git a/tests/docs/nats/ack/__init__.py b/tests/a_docs/nats/ack/__init__.py similarity index 100% rename from tests/docs/nats/ack/__init__.py rename to tests/a_docs/nats/ack/__init__.py diff --git a/tests/docs/nats/ack/test_errors.py b/tests/a_docs/nats/ack/test_errors.py similarity index 100% rename from tests/docs/nats/ack/test_errors.py rename to tests/a_docs/nats/ack/test_errors.py diff --git a/tests/docs/nats/js/__init__.py b/tests/a_docs/nats/js/__init__.py similarity index 100% rename from tests/docs/nats/js/__init__.py rename to tests/a_docs/nats/js/__init__.py diff --git a/tests/docs/nats/js/test_kv.py b/tests/a_docs/nats/js/test_kv.py similarity index 100% rename from tests/docs/nats/js/test_kv.py rename to tests/a_docs/nats/js/test_kv.py diff --git a/tests/docs/nats/js/test_main.py b/tests/a_docs/nats/js/test_main.py similarity index 100% rename from tests/docs/nats/js/test_main.py rename to tests/a_docs/nats/js/test_main.py diff --git a/tests/docs/nats/js/test_object.py b/tests/a_docs/nats/js/test_object.py similarity index 100% rename from tests/docs/nats/js/test_object.py rename to tests/a_docs/nats/js/test_object.py diff --git a/tests/docs/nats/js/test_pull_sub.py b/tests/a_docs/nats/js/test_pull_sub.py similarity index 100% rename from tests/docs/nats/js/test_pull_sub.py rename to tests/a_docs/nats/js/test_pull_sub.py diff --git a/tests/docs/nats/test_direct.py b/tests/a_docs/nats/test_direct.py similarity index 100% rename from tests/docs/nats/test_direct.py rename to tests/a_docs/nats/test_direct.py diff --git a/tests/docs/nats/test_pattern.py b/tests/a_docs/nats/test_pattern.py similarity index 100% rename from tests/docs/nats/test_pattern.py rename to tests/a_docs/nats/test_pattern.py diff --git a/tests/docs/rabbit/__init__.py b/tests/a_docs/rabbit/__init__.py similarity index 100% rename from tests/docs/rabbit/__init__.py rename to tests/a_docs/rabbit/__init__.py diff --git a/tests/docs/rabbit/ack/__init__.py b/tests/a_docs/rabbit/ack/__init__.py similarity index 100% rename from tests/docs/rabbit/ack/__init__.py rename to tests/a_docs/rabbit/ack/__init__.py diff --git a/tests/docs/rabbit/ack/test_errors.py b/tests/a_docs/rabbit/ack/test_errors.py similarity index 100% rename from tests/docs/rabbit/ack/test_errors.py rename to tests/a_docs/rabbit/ack/test_errors.py diff --git a/tests/docs/rabbit/subscription/__init__.py b/tests/a_docs/rabbit/subscription/__init__.py similarity index 100% rename from tests/docs/rabbit/subscription/__init__.py rename to tests/a_docs/rabbit/subscription/__init__.py diff --git a/tests/docs/rabbit/subscription/test_direct.py b/tests/a_docs/rabbit/subscription/test_direct.py similarity index 100% rename from tests/docs/rabbit/subscription/test_direct.py rename to tests/a_docs/rabbit/subscription/test_direct.py diff --git a/tests/docs/rabbit/subscription/test_fanout.py b/tests/a_docs/rabbit/subscription/test_fanout.py similarity index 100% rename from tests/docs/rabbit/subscription/test_fanout.py rename to tests/a_docs/rabbit/subscription/test_fanout.py diff --git a/tests/docs/rabbit/subscription/test_header.py b/tests/a_docs/rabbit/subscription/test_header.py similarity index 100% rename from tests/docs/rabbit/subscription/test_header.py rename to tests/a_docs/rabbit/subscription/test_header.py diff --git a/tests/docs/rabbit/subscription/test_index.py b/tests/a_docs/rabbit/subscription/test_index.py similarity index 100% rename from tests/docs/rabbit/subscription/test_index.py rename to tests/a_docs/rabbit/subscription/test_index.py diff --git a/tests/docs/rabbit/subscription/test_stream.py b/tests/a_docs/rabbit/subscription/test_stream.py similarity index 100% rename from tests/docs/rabbit/subscription/test_stream.py rename to tests/a_docs/rabbit/subscription/test_stream.py diff --git a/tests/docs/rabbit/subscription/test_topic.py b/tests/a_docs/rabbit/subscription/test_topic.py similarity index 100% rename from tests/docs/rabbit/subscription/test_topic.py rename to tests/a_docs/rabbit/subscription/test_topic.py diff --git a/tests/docs/rabbit/test_declare.py b/tests/a_docs/rabbit/test_declare.py similarity index 100% rename from tests/docs/rabbit/test_declare.py rename to tests/a_docs/rabbit/test_declare.py diff --git a/tests/docs/rabbit/test_security.py b/tests/a_docs/rabbit/test_security.py similarity index 100% rename from tests/docs/rabbit/test_security.py rename to tests/a_docs/rabbit/test_security.py diff --git a/tests/docs/redis/__init__.py b/tests/a_docs/redis/__init__.py similarity index 100% rename from tests/docs/redis/__init__.py rename to tests/a_docs/redis/__init__.py diff --git a/tests/docs/redis/list/__init__.py b/tests/a_docs/redis/list/__init__.py similarity index 100% rename from tests/docs/redis/list/__init__.py rename to tests/a_docs/redis/list/__init__.py diff --git a/tests/docs/redis/list/test_list_pub.py b/tests/a_docs/redis/list/test_list_pub.py similarity index 100% rename from tests/docs/redis/list/test_list_pub.py rename to tests/a_docs/redis/list/test_list_pub.py diff --git a/tests/docs/redis/list/test_list_sub.py b/tests/a_docs/redis/list/test_list_sub.py similarity index 100% rename from tests/docs/redis/list/test_list_sub.py rename to tests/a_docs/redis/list/test_list_sub.py diff --git a/tests/docs/redis/list/test_sub_batch.py b/tests/a_docs/redis/list/test_sub_batch.py similarity index 100% rename from tests/docs/redis/list/test_sub_batch.py rename to tests/a_docs/redis/list/test_sub_batch.py diff --git a/tests/docs/redis/pub_sub/__init__.py b/tests/a_docs/redis/pub_sub/__init__.py similarity index 100% rename from tests/docs/redis/pub_sub/__init__.py rename to tests/a_docs/redis/pub_sub/__init__.py diff --git a/tests/docs/redis/pub_sub/test_channel_sub.py b/tests/a_docs/redis/pub_sub/test_channel_sub.py similarity index 100% rename from tests/docs/redis/pub_sub/test_channel_sub.py rename to tests/a_docs/redis/pub_sub/test_channel_sub.py diff --git a/tests/docs/redis/pub_sub/test_channel_sub_pattern.py b/tests/a_docs/redis/pub_sub/test_channel_sub_pattern.py similarity index 100% rename from tests/docs/redis/pub_sub/test_channel_sub_pattern.py rename to tests/a_docs/redis/pub_sub/test_channel_sub_pattern.py diff --git a/tests/docs/redis/pub_sub/test_pattern_data.py b/tests/a_docs/redis/pub_sub/test_pattern_data.py similarity index 100% rename from tests/docs/redis/pub_sub/test_pattern_data.py rename to tests/a_docs/redis/pub_sub/test_pattern_data.py diff --git a/tests/docs/redis/pub_sub/test_publihser_object.py b/tests/a_docs/redis/pub_sub/test_publihser_object.py similarity index 100% rename from tests/docs/redis/pub_sub/test_publihser_object.py rename to tests/a_docs/redis/pub_sub/test_publihser_object.py diff --git a/tests/docs/redis/pub_sub/test_publisher_decorator.py b/tests/a_docs/redis/pub_sub/test_publisher_decorator.py similarity index 100% rename from tests/docs/redis/pub_sub/test_publisher_decorator.py rename to tests/a_docs/redis/pub_sub/test_publisher_decorator.py diff --git a/tests/docs/redis/pub_sub/test_raw_publish.py b/tests/a_docs/redis/pub_sub/test_raw_publish.py similarity index 100% rename from tests/docs/redis/pub_sub/test_raw_publish.py rename to tests/a_docs/redis/pub_sub/test_raw_publish.py diff --git a/tests/docs/redis/stream/__init__.py b/tests/a_docs/redis/stream/__init__.py similarity index 100% rename from tests/docs/redis/stream/__init__.py rename to tests/a_docs/redis/stream/__init__.py diff --git a/tests/docs/redis/stream/test_ack_errors.py b/tests/a_docs/redis/stream/test_ack_errors.py similarity index 100% rename from tests/docs/redis/stream/test_ack_errors.py rename to tests/a_docs/redis/stream/test_ack_errors.py diff --git a/tests/docs/redis/stream/test_batch_sub.py b/tests/a_docs/redis/stream/test_batch_sub.py similarity index 100% rename from tests/docs/redis/stream/test_batch_sub.py rename to tests/a_docs/redis/stream/test_batch_sub.py diff --git a/tests/docs/redis/stream/test_group.py b/tests/a_docs/redis/stream/test_group.py similarity index 100% rename from tests/docs/redis/stream/test_group.py rename to tests/a_docs/redis/stream/test_group.py diff --git a/tests/docs/redis/stream/test_pub.py b/tests/a_docs/redis/stream/test_pub.py similarity index 100% rename from tests/docs/redis/stream/test_pub.py rename to tests/a_docs/redis/stream/test_pub.py diff --git a/tests/docs/redis/stream/test_sub.py b/tests/a_docs/redis/stream/test_sub.py similarity index 100% rename from tests/docs/redis/stream/test_sub.py rename to tests/a_docs/redis/stream/test_sub.py diff --git a/tests/docs/redis/test_rpc.py b/tests/a_docs/redis/test_rpc.py similarity index 100% rename from tests/docs/redis/test_rpc.py rename to tests/a_docs/redis/test_rpc.py diff --git a/tests/docs/redis/test_security.py b/tests/a_docs/redis/test_security.py similarity index 100% rename from tests/docs/redis/test_security.py rename to tests/a_docs/redis/test_security.py