Path	Lines of Code
tests/__init__.py	1
tests/build_sources/conftest.py	27
tests/build_sources/internal/test_build_runner.py	92
tests/build_sources/internal/test_build_service.py	122
tests/build_sources/internal/test_export_results.py	58
tests/cli/test_add_datasource_config.py	136
tests/conftest.py	79
tests/databases/test_mssql_connection_string.py	87
tests/datasource_config/test_validate_config.py	203
tests/event_journal/test_event_journal.py	26
tests/integration/test_e2e_build.py	101
tests/integration/test_embed_flow.py	96
tests/integration/test_ollama_embedding_integration.py	66
tests/introspection/test_property_extract.py	213
tests/llm/embeddings/test_provider.py	20
tests/llm/test_install.py	48
tests/llm/test_runtime.py	110
tests/llm/test_service.py	252
tests/mcp/conftest.py	34
tests/mcp/test_mcp_server.py	130
tests/mcp/test_mcp_server_runner.py	16
tests/plugins/database_contracts.py	326
tests/plugins/resources/test_parquet_plugin.py	124
tests/plugins/test_clickhouse_db_plugin.py	254
tests/plugins/test_default_build_datasource_plugin.py	11
tests/plugins/test_duckdb_db_plugin.py	194
tests/plugins/test_introspection_scope.py	43
tests/plugins/test_introspection_scope_matcher.py	114
tests/plugins/test_mssql_db_plugin.py	376
tests/plugins/test_mysql_db_plugin.py	386
tests/plugins/test_plugin_loader.py	34
tests/plugins/test_postgresql_db_plugin.py	438
tests/project/test_datasource_discovery.py	67
tests/project/test_init_project.py	56
tests/project/test_project_config.py	20
tests/retrieve_embeddings/internal/test_retrieve_runner.py	89
tests/retrieve_embeddings/internal/test_retrieve_service.py	190
tests/serialisation/test_yaml.py	66
tests/services/test_chunk_embedding_service.py	107
tests/services/test_embedding_shard_resolver.py	47
tests/services/test_persistence_service.py	148
tests/storage/__init__.py	1
tests/storage/repositories/test_chunk_repository.py	69
tests/storage/repositories/test_datasource_run_repository.py	76
tests/storage/repositories/test_embedding_model_registry_repository.py	48
tests/storage/repositories/test_embedding_repository.py	54
tests/storage/repositories/test_run_repository.py	101
tests/storage/repositories/test_vector_search_repository.py	83
tests/storage/test_migrate.py	47
tests/storage/test_migrations/V01__init.sql	4
tests/storage/test_migrations/V02__second.sql	4
tests/storage/test_migrations/V02__second_duplicate.sql	4
tests/storage/test_migrations/V03__third.sql	4
tests/templating/test_renderer.py	36
tests/test_databao_engine.py	99
tests/test_generate_configs_schemas.py	61
tests/utils/__init__.py	1
tests/utils/dummy_build_plugin.py	157
tests/utils/environment.py	13
tests/utils/factories.py	68
tests/utils/fakes.py	40
tests/utils/project_creation.py	37
