repo_id string | cross_repo_split string | commit_index int32 | commit_sha string | in_repo_split string | test_file string | file_split string | split_group string | lineno int32 | col_offset int32 | assertion_type string | test_function string | prefix large_string | target string | assertion_event_type string | assertion_event_id string | assertion_anchor large_string | old_target string | old_lineno int32 | old_col_offset int32 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
vstorm-co/full-stack-ai-agent-template | train | 2 | fa72e903afd74e3d7bf8719581c91b4b5ebdf16f | train | tests/test_cli.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_cli.py | 324 | 8 | assert | test_create_with_ai_agent_pydantic_ai | """Tests for fastapi_gen.cli module."""
from pathlib import Path
from unittest.mock import MagicMock, patch
import pytest
from click.testing import CliRunner
from fastapi_gen.cli import cli, create, main, new, templates
from fastapi_gen.config import AuthType, CIType, DatabaseType, FrontendType, ProjectConfig
@pyt... | result.output | added | 05831f340fbe52dcaa0aab3fde4d279a305c3120579bd15ec023a577c0e03f0f | assert|test_create_with_ai_agent_pydantic_ai|"""Tests for fastapi_gen.cli module.""" from pathlib import Path from unittest.mock import MagicMock, patch import pytest from click.testing import CliRunner from fastapi_gen.cli import cli, create, main, new, templates from fastapi_gen.config import AuthType, CIType, Databa... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 2 | fa72e903afd74e3d7bf8719581c91b4b5ebdf16f | train | tests/test_cli.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_cli.py | 327 | 8 | assert | test_create_with_ai_agent_pydantic_ai | """Tests for fastapi_gen.cli module."""
from pathlib import Path
from unittest.mock import MagicMock, patch
import pytest
from click.testing import CliRunner
from fastapi_gen.cli import cli, create, main, new, templates
from fastapi_gen.config import AuthType, CIType, DatabaseType, FrontendType, ProjectConfig
@pyt... | "pydantic_ai" | added | c12bf89f5430a0edf21d351c377914429cfdbc61a9f0ec3c23e5d4491c5c657c | assert|test_create_with_ai_agent_pydantic_ai|"""Tests for fastapi_gen.cli module.""" from pathlib import Path from unittest.mock import MagicMock, patch import pytest from click.testing import CliRunner from fastapi_gen.cli import cli, create, main, new, templates from fastapi_gen.config import AuthType, CIType, Databa... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 2 | fa72e903afd74e3d7bf8719581c91b4b5ebdf16f | train | tests/test_cli.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_cli.py | 346 | 8 | assert | test_create_with_ai_agent_langchain | """Tests for fastapi_gen.cli module."""
from pathlib import Path
from unittest.mock import MagicMock, patch
import pytest
from click.testing import CliRunner
from fastapi_gen.cli import cli, create, main, new, templates
from fastapi_gen.config import AuthType, CIType, DatabaseType, FrontendType, ProjectConfig
@pyt... | True | added | 5599c77ea5d82569ce2c8339ce34f64b32f2e77f391f87e024a12723dc4827ef | assert|test_create_with_ai_agent_langchain|"""Tests for fastapi_gen.cli module.""" from pathlib import Path from unittest.mock import MagicMock, patch import pytest from click.testing import CliRunner from fastapi_gen.cli import cli, create, main, new, templates from fastapi_gen.config import AuthType, CIType, Database... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 2 | fa72e903afd74e3d7bf8719581c91b4b5ebdf16f | train | tests/test_cli.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_cli.py | 365 | 8 | assert | test_templates_displays_options | """Tests for fastapi_gen.cli module."""
from pathlib import Path
from unittest.mock import MagicMock, patch
import pytest
from click.testing import CliRunner
from fastapi_gen.cli import cli, create, main, new, templates
from fastapi_gen.config import AuthType, CIType, DatabaseType, FrontendType, ProjectConfig
@pyt... | result.output | added | 25ab983c966303a287838bc6988ddfe9d81ed9a888f73c3dbc880c101a0e4467 | assert|test_templates_displays_options|"""Tests for fastapi_gen.cli module.""" from pathlib import Path from unittest.mock import MagicMock, patch import pytest from click.testing import CliRunner from fastapi_gen.cli import cli, create, main, new, templates from fastapi_gen.config import AuthType, CIType, DatabaseType... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 2 | fa72e903afd74e3d7bf8719581c91b4b5ebdf16f | train | tests/test_prompts.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_prompts.py | 214 | 8 | assert | test_returns_selected_integrations | """Tests for fastapi_gen.prompts module."""
from typing import Any
from unittest.mock import MagicMock, patch
import pytest
from fastapi_gen.config import (
AdminEnvironmentType,
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
FrontendType,
LogfireFeatures,
OA... | False | modified | fd7a1ec1d8e4b7f7ad974e7405f7e4925b0a7ad3649c34d774d08ad50a8745c9 | assert|test_returns_selected_integrations|"""Tests for fastapi_gen.prompts module.""" from typing import Any from unittest.mock import MagicMock, patch import pytest from fastapi_gen.config import ( AdminEnvironmentType, AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, FrontendType, LogfireFeatures,... | False | 213 | 8 |
vstorm-co/full-stack-ai-agent-template | train | 2 | fa72e903afd74e3d7bf8719581c91b4b5ebdf16f | train | tests/test_prompts.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_prompts.py | 295 | 8 | assert | test_returns_none_auth | """Tests for fastapi_gen.prompts module."""
from typing import Any
from unittest.mock import MagicMock, patch
import pytest
from fastapi_gen.config import (
AdminEnvironmentType,
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
FrontendType,
LogfireFeatures,
OA... | WebSocketAuthType.NONE | modified | 99814692945ea9a4fc2d9c6e692282bf2ac6f5a8c594fbd88f84bbc9614ec00b | assert|test_returns_none_auth|"""Tests for fastapi_gen.prompts module.""" from typing import Any from unittest.mock import MagicMock, patch import pytest from fastapi_gen.config import ( AdminEnvironmentType, AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, FrontendType, LogfireFeatures, OAuthProvid... | WebSocketAuthType.NONE | 294 | 8 |
vstorm-co/full-stack-ai-agent-template | train | 2 | fa72e903afd74e3d7bf8719581c91b4b5ebdf16f | train | tests/test_prompts.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_prompts.py | 459 | 8 | assert | test_returns_backend_port_only | """Tests for fastapi_gen.prompts module."""
from typing import Any
from unittest.mock import MagicMock, patch
import pytest
from fastapi_gen.config import (
AdminEnvironmentType,
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
FrontendType,
LogfireFeatures,
OA... | {"backend_port": 8000} | added | 71fe20d4e250ac7fdb4854ba369dc1bcaf9e73fe16ca5390a48922b9a4a65c3a | assert|test_returns_backend_port_only|"""Tests for fastapi_gen.prompts module.""" from typing import Any from unittest.mock import MagicMock, patch import pytest from fastapi_gen.config import ( AdminEnvironmentType, AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, FrontendType, LogfireFeatures, OAu... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 2 | fa72e903afd74e3d7bf8719581c91b4b5ebdf16f | train | tests/test_prompts.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_prompts.py | 900 | 8 | assert | test_admin_panel_with_postgresql | """Tests for fastapi_gen.prompts module."""
from typing import Any
from unittest.mock import MagicMock, patch
import pytest
from fastapi_gen.config import (
AdminEnvironmentType,
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
FrontendType,
LogfireFeatures,
OA... | AdminEnvironmentType.DEV_ONLY | added | d03ff6a5dd0712501a7d0e888b56089d9be31c68bccc7c77b88bf024a531c2ab | assert|test_admin_panel_with_postgresql|"""Tests for fastapi_gen.prompts module.""" from typing import Any from unittest.mock import MagicMock, patch import pytest from fastapi_gen.config import ( AdminEnvironmentType, AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, FrontendType, LogfireFeatures, O... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 3 | 8f568e7fb2adc331c6e70384e65331d580fe695e | train | tests/test_cli.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_cli.py | 205 | 8 | assert | test_new_interactive_with_output_dir | """Tests for fastapi_gen.cli module."""
from pathlib import Path
from unittest.mock import MagicMock, patch
import pytest
from click.testing import CliRunner
from fastapi_gen.cli import cli, create, main, new, templates
from fastapi_gen.config import (
AuthType,
BackgroundTaskType,
CIType,
DatabaseTy... | tmp_path | added | 868c0c33cacb36e7095120eb0b8b2d84c8b40344da1fecb1904b6f5b51e14e5e | assert|test_new_interactive_with_output_dir|"""Tests for fastapi_gen.cli module.""" from pathlib import Path from unittest.mock import MagicMock, patch import pytest from click.testing import CliRunner from fastapi_gen.cli import cli, create, main, new, templates from fastapi_gen.config import ( AuthType, BackgroundTas... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 3 | 8f568e7fb2adc331c6e70384e65331d580fe695e | train | tests/test_config.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_config.py | 116 | 17 | pytest.raises | test_invalid_project_names | """Tests for fastapi_gen.config module."""
import pytest
from pydantic import ValidationError
from fastapi_gen.config import (
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
LLMProviderType,
LogfireFeatures,
ProjectConfig,
RateLimitStorageType,
)
class TestE... | ValidationError) | added | fd9c24e288a03cf0b7d71942d9e917d2241b66b79f27b38b3a7cebef5292f059 | pytest.raises|test_invalid_project_names|"""Tests for fastapi_gen.config module.""" import pytest from pydantic import ValidationError from fastapi_gen.config import ( AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, LLMProviderType, LogfireFeatures, ProjectConfig, RateLimitStorageType, ) class Test... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 3 | 8f568e7fb2adc331c6e70384e65331d580fe695e | train | tests/test_generator.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_generator.py | 161 | 8 | assert | test_passes_config_context_to_cookiecutter | """Tests for fastapi_gen.generator module."""
from pathlib import Path
from unittest.mock import MagicMock, patch
import pytest
from fastapi_gen.config import DatabaseType, FrontendType, ProjectConfig
from fastapi_gen.generator import (
TEMPLATE_DIR,
_find_template_dir,
_get_database_setup_commands,
... | "test_project" | added | a407fe5227cf9285d29c0cec50b9db37d258a5a4d2ffe8c1755d5e271fca10fd | assert|test_passes_config_context_to_cookiecutter|"""Tests for fastapi_gen.generator module.""" from pathlib import Path from unittest.mock import MagicMock, patch import pytest from fastapi_gen.config import DatabaseType, FrontendType, ProjectConfig from fastapi_gen.generator import ( TEMPLATE_DIR, _find_template_dir,... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 3 | 8f568e7fb2adc331c6e70384e65331d580fe695e | train | tests/test_integration.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_integration.py | 249 | 8 | assert | test_main_py_has_fastapi_app | """Integration tests for project generation."""
from pathlib import Path
import pytest
from fastapi_gen.config import (
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
ProjectConfig,
)
from fastapi_gen.generator import generate_project
class TestMinimalProjectGeneration:
"""Integration ... | "app = " in content or "app=" in content | modified | 2f8b4ccf7718fad0aec7f3036ed55a59474617f4f651465a22f871f43ccbe2a2 | assert|test_main_py_has_fastapi_app|"""Integration tests for project generation.""" from pathlib import Path import pytest from fastapi_gen.config import ( AuthType, BackgroundTaskType, CIType, DatabaseType, ProjectConfig, ) from fastapi_gen.generator import generate_project class TestMinimalProjectGeneration: """Integ... | "app = " in content or "app=" in content | 249 | 8 |
vstorm-co/full-stack-ai-agent-template | train | 3 | 8f568e7fb2adc331c6e70384e65331d580fe695e | train | tests/test_prompts.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_prompts.py | 217 | 8 | assert | test_returns_all_fields | """Tests for fastapi_gen.prompts module."""
from typing import Any
from unittest.mock import MagicMock, patch
import pytest
from fastapi_gen.config import (
AdminEnvironmentType,
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
FrontendType,
LLMProviderType,
Lo... | { "project_name": "myproject", "project_description": "My description", "author_name": "John Doe", "author_email": "john@example.com", } | added | 02960dae45b8ab7d56132955e667e2b31cc12c3ca6ce23fb04c18e738d43ca94 | assert|test_returns_all_fields|"""Tests for fastapi_gen.prompts module.""" from typing import Any from unittest.mock import MagicMock, patch import pytest from fastapi_gen.config import ( AdminEnvironmentType, AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, FrontendType, LLMProviderType, LogfireFea... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 3 | 8f568e7fb2adc331c6e70384e65331d580fe695e | train | tests/test_template_docs.py | val | vstorm-co/full-stack-ai-agent-template:tests/test_template_docs.py | 61 | 8 | assert | test_no_stale_documentation | """Tests for template documentation completeness."""
import json
import re
from pathlib import Path
import pytest
TEMPLATE_DIR = Path(__file__).parent.parent / "template"
class TestVariablesDocumentation:
"""Tests for VARIABLES.md documentation."""
@pytest.fixture
def cookiecutter_variables(self) -> s... | not stale | added | 74edf388832082576b877357b13bb1debc4bf089bb0eb62fc58e27bd5acae503 | assert|test_no_stale_documentation|"""Tests for template documentation completeness.""" import json import re from pathlib import Path import pytest TEMPLATE_DIR = Path(__file__).parent.parent / "template" class TestVariablesDocumentation: """Tests for VARIABLES.md documentation.""" @pytest.fixture def cookiecutter_var... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 3 | 8f568e7fb2adc331c6e70384e65331d580fe695e | train | tests/test_template_docs.py | val | vstorm-co/full-stack-ai-agent-template:tests/test_template_docs.py | 80 | 12 | assert | test_documentation_has_required_sections | """Tests for template documentation completeness."""
import json
import re
from pathlib import Path
import pytest
TEMPLATE_DIR = Path(__file__).parent.parent / "template"
class TestVariablesDocumentation:
"""Tests for VARIABLES.md documentation."""
@pytest.fixture
def cookiecutter_variables(self) -> s... | content | added | c756c2ce069128a580e0f6fa6746c3f5df72c000c36790ea3f141a4b181ffc19 | assert|test_documentation_has_required_sections|"""Tests for template documentation completeness.""" import json import re from pathlib import Path import pytest TEMPLATE_DIR = Path(__file__).parent.parent / "template" class TestVariablesDocumentation: """Tests for VARIABLES.md documentation.""" @pytest.fixture def coo... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 3 | 8f568e7fb2adc331c6e70384e65331d580fe695e | train | tests/test_template_integration.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_template_integration.py | 156 | 8 | assert | test_agents_folder_created_when_enabled | """Integration tests for generated template code quality.
These tests generate actual projects and run linting/type checking on them.
They are slower but ensure the template produces valid, well-formatted code.
"""
import subprocess
from pathlib import Path
import pytest
from fastapi_gen.config import (
AuthTyp... | agents_path.exists() | added | f8fd5f7aa83826d672afa03fa8cd3060d49bca5ab6fa2351f6711a5d1e53dec8 | assert|test_agents_folder_created_when_enabled|"""Integration tests for generated template code quality. These tests generate actual projects and run linting/type checking on them. They are slower but ensure the template produces valid, well-formatted code. """ import subprocess from pathlib import Path import pytest f... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 4 | 780a78f988e45683aca8e5425e009d1ea45dfefb | train | tests/test_prompts.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_prompts.py | 130 | 8 | assert | test_dash_to_underscore | """Tests for fastapi_gen.prompts module."""
from typing import Any
from unittest.mock import MagicMock, patch
import pytest
from fastapi_gen.config import (
AdminEnvironmentType,
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
FrontendType,
LLMProviderType,
Lo... | "my_project" | modified | fc9c8b1b2fa354f62555741d8a9b741929fb533bf6ff020986e1ae3bfc801d91 | assert|test_dash_to_underscore|"""Tests for fastapi_gen.prompts module.""" from typing import Any from unittest.mock import MagicMock, patch import pytest from fastapi_gen.config import ( AdminEnvironmentType, AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, FrontendType, LLMProviderType, LogfireFea... | "my_project" | 129 | 8 |
vstorm-co/full-stack-ai-agent-template | train | 4 | 780a78f988e45683aca8e5425e009d1ea45dfefb | train | tests/test_prompts.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_prompts.py | 239 | 8 | assert | test_normalizes_project_name_with_uppercase | """Tests for fastapi_gen.prompts module."""
from typing import Any
from unittest.mock import MagicMock, patch
import pytest
from fastapi_gen.config import (
AdminEnvironmentType,
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
FrontendType,
LLMProviderType,
Lo... | "myproject" | modified | 27cf69f34695bfb95a11c9babfd77bbf7f0446a069ff5c8b0568c9aafa3e04ae | assert|test_normalizes_project_name_with_uppercase|"""Tests for fastapi_gen.prompts module.""" from typing import Any from unittest.mock import MagicMock, patch import pytest from fastapi_gen.config import ( AdminEnvironmentType, AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, FrontendType, LLMProv... | "myproject" | 238 | 8 |
vstorm-co/full-stack-ai-agent-template | train | 4 | 780a78f988e45683aca8e5425e009d1ea45dfefb | train | tests/test_prompts.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_prompts.py | 271 | 8 | assert | test_normalizes_project_name_with_dashes | """Tests for fastapi_gen.prompts module."""
from typing import Any
from unittest.mock import MagicMock, patch
import pytest
from fastapi_gen.config import (
AdminEnvironmentType,
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
FrontendType,
LLMProviderType,
Lo... | "my_project" | modified | 32c034ea2604766f4efa7551d707ca72d2cfaa4ca4b9b5cf39a23c19e4aba322 | assert|test_normalizes_project_name_with_dashes|"""Tests for fastapi_gen.prompts module.""" from typing import Any from unittest.mock import MagicMock, patch import pytest from fastapi_gen.config import ( AdminEnvironmentType, AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, FrontendType, LLMProvide... | "my_project" | 270 | 8 |
vstorm-co/full-stack-ai-agent-template | train | 4 | 780a78f988e45683aca8e5425e009d1ea45dfefb | train | tests/test_prompts.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_prompts.py | 1,180 | 8 | assert | test_admin_panel_with_postgresql | """Tests for fastapi_gen.prompts module."""
from typing import Any
from unittest.mock import MagicMock, patch
import pytest
from fastapi_gen.config import (
AdminEnvironmentType,
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
FrontendType,
LLMProviderType,
Lo... | True | added | a745ba31fa5975a024af777e1ffbe6909be9dd614d8e0f8267c1bcb4116657d1 | assert|test_admin_panel_with_postgresql|"""Tests for fastapi_gen.prompts module.""" from typing import Any from unittest.mock import MagicMock, patch import pytest from fastapi_gen.config import ( AdminEnvironmentType, AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, FrontendType, LLMProviderType, L... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 5 | 2d5aee06777e1cb9fdcf0fd52923f3db518e8ca2 | train | tests/test_config.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_config.py | 91 | 8 | assert | test_default_values | """Tests for fastapi_gen.config module."""
from unittest.mock import patch
import pytest
from pydantic import ValidationError
from fastapi_gen.config import (
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
LLMProviderType,
LogfireFeatures,
OrmType,
ProjectCon... | False | added | 47c1fa30bd6f0b708f65fcfbd1470160ca57de1add6386031ab8aaf9a45e0617 | assert|test_default_values|"""Tests for fastapi_gen.config module.""" from unittest.mock import patch import pytest from pydantic import ValidationError from fastapi_gen.config import ( AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, LLMProviderType, LogfireFeatures, OrmType, ProjectConfig, RateLim... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 5 | 2d5aee06777e1cb9fdcf0fd52923f3db518e8ca2 | train | tests/test_config.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_config.py | 143 | 17 | pytest.raises | test_invalid_project_names | """Tests for fastapi_gen.config module."""
from unittest.mock import patch
import pytest
from pydantic import ValidationError
from fastapi_gen.config import (
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
LLMProviderType,
LogfireFeatures,
OrmType,
ProjectCon... | ValidationError) | added | 6de20637c69761c61b3855ddfa0f8f92cdaf222c023b3d553f829c412ae469f7 | pytest.raises|test_invalid_project_names|"""Tests for fastapi_gen.config module.""" from unittest.mock import patch import pytest from pydantic import ValidationError from fastapi_gen.config import ( AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, LLMProviderType, LogfireFeatures, OrmType, ProjectC... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 5 | 2d5aee06777e1cb9fdcf0fd52923f3db518e8ca2 | train | tests/test_config.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_config.py | 317 | 8 | assert | test_no_auth_flags | """Tests for fastapi_gen.config module."""
from unittest.mock import patch
import pytest
from pydantic import ValidationError
from fastapi_gen.config import (
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
LLMProviderType,
LogfireFeatures,
OrmType,
ProjectCon... | False | added | 58a8cf954922298933c3842d19e37f60a88399348e332ebce12f0ff17b33a9ef | assert|test_no_auth_flags|"""Tests for fastapi_gen.config module.""" from unittest.mock import patch import pytest from pydantic import ValidationError from fastapi_gen.config import ( AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, LLMProviderType, LogfireFeatures, OrmType, ProjectConfig, RateLimi... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 5 | 2d5aee06777e1cb9fdcf0fd52923f3db518e8ca2 | train | tests/test_config.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_config.py | 646 | 8 | assert | test_rate_limit_redis_storage_context_flags | """Tests for fastapi_gen.config module."""
from unittest.mock import patch
import pytest
from pydantic import ValidationError
from fastapi_gen.config import (
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
LLMProviderType,
LogfireFeatures,
OrmType,
ProjectCon... | True | added | fd6b39ffb2b7457a5fbdc971be90193a245ccb36a245bd88b958a4c4eb448562 | assert|test_rate_limit_redis_storage_context_flags|"""Tests for fastapi_gen.config module.""" from unittest.mock import patch import pytest from pydantic import ValidationError from fastapi_gen.config import ( AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, LLMProviderType, LogfireFeatures, OrmType... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 5 | 2d5aee06777e1cb9fdcf0fd52923f3db518e8ca2 | train | tests/test_prompts.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_prompts.py | 716 | 8 | assert | test_returns_all_without_auth | """Tests for fastapi_gen.prompts module."""
from typing import Any
from unittest.mock import MagicMock, patch
import pytest
from fastapi_gen.config import (
AdminEnvironmentType,
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
FrontendType,
LLMProviderType,
Lo... | False | added | b32f2fa87d3c1fedfe2996a4c1a2dd3c8ada7476056267a481efec6e3c1fedc1 | assert|test_returns_all_without_auth|"""Tests for fastapi_gen.prompts module.""" from typing import Any from unittest.mock import MagicMock, patch import pytest from fastapi_gen.config import ( AdminEnvironmentType, AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, FrontendType, LLMProviderType, Logf... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 5 | 2d5aee06777e1cb9fdcf0fd52923f3db518e8ca2 | train | tests/test_prompts.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_prompts.py | 942 | 8 | assert | test_returns_openrouter_for_pydanticai | """Tests for fastapi_gen.prompts module."""
from typing import Any
from unittest.mock import MagicMock, patch
import pytest
from fastapi_gen.config import (
AdminEnvironmentType,
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
FrontendType,
LLMProviderType,
Lo... | LLMProviderType.OPENROUTER | added | 2c6d1134fd9d209bb15475bbf7a4de8f63afee3844d29ef4a577096f40b7f028 | assert|test_returns_openrouter_for_pydanticai|"""Tests for fastapi_gen.prompts module.""" from typing import Any from unittest.mock import MagicMock, patch import pytest from fastapi_gen.config import ( AdminEnvironmentType, AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, FrontendType, LLMProviderT... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 5 | 2d5aee06777e1cb9fdcf0fd52923f3db518e8ca2 | train | tests/test_prompts.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_prompts.py | 1,096 | 8 | assert | test_builds_project_config | """Tests for fastapi_gen.prompts module."""
from typing import Any
from unittest.mock import MagicMock, patch
import pytest
from fastapi_gen.config import (
AdminEnvironmentType,
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
FrontendType,
LLMProviderType,
Lo... | "test_project" | added | 0ed3ae4ef858236cdc97ee8ace2d78ba524e21e57a83f10dc174ab1d9b625b5f | assert|test_builds_project_config|"""Tests for fastapi_gen.prompts module.""" from typing import Any from unittest.mock import MagicMock, patch import pytest from fastapi_gen.config import ( AdminEnvironmentType, AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, FrontendType, LLMProviderType, Logfire... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 5 | 2d5aee06777e1cb9fdcf0fd52923f3db518e8ca2 | train | tests/test_prompts.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_prompts.py | 1,369 | 8 | assert | test_admin_panel_with_postgresql | """Tests for fastapi_gen.prompts module."""
from typing import Any
from unittest.mock import MagicMock, patch
import pytest
from fastapi_gen.config import (
AdminEnvironmentType,
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
FrontendType,
LLMProviderType,
Lo... | True | added | c1593d0f6016935fb7c21d9d8c70463b002199d217eebe06db06de6f0aa71835 | assert|test_admin_panel_with_postgresql|"""Tests for fastapi_gen.prompts module.""" from typing import Any from unittest.mock import MagicMock, patch import pytest from fastapi_gen.config import ( AdminEnvironmentType, AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, FrontendType, LLMProviderType, L... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 6 | 0c70d8d11dab6edf33afdd36b4f6e24b3aeb1441 | train | tests/test_config.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_config.py | 117 | 8 | assert | test_minimal_config | """Tests for fastapi_gen.config module."""
from unittest.mock import patch
import pytest
from pydantic import ValidationError
from fastapi_gen.config import (
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
LLMProviderType,
LogfireFeatures,
OrmType,
ProjectCon... | "myproject" | modified | 42d24a4d44b146a39f5b12914b9dff54f4b6073f7d46850982155e61f59f9157 | assert|test_minimal_config|"""Tests for fastapi_gen.config module.""" from unittest.mock import patch import pytest from pydantic import ValidationError from fastapi_gen.config import ( AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, LLMProviderType, LogfireFeatures, OrmType, ProjectConfig, RateLim... | "myproject" | 116 | 8 |
vstorm-co/full-stack-ai-agent-template | train | 6 | 0c70d8d11dab6edf33afdd36b4f6e24b3aeb1441 | train | tests/test_config.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_config.py | 316 | 8 | assert | test_no_auth_flags | """Tests for fastapi_gen.config module."""
from unittest.mock import patch
import pytest
from pydantic import ValidationError
from fastapi_gen.config import (
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
LLMProviderType,
LogfireFeatures,
OrmType,
ProjectCon... | False | modified | 8659835af604213aaabd0f27983b4faec7d8f65a51ee41aa4869c5adde39625d | assert|test_no_auth_flags|"""Tests for fastapi_gen.config module.""" from unittest.mock import patch import pytest from pydantic import ValidationError from fastapi_gen.config import ( AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, LLMProviderType, LogfireFeatures, OrmType, ProjectConfig, RateLimi... | False | 315 | 8 |
vstorm-co/full-stack-ai-agent-template | train | 6 | 0c70d8d11dab6edf33afdd36b4f6e24b3aeb1441 | train | tests/test_config.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_config.py | 344 | 8 | assert | test_taskiq_background_task_flags | """Tests for fastapi_gen.config module."""
from unittest.mock import patch
import pytest
from pydantic import ValidationError
from fastapi_gen.config import (
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
LLMProviderType,
LogfireFeatures,
OrmType,
ProjectCon... | False | modified | 614a8ec34023588b156bdf642ed71ff25cdc4ed93bac9ef7ed405817450fddc0 | assert|test_taskiq_background_task_flags|"""Tests for fastapi_gen.config module.""" from unittest.mock import patch import pytest from pydantic import ValidationError from fastapi_gen.config import ( AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, LLMProviderType, LogfireFeatures, OrmType, ProjectC... | False | 343 | 8 |
vstorm-co/full-stack-ai-agent-template | train | 6 | 0c70d8d11dab6edf33afdd36b4f6e24b3aeb1441 | train | tests/test_config.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_config.py | 606 | 8 | assert | test_caching_with_redis_is_valid | """Tests for fastapi_gen.config module."""
from unittest.mock import patch
import pytest
from pydantic import ValidationError
from fastapi_gen.config import (
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
LLMProviderType,
LogfireFeatures,
OrmType,
ProjectCon... | True | added | 6e55e9a7c61eb56286a3e87ef5af3a65c33d07df8285bf9a29d56c9a71f78eae | assert|test_caching_with_redis_is_valid|"""Tests for fastapi_gen.config module.""" from unittest.mock import patch import pytest from pydantic import ValidationError from fastapi_gen.config import ( AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, LLMProviderType, LogfireFeatures, OrmType, ProjectCo... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 6 | 0c70d8d11dab6edf33afdd36b4f6e24b3aeb1441 | train | tests/test_prompts.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_prompts.py | 942 | 8 | assert | test_returns_openai | """Tests for fastapi_gen.prompts module."""
from typing import Any
from unittest.mock import MagicMock, patch
import pytest
from fastapi_gen.config import (
AdminEnvironmentType,
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
FrontendType,
LLMProviderType,
Lo... | LLMProviderType.OPENAI | added | 3b6830606964c0b822070387ba7f4bed24eb9a116f31c33a43144b4a53cb9be3 | assert|test_returns_openai|"""Tests for fastapi_gen.prompts module.""" from typing import Any from unittest.mock import MagicMock, patch import pytest from fastapi_gen.config import ( AdminEnvironmentType, AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, FrontendType, LLMProviderType, LogfireFeature... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 6 | 0c70d8d11dab6edf33afdd36b4f6e24b3aeb1441 | train | tests/test_prompts.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_prompts.py | 954 | 8 | assert | test_returns_anthropic | """Tests for fastapi_gen.prompts module."""
from typing import Any
from unittest.mock import MagicMock, patch
import pytest
from fastapi_gen.config import (
AdminEnvironmentType,
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
FrontendType,
LLMProviderType,
Lo... | LLMProviderType.ANTHROPIC | added | 0b4091a3daffa93c3dd78cddf3902287901e5bce6a952f16904e27688514890f | assert|test_returns_anthropic|"""Tests for fastapi_gen.prompts module.""" from typing import Any from unittest.mock import MagicMock, patch import pytest from fastapi_gen.config import ( AdminEnvironmentType, AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, FrontendType, LLMProviderType, LogfireFeat... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 6 | 0c70d8d11dab6edf33afdd36b4f6e24b3aeb1441 | train | tests/test_prompts.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_prompts.py | 1,738 | 8 | assert | test_rate_limit_config_prompted_when_enabled | """Tests for fastapi_gen.prompts module."""
from typing import Any
from unittest.mock import MagicMock, patch
import pytest
from fastapi_gen.config import (
AdminEnvironmentType,
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
FrontendType,
LLMProviderType,
Lo... | True | added | 241cfecf205cdd5dbfccb3c9303090e997de56165bb05cfec7b7e7ef0aa7f920 | assert|test_rate_limit_config_prompted_when_enabled|"""Tests for fastapi_gen.prompts module.""" from typing import Any from unittest.mock import MagicMock, patch import pytest from fastapi_gen.config import ( AdminEnvironmentType, AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, FrontendType, LLMPro... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 6 | 0c70d8d11dab6edf33afdd36b4f6e24b3aeb1441 | train | tests/test_prompts.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_prompts.py | 1,859 | 8 | assert | test_returns_true_on_confirm | """Tests for fastapi_gen.prompts module."""
from typing import Any
from unittest.mock import MagicMock, patch
import pytest
from fastapi_gen.config import (
AdminEnvironmentType,
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
FrontendType,
LLMProviderType,
Lo... | True | added | e78d5d4f7614df8f5cdcad9e5b05bbee2ef4b0b4af2fa33562325af1b35e586d | assert|test_returns_true_on_confirm|"""Tests for fastapi_gen.prompts module.""" from typing import Any from unittest.mock import MagicMock, patch import pytest from fastapi_gen.config import ( AdminEnvironmentType, AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, FrontendType, LLMProviderType, Logfi... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 7 | d683621ebbe87a1e163a2a66513d12844f4c78e2 | train | tests/test_config.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_config.py | 711 | 8 | assert | test_custom_rate_limit_values | """Tests for fastapi_gen.config module."""
from unittest.mock import patch
import pytest
from pydantic import ValidationError
from fastapi_gen.config import (
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
LLMProviderType,
LogfireFeatures,
OrmType,
ProjectCon... | RateLimitStorageType.MEMORY | added | 312bbcf640764f75b60359253606b22ca4a3c5272a6c1b0b6199562c6a98c5b0 | assert|test_custom_rate_limit_values|"""Tests for fastapi_gen.config module.""" from unittest.mock import patch import pytest from pydantic import ValidationError from fastapi_gen.config import ( AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, LLMProviderType, LogfireFeatures, OrmType, ProjectConfi... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 7 | d683621ebbe87a1e163a2a66513d12844f4c78e2 | train | tests/test_config.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_config.py | 724 | 8 | assert | test_rate_limit_memory_storage_context_flags | """Tests for fastapi_gen.config module."""
from unittest.mock import patch
import pytest
from pydantic import ValidationError
from fastapi_gen.config import (
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
LLMProviderType,
LogfireFeatures,
OrmType,
ProjectCon... | False | added | a698aa9b6d75ec509540acc811399db9ac7f92ea31898cadfc4a08de425e3bb2 | assert|test_rate_limit_memory_storage_context_flags|"""Tests for fastapi_gen.config module.""" from unittest.mock import patch import pytest from pydantic import ValidationError from fastapi_gen.config import ( AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, LLMProviderType, LogfireFeatures, OrmTyp... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 7 | d683621ebbe87a1e163a2a66513d12844f4c78e2 | train | tests/test_config.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_config.py | 742 | 13 | pytest.raises | test_rate_limit_redis_storage_requires_redis | """Tests for fastapi_gen.config module."""
from unittest.mock import patch
import pytest
from pydantic import ValidationError
from fastapi_gen.config import (
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
LLMProviderType,
LogfireFeatures,
OrmType,
ProjectCon... | ValidationError, match="Rate limiting with Redis storage requires Redis to be enabled") | added | f5b15f41ca8e098d23836e7215e26ecb4805b200d04460e3955550075c27bc22 | pytest.raises|test_rate_limit_redis_storage_requires_redis|"""Tests for fastapi_gen.config module.""" from unittest.mock import patch import pytest from pydantic import ValidationError from fastapi_gen.config import ( AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, LLMProviderType, LogfireFeatures,... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 7 | d683621ebbe87a1e163a2a66513d12844f4c78e2 | train | tests/test_config.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_config.py | 761 | 8 | assert | test_rate_limit_redis_storage_with_redis_is_valid | """Tests for fastapi_gen.config module."""
from unittest.mock import patch
import pytest
from pydantic import ValidationError
from fastapi_gen.config import (
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
LLMProviderType,
LogfireFeatures,
OrmType,
ProjectCon... | True | added | 2c17c1a0215f9ce58df356d12043187305365b61cf1950e36e9236ada6e54ab8 | assert|test_rate_limit_redis_storage_with_redis_is_valid|"""Tests for fastapi_gen.config module.""" from unittest.mock import patch import pytest from pydantic import ValidationError from fastapi_gen.config import ( AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, LLMProviderType, LogfireFeatures, O... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 8 | 3c39c9ebdf55e35b68f4d9727add249e71cf7016 | train | tests/test_config.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_config.py | 736 | 8 | assert | test_custom_rate_limit_values | """Tests for fastapi_gen.config module."""
from unittest.mock import patch
import pytest
from pydantic import ValidationError
from fastapi_gen.config import (
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
LLMProviderType,
LogfireFeatures,
OrmType,
ProjectCon... | RateLimitStorageType.MEMORY | added | d4d1818f9eef3487f27c2a29807ad5b174806050024431452c235d4e360d3940 | assert|test_custom_rate_limit_values|"""Tests for fastapi_gen.config module.""" from unittest.mock import patch import pytest from pydantic import ValidationError from fastapi_gen.config import ( AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, LLMProviderType, LogfireFeatures, OrmType, ProjectConfi... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 8 | 3c39c9ebdf55e35b68f4d9727add249e71cf7016 | train | tests/test_config.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_config.py | 749 | 8 | assert | test_rate_limit_memory_storage_context_flags | """Tests for fastapi_gen.config module."""
from unittest.mock import patch
import pytest
from pydantic import ValidationError
from fastapi_gen.config import (
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
LLMProviderType,
LogfireFeatures,
OrmType,
ProjectCon... | False | added | ae53f981e3de4c9e2cc0f92db5dc72e51ac0a719d1221a82fbc01aecd0a8eddf | assert|test_rate_limit_memory_storage_context_flags|"""Tests for fastapi_gen.config module.""" from unittest.mock import patch import pytest from pydantic import ValidationError from fastapi_gen.config import ( AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, LLMProviderType, LogfireFeatures, OrmTyp... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 8 | 3c39c9ebdf55e35b68f4d9727add249e71cf7016 | train | tests/test_config.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_config.py | 763 | 8 | assert | test_rate_limit_redis_storage_context_flags | """Tests for fastapi_gen.config module."""
from unittest.mock import patch
import pytest
from pydantic import ValidationError
from fastapi_gen.config import (
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
LLMProviderType,
LogfireFeatures,
OrmType,
ProjectCon... | True | added | 65db68b1dacf1bf3027d55c0847aefd5fc4c236082ff82e90c64e3200c3114cf | assert|test_rate_limit_redis_storage_context_flags|"""Tests for fastapi_gen.config module.""" from unittest.mock import patch import pytest from pydantic import ValidationError from fastapi_gen.config import ( AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, LLMProviderType, LogfireFeatures, OrmType... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 8 | 3c39c9ebdf55e35b68f4d9727add249e71cf7016 | train | tests/test_config.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_config.py | 767 | 13 | pytest.raises | test_rate_limit_redis_storage_requires_redis | """Tests for fastapi_gen.config module."""
from unittest.mock import patch
import pytest
from pydantic import ValidationError
from fastapi_gen.config import (
AIFrameworkType,
AuthType,
BackgroundTaskType,
CIType,
DatabaseType,
LLMProviderType,
LogfireFeatures,
OrmType,
ProjectCon... | ValidationError, match="Rate limiting with Redis storage requires Redis to be enabled") | added | 36cb2ef2843d796db7b29c5b999adf983d54e9d8156dc3519d1c2dfd7ede249d | pytest.raises|test_rate_limit_redis_storage_requires_redis|"""Tests for fastapi_gen.config module.""" from unittest.mock import patch import pytest from pydantic import ValidationError from fastapi_gen.config import ( AIFrameworkType, AuthType, BackgroundTaskType, CIType, DatabaseType, LLMProviderType, LogfireFeatures,... | null | null | null |
vstorm-co/full-stack-ai-agent-template | train | 8 | 3c39c9ebdf55e35b68f4d9727add249e71cf7016 | train | tests/test_template_integration.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_template_integration.py | 151 | 8 | assert | test_agents_folder_not_created_when_disabled | """Integration tests for generated template code quality.
These tests generate actual projects and run linting/type checking on them.
They are slower but ensure the template produces valid, well-formatted code.
"""
import subprocess
from pathlib import Path
import pytest
from fastapi_gen.config import (
AuthTyp... | not agents_path.exists() | modified | 7bb07d1d2faa8050822d9f37eb04a9e850adb367eaf96d4ae787f5c889d91c75 | assert|test_agents_folder_not_created_when_disabled|"""Integration tests for generated template code quality. These tests generate actual projects and run linting/type checking on them. They are slower but ensure the template produces valid, well-formatted code. """ import subprocess from pathlib import Path import pyt... | not agents_path.exists() | 150 | 8 |
vstorm-co/full-stack-ai-agent-template | train | 8 | 3c39c9ebdf55e35b68f4d9727add249e71cf7016 | train | tests/test_template_integration.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_template_integration.py | 158 | 8 | assert | test_agents_folder_created_when_enabled | """Integration tests for generated template code quality.
These tests generate actual projects and run linting/type checking on them.
They are slower but ensure the template produces valid, well-formatted code.
"""
import subprocess
from pathlib import Path
import pytest
from fastapi_gen.config import (
AuthTyp... | (agents_path / "__init__.py").exists() | modified | 95d24976ac21245e671f8da9b3f78ec65dbd480daa228998114668dfb38b0fb3 | assert|test_agents_folder_created_when_enabled|"""Integration tests for generated template code quality. These tests generate actual projects and run linting/type checking on them. They are slower but ensure the template produces valid, well-formatted code. """ import subprocess from pathlib import Path import pytest f... | (agents_path / "__init__.py").exists() | 157 | 8 |
vstorm-co/full-stack-ai-agent-template | train | 8 | 3c39c9ebdf55e35b68f4d9727add249e71cf7016 | train | tests/test_template_integration.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_template_integration.py | 159 | 8 | assert | test_agents_folder_created_when_enabled | """Integration tests for generated template code quality.
These tests generate actual projects and run linting/type checking on them.
They are slower but ensure the template produces valid, well-formatted code.
"""
import subprocess
from pathlib import Path
import pytest
from fastapi_gen.config import (
AuthTyp... | (agents_path / "assistant.py").exists() | modified | edf09dc10f5c794f65632c40e22b2eaf6c9bcfaa4624e3c536d1f7164c7a925c | assert|test_agents_folder_created_when_enabled|"""Integration tests for generated template code quality. These tests generate actual projects and run linting/type checking on them. They are slower but ensure the template produces valid, well-formatted code. """ import subprocess from pathlib import Path import pytest f... | (agents_path / "assistant.py").exists() | 158 | 8 |
vstorm-co/full-stack-ai-agent-template | train | 8 | 3c39c9ebdf55e35b68f4d9727add249e71cf7016 | train | tests/test_template_integration.py | train | vstorm-co/full-stack-ai-agent-template:tests/test_template_integration.py | 167 | 8 | assert | test_agent_route_not_created_when_disabled | """Integration tests for generated template code quality.
These tests generate actual projects and run linting/type checking on them.
They are slower but ensure the template produces valid, well-formatted code.
"""
import subprocess
from pathlib import Path
import pytest
from fastapi_gen.config import (
AuthTyp... | not agent_route.exists() | modified | d2ac2e3a21a58c5c7696fb64cfe18d389e965f50ade36c271acea41ea8dba7dc | assert|test_agent_route_not_created_when_disabled|"""Integration tests for generated template code quality. These tests generate actual projects and run linting/type checking on them. They are slower but ensure the template produces valid, well-formatted code. """ import subprocess from pathlib import Path import pytes... | not agent_route.exists() | 166 | 8 |
vstorm-co/pydantic-deepagents | train | 0 | f8ce092c5b82f0fcd1db80b49402f4668235ef0e | train | tests/test_agent.py | train | vstorm-co/pydantic-deepagents:tests/test_agent.py | 49 | 8 | assert | test_create_without_subagents | """Tests for the agent factory."""
from pydantic_ai.models.test import TestModel
from pydantic_deep import (
DeepAgentDeps,
StateBackend,
create_deep_agent,
create_default_deps,
)
from pydantic_deep.types import SubAgentConfig
# Use TestModel to avoid requiring API keys
TEST_MODEL = TestModel()
cla... | None | added | 5d9521ffea8a2de7d904f21e25c6aa6a2f28819ec94d5b4a045fe9ff307036ac | assert|test_create_without_subagents|"""Tests for the agent factory.""" from pydantic_ai.models.test import TestModel from pydantic_deep import ( DeepAgentDeps, StateBackend, create_deep_agent, create_default_deps, ) from pydantic_deep.types import SubAgentConfig # Use TestModel to avoid requiring API keys TEST_MODEL =... | null | null | null |
vstorm-co/pydantic-deepagents | train | 0 | f8ce092c5b82f0fcd1db80b49402f4668235ef0e | train | tests/test_agent_extended.py | train | vstorm-co/pydantic-deepagents:tests/test_agent_extended.py | 21 | 8 | assert | test_create_without_skills | """Extended tests for agent factory to reach 100% coverage."""
from pydantic_ai.models.test import TestModel
from pydantic_deep import (
DeepAgentDeps,
StateBackend,
create_deep_agent,
)
from pydantic_deep.types import Skill, SkillDirectory
TEST_MODEL = TestModel()
class TestCreateDeepAgentExtended:
... | None | added | 8282c4d98a3ba9fd3144fc6209fe99b9c76bae0d427cf17eaf836510eee7f48c | assert|test_create_without_skills|"""Extended tests for agent factory to reach 100% coverage.""" from pydantic_ai.models.test import TestModel from pydantic_deep import ( DeepAgentDeps, StateBackend, create_deep_agent, ) from pydantic_deep.types import Skill, SkillDirectory TEST_MODEL = TestModel() class TestCreateDeep... | null | null | null |
vstorm-co/pydantic-deepagents | train | 0 | f8ce092c5b82f0fcd1db80b49402f4668235ef0e | train | tests/test_backends.py | train | vstorm-co/pydantic-deepagents:tests/test_backends.py | 124 | 8 | assert | test_path_validation | """Tests for backend implementations."""
from pydantic_deep.backends.composite import CompositeBackend
from pydantic_deep.backends.filesystem import FilesystemBackend
from pydantic_deep.backends.state import StateBackend
class TestStateBackend:
"""Tests for StateBackend."""
def test_write_and_read(self):
... | None | added | 5805917862eb27110c66ce72dbde5426484cf5313cff310afbf731be97868746 | assert|test_path_validation|"""Tests for backend implementations.""" from pydantic_deep.backends.composite import CompositeBackend from pydantic_deep.backends.filesystem import FilesystemBackend from pydantic_deep.backends.state import StateBackend class TestStateBackend: """Tests for StateBackend.""" def test_write_an... | null | null | null |
vstorm-co/pydantic-deepagents | train | 0 | f8ce092c5b82f0fcd1db80b49402f4668235ef0e | train | tests/test_backends_extended.py | train | vstorm-co/pydantic-deepagents:tests/test_backends_extended.py | 28 | 8 | assert | test_validate_path_windows_path | """Extended tests for backend implementations to reach 100% coverage."""
import pytest
from pydantic_deep.backends.composite import CompositeBackend
from pydantic_deep.backends.filesystem import FilesystemBackend
from pydantic_deep.backends.state import StateBackend, _normalize_path, _validate_path
class TestPathVa... | None | added | 8d9049afe0f6cbd3e518c8253bd5186768738d6fc710512bb3ff2536e7c96033 | assert|test_validate_path_windows_path|"""Extended tests for backend implementations to reach 100% coverage.""" import pytest from pydantic_deep.backends.composite import CompositeBackend from pydantic_deep.backends.filesystem import FilesystemBackend from pydantic_deep.backends.state import StateBackend, _normalize_pa... | null | null | null |
vstorm-co/pydantic-deepagents | train | 0 | f8ce092c5b82f0fcd1db80b49402f4668235ef0e | train | tests/test_skills.py | test | vstorm-co/pydantic-deepagents:tests/test_skills.py | 115 | 12 | assert | test_discover_skills_in_directory | """Tests for skills toolset."""
import tempfile
from pathlib import Path
from pydantic_deep.toolsets.skills import (
create_skills_toolset,
discover_skills,
load_skill_instructions,
parse_skill_md,
)
class TestParseSkillMd:
"""Tests for SKILL.md parsing."""
def test_parse_basic_frontmatter(... | ["test"] | added | c052fa915371b85850fca17b3cea6986c2e692383047ba13e3b4b1b47facec5d | assert|test_discover_skills_in_directory|"""Tests for skills toolset.""" import tempfile from pathlib import Path from pydantic_deep.toolsets.skills import ( create_skills_toolset, discover_skills, load_skill_instructions, parse_skill_md, ) class TestParseSkillMd: """Tests for SKILL.md parsing.""" def test_parse_basic_... | null | null | null |
vstorm-co/pydantic-deepagents | train | 0 | f8ce092c5b82f0fcd1db80b49402f4668235ef0e | train | tests/test_skills_extended.py | test | vstorm-co/pydantic-deepagents:tests/test_skills_extended.py | 237 | 8 | assert | test_load_valid_skill | """Extended tests for skills toolset to reach 100% coverage."""
from pydantic_deep.backends.state import StateBackend
from pydantic_deep.deps import DeepAgentDeps
from pydantic_deep.toolsets.skills import (
create_skills_toolset,
discover_skills,
get_skills_system_prompt,
load_skill_instructions,
p... | instructions | added | 056954239c9d17c8d2e3007329401bbfe0c84491ea99fc42d1e967ca0d0660bf | assert|test_load_valid_skill|"""Extended tests for skills toolset to reach 100% coverage.""" from pydantic_deep.backends.state import StateBackend from pydantic_deep.deps import DeepAgentDeps from pydantic_deep.toolsets.skills import ( create_skills_toolset, discover_skills, get_skills_system_prompt, load_skill_instruc... | null | null | null |
vstorm-co/pydantic-deepagents | train | 0 | f8ce092c5b82f0fcd1db80b49402f4668235ef0e | train | tests/test_toolsets.py | train | vstorm-co/pydantic-deepagents:tests/test_toolsets.py | 56 | 8 | assert | test_create_without_execute | """Tests for toolset implementations."""
from pydantic_deep.backends.state import StateBackend
from pydantic_deep.deps import DeepAgentDeps
from pydantic_deep.toolsets.filesystem import create_filesystem_toolset
from pydantic_deep.toolsets.todo import create_todo_toolset, get_todo_system_prompt
from pydantic_deep.type... | None | added | 7e5c02ff83c670e07eceb553a253ff7a2db1b9714b38efa10ecc2e8fbb94f57d | assert|test_create_without_execute|"""Tests for toolset implementations.""" from pydantic_deep.backends.state import StateBackend from pydantic_deep.deps import DeepAgentDeps from pydantic_deep.toolsets.filesystem import create_filesystem_toolset from pydantic_deep.toolsets.todo import create_todo_toolset, get_todo_sys... | null | null | null |
vstorm-co/pydantic-deepagents | train | 0 | f8ce092c5b82f0fcd1db80b49402f4668235ef0e | train | tests/test_toolsets_extended.py | train | vstorm-co/pydantic-deepagents:tests/test_toolsets_extended.py | 26 | 8 | assert | test_todo_item_model | """Extended tests for toolset implementations to reach 100% coverage."""
from pydantic_deep.backends.state import StateBackend
from pydantic_deep.deps import DeepAgentDeps
from pydantic_deep.toolsets.filesystem import (
get_filesystem_system_prompt,
)
from pydantic_deep.toolsets.subagents import (
create_subag... | "Test task" | added | 6d20c61e888f0ce542f7e19d895945fa3353c04b148fb18070bd018fccd7a6e9 | assert|test_todo_item_model|"""Extended tests for toolset implementations to reach 100% coverage.""" from pydantic_deep.backends.state import StateBackend from pydantic_deep.deps import DeepAgentDeps from pydantic_deep.toolsets.filesystem import ( get_filesystem_system_prompt, ) from pydantic_deep.toolsets.subagents im... | null | null | null |
vstorm-co/pydantic-deepagents | train | 1 | 3d88924be897c43364fb23b2bd6e6268ff0b0b63 | train | tests/test_processors.py | train | vstorm-co/pydantic-deepagents:tests/test_processors.py | 145 | 8 | assert | test_format_system_prompt | """Tests for history processors."""
import pytest
from pydantic import BaseModel
from pydantic_ai.messages import (
ModelMessage,
ModelRequest,
ModelResponse,
SystemPromptPart,
TextPart,
ToolCallPart,
ToolReturnPart,
UserPromptPart,
)
from pydantic_ai.models.test import TestModel
from ... | formatted | added | e6a13bd2cd49c76ca41a132f4bc0011dc37f4653b2b575fb17b7883c8b78a553 | assert|test_format_system_prompt|"""Tests for history processors.""" import pytest from pydantic import BaseModel from pydantic_ai.messages import ( ModelMessage, ModelRequest, ModelResponse, SystemPromptPart, TextPart, ToolCallPart, ToolReturnPart, UserPromptPart, ) from pydantic_ai.models.test import TestModel from p... | null | null | null |
vstorm-co/pydantic-deepagents | train | 1 | 3d88924be897c43364fb23b2bd6e6268ff0b0b63 | train | tests/test_processors.py | train | vstorm-co/pydantic-deepagents:tests/test_processors.py | 160 | 8 | assert | test_format_tool_messages | """Tests for history processors."""
import pytest
from pydantic import BaseModel
from pydantic_ai.messages import (
ModelMessage,
ModelRequest,
ModelResponse,
SystemPromptPart,
TextPart,
ToolCallPart,
ToolReturnPart,
UserPromptPart,
)
from pydantic_ai.models.test import TestModel
from ... | formatted | added | 08f1caaadae9523ea4e65e4715ad3d3ad89233e5b25c8039b03ca83a467dd1a6 | assert|test_format_tool_messages|"""Tests for history processors.""" import pytest from pydantic import BaseModel from pydantic_ai.messages import ( ModelMessage, ModelRequest, ModelResponse, SystemPromptPart, TextPart, ToolCallPart, ToolReturnPart, UserPromptPart, ) from pydantic_ai.models.test import TestModel from p... | null | null | null |
vstorm-co/pydantic-deepagents | train | 1 | 3d88924be897c43364fb23b2bd6e6268ff0b0b63 | train | tests/test_processors.py | train | vstorm-co/pydantic-deepagents:tests/test_processors.py | 256 | 8 | assert | test_should_summarize_message_trigger | """Tests for history processors."""
import pytest
from pydantic import BaseModel
from pydantic_ai.messages import (
ModelMessage,
ModelRequest,
ModelResponse,
SystemPromptPart,
TextPart,
ToolCallPart,
ToolReturnPart,
UserPromptPart,
)
from pydantic_ai.models.test import TestModel
from ... | processor._should_summarize(messages, 100) | added | c1e06f6e0f74e5c119316dbbc5d27412927089548834155f287eda4280b42c5d | assert|test_should_summarize_message_trigger|"""Tests for history processors.""" import pytest from pydantic import BaseModel from pydantic_ai.messages import ( ModelMessage, ModelRequest, ModelResponse, SystemPromptPart, TextPart, ToolCallPart, ToolReturnPart, UserPromptPart, ) from pydantic_ai.models.test import Test... | null | null | null |
vstorm-co/pydantic-deepagents | train | 1 | 3d88924be897c43364fb23b2bd6e6268ff0b0b63 | train | tests/test_processors.py | train | vstorm-co/pydantic-deepagents:tests/test_processors.py | 440 | 8 | assert | test_create_processor_with_max_input_tokens | """Tests for history processors."""
import pytest
from pydantic import BaseModel
from pydantic_ai.messages import (
ModelMessage,
ModelRequest,
ModelResponse,
SystemPromptPart,
TextPart,
ToolCallPart,
ToolReturnPart,
UserPromptPart,
)
from pydantic_ai.models.test import TestModel
from ... | 100000 | added | d2381481ce4a259b1a6418e7c20c360dc3fc62f0bba083f5c4706dc04892da98 | assert|test_create_processor_with_max_input_tokens|"""Tests for history processors.""" import pytest from pydantic import BaseModel from pydantic_ai.messages import ( ModelMessage, ModelRequest, ModelResponse, SystemPromptPart, TextPart, ToolCallPart, ToolReturnPart, UserPromptPart, ) from pydantic_ai.models.test impor... | null | null | null |
vstorm-co/pydantic-deepagents | train | 2 | 5e19de8624a30839df12ec0844701362ed0a16f7 | train | tests/test_processors.py | train | vstorm-co/pydantic-deepagents:tests/test_processors.py | 179 | 8 | assert | test_create_with_defaults | """Tests for history processors."""
import pytest
from pydantic import BaseModel
from pydantic_ai.messages import (
ModelMessage,
ModelRequest,
ModelResponse,
SystemPromptPart,
TextPart,
ToolCallPart,
ToolReturnPart,
UserPromptPart,
)
from pydantic_ai.models.test import TestModel
from ... | ("tokens", 170000) | modified | 3b0da1a5e1d71e053e219713e3faa47f28a8847d03e1ab8e8703311d936c1cb1 | assert|test_create_with_defaults|"""Tests for history processors.""" import pytest from pydantic import BaseModel from pydantic_ai.messages import ( ModelMessage, ModelRequest, ModelResponse, SystemPromptPart, TextPart, ToolCallPart, ToolReturnPart, UserPromptPart, ) from pydantic_ai.models.test import TestModel from p... | "anthropic:claude-sonnet-4-20250514" | 182 | 8 |
vstorm-co/pydantic-deepagents | train | 2 | 5e19de8624a30839df12ec0844701362ed0a16f7 | train | tests/test_processors.py | train | vstorm-co/pydantic-deepagents:tests/test_processors.py | 217 | 8 | assert | test_fraction_trigger_with_max_tokens | """Tests for history processors."""
import pytest
from pydantic import BaseModel
from pydantic_ai.messages import (
ModelMessage,
ModelRequest,
ModelResponse,
SystemPromptPart,
TextPart,
ToolCallPart,
ToolReturnPart,
UserPromptPart,
)
from pydantic_ai.models.test import TestModel
from ... | [("fraction", 0.8)] | added | 66e3736f9c4a82cada47b758200e15a004230bc7e2cc152d257a371f426b294b | assert|test_fraction_trigger_with_max_tokens|"""Tests for history processors.""" import pytest from pydantic import BaseModel from pydantic_ai.messages import ( ModelMessage, ModelRequest, ModelResponse, SystemPromptPart, TextPart, ToolCallPart, ToolReturnPart, UserPromptPart, ) from pydantic_ai.models.test import Test... | null | null | null |
vstorm-co/pydantic-deepagents | train | 2 | 5e19de8624a30839df12ec0844701362ed0a16f7 | train | tests/test_processors.py | train | vstorm-co/pydantic-deepagents:tests/test_processors.py | 325 | 8 | assert | test_call_no_summarization_needed | """Tests for history processors."""
import pytest
from pydantic import BaseModel
from pydantic_ai.messages import (
ModelMessage,
ModelRequest,
ModelResponse,
SystemPromptPart,
TextPart,
ToolCallPart,
ToolReturnPart,
UserPromptPart,
)
from pydantic_ai.models.test import TestModel
from ... | messages | added | 1fbb42e4aaba6066f7e60315049a79cead2586d3b60f522f36c02094ee814a50 | assert|test_call_no_summarization_needed|"""Tests for history processors.""" import pytest from pydantic import BaseModel from pydantic_ai.messages import ( ModelMessage, ModelRequest, ModelResponse, SystemPromptPart, TextPart, ToolCallPart, ToolReturnPart, UserPromptPart, ) from pydantic_ai.models.test import TestMode... | null | null | null |
vstorm-co/pydantic-deepagents | train | 2 | 5e19de8624a30839df12ec0844701362ed0a16f7 | train | tests/test_processors.py | train | vstorm-co/pydantic-deepagents:tests/test_processors.py | 504 | 8 | assert | test_create_agent_with_history_processor | """Tests for history processors."""
import pytest
from pydantic import BaseModel
from pydantic_ai.messages import (
ModelMessage,
ModelRequest,
ModelResponse,
SystemPromptPart,
TextPart,
ToolCallPart,
ToolReturnPart,
UserPromptPart,
)
from pydantic_ai.models.test import TestModel
from ... | None | added | c394f5d366c0e10c607a0a5e427d380c41c85f2ead91d58896a9dd702f9ed154 | assert|test_create_agent_with_history_processor|"""Tests for history processors.""" import pytest from pydantic import BaseModel from pydantic_ai.messages import ( ModelMessage, ModelRequest, ModelResponse, SystemPromptPart, TextPart, ToolCallPart, ToolReturnPart, UserPromptPart, ) from pydantic_ai.models.test import T... | null | null | null |
vstorm-co/pydantic-deepagents | train | 3 | 48b0ce6493b6dc8a7522acf73114a44c76d2089c | train | tests/test_processors.py | train | vstorm-co/pydantic-deepagents:tests/test_processors.py | 204 | 13 | pytest.raises | test_fraction_trigger_requires_max_tokens | """Tests for history processors."""
import pytest
from pydantic import BaseModel
from pydantic_ai.messages import (
ModelMessage,
ModelRequest,
ModelResponse,
SystemPromptPart,
TextPart,
ToolCallPart,
ToolReturnPart,
UserPromptPart,
)
from pydantic_ai.models.test import TestModel
from ... | ValueError, match="max_input_tokens is required") | modified | 086eaccb0019012777e91704579d66fe0b3ce503aff5c2965907360b34371f51 | pytest.raises|test_fraction_trigger_requires_max_tokens|"""Tests for history processors.""" import pytest from pydantic import BaseModel from pydantic_ai.messages import ( ModelMessage, ModelRequest, ModelResponse, SystemPromptPart, TextPart, ToolCallPart, ToolReturnPart, UserPromptPart, ) from pydantic_ai.models.test ... | ValueError, match="max_input_tokens is required") | 204 | 13 |
vstorm-co/pydantic-deepagents | train | 3 | 48b0ce6493b6dc8a7522acf73114a44c76d2089c | train | tests/test_processors.py | train | vstorm-co/pydantic-deepagents:tests/test_processors.py | 230 | 13 | pytest.raises | test_invalid_message_threshold | """Tests for history processors."""
import pytest
from pydantic import BaseModel
from pydantic_ai.messages import (
ModelMessage,
ModelRequest,
ModelResponse,
SystemPromptPart,
TextPart,
ToolCallPart,
ToolReturnPart,
UserPromptPart,
)
from pydantic_ai.models.test import TestModel
from ... | ValueError, match="greater than 0") | modified | aadc3c022902ee167cd1788c0f2a89b11e4e4af6a385f8b42f9400a88aec5a71 | pytest.raises|test_invalid_message_threshold|"""Tests for history processors.""" import pytest from pydantic import BaseModel from pydantic_ai.messages import ( ModelMessage, ModelRequest, ModelResponse, SystemPromptPart, TextPart, ToolCallPart, ToolReturnPart, UserPromptPart, ) from pydantic_ai.models.test import Test... | ValueError, match="greater than 0") | 230 | 13 |
vstorm-co/pydantic-deepagents | train | 3 | 48b0ce6493b6dc8a7522acf73114a44c76d2089c | train | tests/test_processors.py | train | vstorm-co/pydantic-deepagents:tests/test_processors.py | 325 | 8 | assert | test_call_no_summarization_needed | """Tests for history processors."""
import pytest
from pydantic import BaseModel
from pydantic_ai.messages import (
ModelMessage,
ModelRequest,
ModelResponse,
SystemPromptPart,
TextPart,
ToolCallPart,
ToolReturnPart,
UserPromptPart,
)
from pydantic_ai.models.test import TestModel
from ... | messages | added | c3072a78d7f80733c941d509c4c764aeb44ab442a0438e0b5fc323032744fb05 | assert|test_call_no_summarization_needed|"""Tests for history processors.""" import pytest from pydantic import BaseModel from pydantic_ai.messages import ( ModelMessage, ModelRequest, ModelResponse, SystemPromptPart, TextPart, ToolCallPart, ToolReturnPart, UserPromptPart, ) from pydantic_ai.models.test import TestMode... | null | null | null |
vstorm-co/pydantic-deepagents | train | 3 | 48b0ce6493b6dc8a7522acf73114a44c76d2089c | train | tests/test_processors.py | train | vstorm-co/pydantic-deepagents:tests/test_processors.py | 519 | 8 | assert | test_create_agent_with_summarization_processor | """Tests for history processors."""
import pytest
from pydantic import BaseModel
from pydantic_ai.messages import (
ModelMessage,
ModelRequest,
ModelResponse,
SystemPromptPart,
TextPart,
ToolCallPart,
ToolReturnPart,
UserPromptPart,
)
from pydantic_ai.models.test import TestModel
from ... | None | added | 0bcbde84c0733d5eca8e6b8fc494906b80b781f7c61dddc182883d008e3a6421 | assert|test_create_agent_with_summarization_processor|"""Tests for history processors.""" import pytest from pydantic import BaseModel from pydantic_ai.messages import ( ModelMessage, ModelRequest, ModelResponse, SystemPromptPart, TextPart, ToolCallPart, ToolReturnPart, UserPromptPart, ) from pydantic_ai.models.test im... | null | null | null |
vstorm-co/pydantic-deepagents | train | 4 | 430113a13fb2e6b789bda1df8db27073d927a00d | train | tests/test_agent.py | train | vstorm-co/pydantic-deepagents:tests/test_agent.py | 83 | 8 | assert | test_create_with_interrupt_on_all_false | """Tests for the agent factory."""
from pydantic_ai.models.test import TestModel
from pydantic_deep import (
DeepAgentDeps,
StateBackend,
create_deep_agent,
create_default_deps,
)
from pydantic_deep.types import SubAgentConfig
# Use TestModel to avoid requiring API keys
TEST_MODEL = TestModel()
cla... | None | added | b63cf598101ff508033c4a15843d70975a07a2ac460f578a6229b94fe65f72ca | assert|test_create_with_interrupt_on_all_false|"""Tests for the agent factory.""" from pydantic_ai.models.test import TestModel from pydantic_deep import ( DeepAgentDeps, StateBackend, create_deep_agent, create_default_deps, ) from pydantic_deep.types import SubAgentConfig # Use TestModel to avoid requiring API keys TE... | null | null | null |
vstorm-co/pydantic-deepagents | train | 4 | 430113a13fb2e6b789bda1df8db27073d927a00d | train | tests/test_agent.py | train | vstorm-co/pydantic-deepagents:tests/test_agent.py | 93 | 8 | assert | test_create_with_defaults | """Tests for the agent factory."""
from pydantic_ai.models.test import TestModel
from pydantic_deep import (
DeepAgentDeps,
StateBackend,
create_deep_agent,
create_default_deps,
)
from pydantic_deep.types import SubAgentConfig
# Use TestModel to avoid requiring API keys
TEST_MODEL = TestModel()
cla... | None | added | 883f84b6654e425409e87c4d6f3c967330602adce3585b4de99cbd1619c4e917 | assert|test_create_with_defaults|"""Tests for the agent factory.""" from pydantic_ai.models.test import TestModel from pydantic_deep import ( DeepAgentDeps, StateBackend, create_deep_agent, create_default_deps, ) from pydantic_deep.types import SubAgentConfig # Use TestModel to avoid requiring API keys TEST_MODEL = Tes... | null | null | null |
vstorm-co/pydantic-deepagents | train | 4 | 430113a13fb2e6b789bda1df8db27073d927a00d | train | tests/test_agent.py | train | vstorm-co/pydantic-deepagents:tests/test_agent.py | 103 | 8 | assert | test_create_with_custom_backend | """Tests for the agent factory."""
from pydantic_ai.models.test import TestModel
from pydantic_deep import (
DeepAgentDeps,
StateBackend,
create_deep_agent,
create_default_deps,
)
from pydantic_deep.types import SubAgentConfig
# Use TestModel to avoid requiring API keys
TEST_MODEL = TestModel()
cla... | backend | added | 0f2db164fa99eea07d8405b60f00c12e6a235320d3ab7d753734fd1b7e3e4e36 | assert|test_create_with_custom_backend|"""Tests for the agent factory.""" from pydantic_ai.models.test import TestModel from pydantic_deep import ( DeepAgentDeps, StateBackend, create_deep_agent, create_default_deps, ) from pydantic_deep.types import SubAgentConfig # Use TestModel to avoid requiring API keys TEST_MODEL... | null | null | null |
vstorm-co/pydantic-deepagents | train | 4 | 430113a13fb2e6b789bda1df8db27073d927a00d | train | tests/test_agent.py | train | vstorm-co/pydantic-deepagents:tests/test_agent.py | 148 | 8 | assert | test_clone_for_subagent | """Tests for the agent factory."""
from pydantic_ai.models.test import TestModel
from pydantic_deep import (
DeepAgentDeps,
StateBackend,
create_deep_agent,
create_default_deps,
)
from pydantic_deep.types import SubAgentConfig
# Use TestModel to avoid requiring API keys
TEST_MODEL = TestModel()
cla... | original.backend | added | 1101e0eb13964da22c572ee5c5e50ce8bec32a4242a0615645af610c9bb1cbe4 | assert|test_clone_for_subagent|"""Tests for the agent factory.""" from pydantic_ai.models.test import TestModel from pydantic_deep import ( DeepAgentDeps, StateBackend, create_deep_agent, create_default_deps, ) from pydantic_deep.types import SubAgentConfig # Use TestModel to avoid requiring API keys TEST_MODEL = TestM... | null | null | null |
vstorm-co/pydantic-deepagents | train | 4 | 430113a13fb2e6b789bda1df8db27073d927a00d | train | tests/test_agent_extended.py | train | vstorm-co/pydantic-deepagents:tests/test_agent_extended.py | 126 | 8 | assert | test_create_with_output_type_and_interrupt_on | """Extended tests for agent factory to reach 100% coverage."""
from pydantic_ai.models.test import TestModel
from pydantic_deep import (
DeepAgentDeps,
StateBackend,
create_deep_agent,
)
from pydantic_deep.types import Skill, SkillDirectory
TEST_MODEL = TestModel()
class TestCreateDeepAgentExtended:
... | None | added | 9d0642dee0161ec3529d2119f688f553fc214c4fa57fcbf4ee2f0e169db16163 | assert|test_create_with_output_type_and_interrupt_on|"""Extended tests for agent factory to reach 100% coverage.""" from pydantic_ai.models.test import TestModel from pydantic_deep import ( DeepAgentDeps, StateBackend, create_deep_agent, ) from pydantic_deep.types import Skill, SkillDirectory TEST_MODEL = TestModel() c... | null | null | null |
vstorm-co/pydantic-deepagents | train | 4 | 430113a13fb2e6b789bda1df8db27073d927a00d | train | tests/test_agent_extended.py | train | vstorm-co/pydantic-deepagents:tests/test_agent_extended.py | 145 | 8 | assert | test_post_init_syncs_files | """Extended tests for agent factory to reach 100% coverage."""
from pydantic_ai.models.test import TestModel
from pydantic_deep import (
DeepAgentDeps,
StateBackend,
create_deep_agent,
)
from pydantic_deep.types import Skill, SkillDirectory
TEST_MODEL = TestModel()
class TestCreateDeepAgentExtended:
... | backend.files | added | 28464a0f1ca541a7d3688ed3f8b5c8822565a811ef8b74c3634c547b9453578f | assert|test_post_init_syncs_files|"""Extended tests for agent factory to reach 100% coverage.""" from pydantic_ai.models.test import TestModel from pydantic_deep import ( DeepAgentDeps, StateBackend, create_deep_agent, ) from pydantic_deep.types import Skill, SkillDirectory TEST_MODEL = TestModel() class TestCreateDeep... | null | null | null |
vstorm-co/pydantic-deepagents | train | 4 | 430113a13fb2e6b789bda1df8db27073d927a00d | train | tests/test_agent_extended.py | train | vstorm-co/pydantic-deepagents:tests/test_agent_extended.py | 158 | 8 | assert | test_get_files_summary_with_files | """Extended tests for agent factory to reach 100% coverage."""
from pydantic_ai.models.test import TestModel
from pydantic_deep import (
DeepAgentDeps,
StateBackend,
create_deep_agent,
)
from pydantic_deep.types import Skill, SkillDirectory
TEST_MODEL = TestModel()
class TestCreateDeepAgentExtended:
... | summary | added | 90306b5a4d0a48e211c606e6cdac008afb91acbe84f639e5b4bf455be5141f91 | assert|test_get_files_summary_with_files|"""Extended tests for agent factory to reach 100% coverage.""" from pydantic_ai.models.test import TestModel from pydantic_deep import ( DeepAgentDeps, StateBackend, create_deep_agent, ) from pydantic_deep.types import Skill, SkillDirectory TEST_MODEL = TestModel() class TestCre... | null | null | null |
vstorm-co/pydantic-deepagents | train | 4 | 430113a13fb2e6b789bda1df8db27073d927a00d | train | tests/test_agent_extended.py | train | vstorm-co/pydantic-deepagents:tests/test_agent_extended.py | 173 | 8 | assert | test_get_subagents_summary_with_subagents | """Extended tests for agent factory to reach 100% coverage."""
from pydantic_ai.models.test import TestModel
from pydantic_deep import (
DeepAgentDeps,
StateBackend,
create_deep_agent,
)
from pydantic_deep.types import Skill, SkillDirectory
TEST_MODEL = TestModel()
class TestCreateDeepAgentExtended:
... | summary | added | 6b999130e2d0924a30bfaa2f3805c09fa165c9827b1c9b58bb30a7f391dcd6c6 | assert|test_get_subagents_summary_with_subagents|"""Extended tests for agent factory to reach 100% coverage.""" from pydantic_ai.models.test import TestModel from pydantic_deep import ( DeepAgentDeps, StateBackend, create_deep_agent, ) from pydantic_deep.types import Skill, SkillDirectory TEST_MODEL = TestModel() class... | null | null | null |
vstorm-co/pydantic-deepagents | train | 5 | 1afa5f5ec96818f3b44a7376504e923b8408bf2a | train | tests/test_toolsets.py | train | vstorm-co/pydantic-deepagents:tests/test_toolsets.py | 22 | 8 | assert | test_toolset_has_read_and_write_tools | """Tests for toolset implementations."""
from pydantic_deep.backends.state import StateBackend
from pydantic_deep.deps import DeepAgentDeps
from pydantic_deep.toolsets.filesystem import create_filesystem_toolset
from pydantic_deep.toolsets.todo import create_todo_toolset, get_todo_system_prompt
from pydantic_deep.type... | tool_names | added | 02a57ff0aca0a287ec3866b758888e683c44a8716a41f7b7cbff6c8733925447 | assert|test_toolset_has_read_and_write_tools|"""Tests for toolset implementations.""" from pydantic_deep.backends.state import StateBackend from pydantic_deep.deps import DeepAgentDeps from pydantic_deep.toolsets.filesystem import create_filesystem_toolset from pydantic_deep.toolsets.todo import create_todo_toolset, ge... | null | null | null |
vstorm-co/pydantic-deepagents | train | 5 | 1afa5f5ec96818f3b44a7376504e923b8408bf2a | train | tests/test_toolsets.py | train | vstorm-co/pydantic-deepagents:tests/test_toolsets.py | 31 | 8 | assert | test_get_todo_system_prompt_empty | """Tests for toolset implementations."""
from pydantic_deep.backends.state import StateBackend
from pydantic_deep.deps import DeepAgentDeps
from pydantic_deep.toolsets.filesystem import create_filesystem_toolset
from pydantic_deep.toolsets.todo import create_todo_toolset, get_todo_system_prompt
from pydantic_deep.type... | prompt | added | 84a7e6f7f70c6079912aefe7b0162c215ab8c97e026d717b189900aa6594ac2b | assert|test_get_todo_system_prompt_empty|"""Tests for toolset implementations.""" from pydantic_deep.backends.state import StateBackend from pydantic_deep.deps import DeepAgentDeps from pydantic_deep.toolsets.filesystem import create_filesystem_toolset from pydantic_deep.toolsets.todo import create_todo_toolset, get_to... | null | null | null |
vstorm-co/pydantic-deepagents | train | 5 | 1afa5f5ec96818f3b44a7376504e923b8408bf2a | train | tests/test_toolsets.py | train | vstorm-co/pydantic-deepagents:tests/test_toolsets.py | 45 | 8 | assert | test_get_todo_system_prompt_with_todos | """Tests for toolset implementations."""
from pydantic_deep.backends.state import StateBackend
from pydantic_deep.deps import DeepAgentDeps
from pydantic_deep.toolsets.filesystem import create_filesystem_toolset
from pydantic_deep.toolsets.todo import create_todo_toolset, get_todo_system_prompt
from pydantic_deep.type... | prompt | added | 438298baf81656dbb6cac98ee70ffdfd1f4f7defddafb5fc08c1f9f365b9434e | assert|test_get_todo_system_prompt_with_todos|"""Tests for toolset implementations.""" from pydantic_deep.backends.state import StateBackend from pydantic_deep.deps import DeepAgentDeps from pydantic_deep.toolsets.filesystem import create_filesystem_toolset from pydantic_deep.toolsets.todo import create_todo_toolset, g... | null | null | null |
vstorm-co/pydantic-deepagents | train | 5 | 1afa5f5ec96818f3b44a7376504e923b8408bf2a | train | tests/test_toolsets.py | train | vstorm-co/pydantic-deepagents:tests/test_toolsets.py | 57 | 8 | assert | test_create_toolset | """Tests for toolset implementations."""
from pydantic_deep.backends.state import StateBackend
from pydantic_deep.deps import DeepAgentDeps
from pydantic_deep.toolsets.filesystem import create_filesystem_toolset
from pydantic_deep.toolsets.todo import create_todo_toolset, get_todo_system_prompt
from pydantic_deep.type... | "test-fs" | added | 4d240251253c4cbe43d335d16b9630c94110ed7625bf771e0a52c8777ef9f5f5 | assert|test_create_toolset|"""Tests for toolset implementations.""" from pydantic_deep.backends.state import StateBackend from pydantic_deep.deps import DeepAgentDeps from pydantic_deep.toolsets.filesystem import create_filesystem_toolset from pydantic_deep.toolsets.todo import create_todo_toolset, get_todo_system_prom... | null | null | null |
vstorm-co/pydantic-deepagents | train | 6 | 1103c28b0942ca5a62cb7f7c06ee45f7dd44d955 | train | tests/test_agent.py | train | vstorm-co/pydantic-deepagents:tests/test_agent.py | 152 | 8 | assert | test_clone_for_subagent | """Tests for the agent factory."""
import pytest
from pydantic_ai.models.test import TestModel
from pydantic_deep import (
DeepAgentDeps,
StateBackend,
UploadedFile,
create_deep_agent,
create_default_deps,
run_with_files,
)
from pydantic_deep.deps import _format_size
from pydantic_deep.types i... | original.backend | modified | ac63741edfcb3878c0e235c58584ff8303f1f844c12bc8caf6651ca5fb0be1ba | assert|test_clone_for_subagent|"""Tests for the agent factory.""" import pytest from pydantic_ai.models.test import TestModel from pydantic_deep import ( DeepAgentDeps, StateBackend, UploadedFile, create_deep_agent, create_default_deps, run_with_files, ) from pydantic_deep.deps import _format_size from pydantic_deep.ty... | original.files | 149 | 8 |
vstorm-co/pydantic-deepagents | train | 6 | 1103c28b0942ca5a62cb7f7c06ee45f7dd44d955 | train | tests/test_agent.py | train | vstorm-co/pydantic-deepagents:tests/test_agent.py | 273 | 8 | assert | test_megabytes | """Tests for the agent factory."""
import pytest
from pydantic_ai.models.test import TestModel
from pydantic_deep import (
DeepAgentDeps,
StateBackend,
UploadedFile,
create_deep_agent,
create_default_deps,
run_with_files,
)
from pydantic_deep.deps import _format_size
from pydantic_deep.types i... | "2.0 MB" | added | 076c30e4c034ae88a92b8d3c4db872c388c1479aaf597c6c11c96287436e93c1 | assert|test_megabytes|"""Tests for the agent factory.""" import pytest from pydantic_ai.models.test import TestModel from pydantic_deep import ( DeepAgentDeps, StateBackend, UploadedFile, create_deep_agent, create_default_deps, run_with_files, ) from pydantic_deep.deps import _format_size from pydantic_deep.types impor... | null | null | null |
vstorm-co/pydantic-deepagents | train | 6 | 1103c28b0942ca5a62cb7f7c06ee45f7dd44d955 | train | tests/test_runtimes.py | train | vstorm-co/pydantic-deepagents:tests/test_runtimes.py | 104 | 8 | assert | test_python_web | """Tests for RuntimeConfig and runtimes module."""
import pytest
from pydantic_deep.runtimes import BUILTIN_RUNTIMES, get_runtime
from pydantic_deep.types import RuntimeConfig
class TestRuntimeConfig:
"""Tests for RuntimeConfig model."""
def test_minimal_config(self):
"""Test creating a minimal run... | runtime.packages | added | e36acc4aa646a3a02b6676f1bf1ca7e25d0c25f13006709584647e2d90db6c04 | assert|test_python_web|"""Tests for RuntimeConfig and runtimes module.""" import pytest from pydantic_deep.runtimes import BUILTIN_RUNTIMES, get_runtime from pydantic_deep.types import RuntimeConfig class TestRuntimeConfig: """Tests for RuntimeConfig model.""" def test_minimal_config(self): """Test creating a minimal r... | null | null | null |
vstorm-co/pydantic-deepagents | train | 6 | 1103c28b0942ca5a62cb7f7c06ee45f7dd44d955 | train | tests/test_runtimes.py | train | vstorm-co/pydantic-deepagents:tests/test_runtimes.py | 130 | 12 | assert | test_all_runtimes_valid | """Tests for RuntimeConfig and runtimes module."""
import pytest
from pydantic_deep.runtimes import BUILTIN_RUNTIMES, get_runtime
from pydantic_deep.types import RuntimeConfig
class TestRuntimeConfig:
"""Tests for RuntimeConfig model."""
def test_minimal_config(self):
"""Test creating a minimal run... | runtime.image or runtime.base_image | added | c42cf5841e67b5b435700243a6760d47d11d7e366e64b59bc4530c19f32e2a14 | assert|test_all_runtimes_valid|"""Tests for RuntimeConfig and runtimes module.""" import pytest from pydantic_deep.runtimes import BUILTIN_RUNTIMES, get_runtime from pydantic_deep.types import RuntimeConfig class TestRuntimeConfig: """Tests for RuntimeConfig model.""" def test_minimal_config(self): """Test creating a m... | null | null | null |
vstorm-co/pydantic-deepagents | train | 6 | 1103c28b0942ca5a62cb7f7c06ee45f7dd44d955 | train | tests/test_session.py | train | vstorm-co/pydantic-deepagents:tests/test_session.py | 57 | 8 | assert | test_init_with_runtime | """Tests for SessionManager."""
import time
from unittest.mock import MagicMock, patch
import pytest
from pydantic_deep.session import SessionManager
from pydantic_deep.types import RuntimeConfig
class MockDockerSandbox:
"""Mock DockerSandbox for testing SessionManager."""
def __init__(
self,
... | runtime | added | e7a4848eee49e83b0aae89998e35efc89d2f2cfc5a09b26a18dc7756090bfc7c | assert|test_init_with_runtime|"""Tests for SessionManager.""" import time from unittest.mock import MagicMock, patch import pytest from pydantic_deep.session import SessionManager from pydantic_deep.types import RuntimeConfig class MockDockerSandbox: """Mock DockerSandbox for testing SessionManager.""" def __init__( se... | null | null | null |
vstorm-co/pydantic-deepagents | train | 6 | 1103c28b0942ca5a62cb7f7c06ee45f7dd44d955 | train | tests/test_session.py | train | vstorm-co/pydantic-deepagents:tests/test_session.py | 202 | 8 | assert | test_start_cleanup_loop | """Tests for SessionManager."""
import time
from unittest.mock import MagicMock, patch
import pytest
from pydantic_deep.session import SessionManager
from pydantic_deep.types import RuntimeConfig
class MockDockerSandbox:
"""Mock DockerSandbox for testing SessionManager."""
def __init__(
self,
... | None | added | 612cb2b3adb45660e51429a98f0a9005b15e3151f6951bb6575046260d2b09e9 | assert|test_start_cleanup_loop|"""Tests for SessionManager.""" import time from unittest.mock import MagicMock, patch import pytest from pydantic_deep.session import SessionManager from pydantic_deep.types import RuntimeConfig class MockDockerSandbox: """Mock DockerSandbox for testing SessionManager.""" def __init__( s... | null | null | null |
vstorm-co/pydantic-deepagents | train | 6 | 1103c28b0942ca5a62cb7f7c06ee45f7dd44d955 | train | tests/test_toolsets.py | train | vstorm-co/pydantic-deepagents:tests/test_toolsets.py | 67 | 8 | assert | test_create_without_execute | """Tests for toolset implementations."""
from pydantic_deep.backends.state import StateBackend
from pydantic_deep.deps import DeepAgentDeps
from pydantic_deep.toolsets.filesystem import (
_get_runtime_system_prompt,
create_filesystem_toolset,
get_filesystem_system_prompt,
)
from pydantic_deep.toolsets.todo... | None | added | 6c2241efa858c1de105445a10b1c4f2cbbf3a53f50b7658d90f42637d0cbe8e0 | assert|test_create_without_execute|"""Tests for toolset implementations.""" from pydantic_deep.backends.state import StateBackend from pydantic_deep.deps import DeepAgentDeps from pydantic_deep.toolsets.filesystem import ( _get_runtime_system_prompt, create_filesystem_toolset, get_filesystem_system_prompt, ) from pydan... | null | null | null |
vstorm-co/pydantic-deepagents | train | 6 | 1103c28b0942ca5a62cb7f7c06ee45f7dd44d955 | train | tests/test_toolsets.py | train | vstorm-co/pydantic-deepagents:tests/test_toolsets.py | 173 | 8 | assert | test_get_runtime_system_prompt_with_runtime | """Tests for toolset implementations."""
from pydantic_deep.backends.state import StateBackend
from pydantic_deep.deps import DeepAgentDeps
from pydantic_deep.toolsets.filesystem import (
_get_runtime_system_prompt,
create_filesystem_toolset,
get_filesystem_system_prompt,
)
from pydantic_deep.toolsets.todo... | prompt | added | 060f332a555890c688072948b68ec56a1255c7f96756947cd0474dc8866f03c4 | assert|test_get_runtime_system_prompt_with_runtime|"""Tests for toolset implementations.""" from pydantic_deep.backends.state import StateBackend from pydantic_deep.deps import DeepAgentDeps from pydantic_deep.toolsets.filesystem import ( _get_runtime_system_prompt, create_filesystem_toolset, get_filesystem_system_prom... | null | null | null |
vstorm-co/pydantic-deepagents | train | 7 | 3931b019155743ae8b704ebc17e97f0d68f9b8f9 | train | tests/test_session.py | train | vstorm-co/pydantic-deepagents:tests/test_session.py | 57 | 8 | assert | test_init_with_runtime | """Tests for SessionManager."""
import time
from unittest.mock import MagicMock, patch
import pytest
from pydantic_deep.session import SessionManager
from pydantic_deep.types import RuntimeConfig
class MockDockerSandbox:
"""Mock DockerSandbox for testing SessionManager."""
def __init__(
self,
... | runtime | modified | 27ef18bdc04b83cf3855f51404585231120337ce8728fc2eb49eda639efd4934 | assert|test_init_with_runtime|"""Tests for SessionManager.""" import time from unittest.mock import MagicMock, patch import pytest from pydantic_deep.session import SessionManager from pydantic_deep.types import RuntimeConfig class MockDockerSandbox: """Mock DockerSandbox for testing SessionManager.""" def __init__( se... | runtime | 57 | 8 |
vstorm-co/pydantic-deepagents | train | 7 | 3931b019155743ae8b704ebc17e97f0d68f9b8f9 | train | tests/test_session.py | train | vstorm-co/pydantic-deepagents:tests/test_session.py | 67 | 8 | assert | test_init_with_timeout | """Tests for SessionManager."""
import time
from unittest.mock import MagicMock, patch
import pytest
from pydantic_deep.session import SessionManager
from pydantic_deep.types import RuntimeConfig
class MockDockerSandbox:
"""Mock DockerSandbox for testing SessionManager."""
def __init__(
self,
... | 1800 | modified | 6166750f61576c0c896f2bb68da463c640732992f0bb3991e8767f09b1d2b738 | assert|test_init_with_timeout|"""Tests for SessionManager.""" import time from unittest.mock import MagicMock, patch import pytest from pydantic_deep.session import SessionManager from pydantic_deep.types import RuntimeConfig class MockDockerSandbox: """Mock DockerSandbox for testing SessionManager.""" def __init__( se... | 1800 | 67 | 8 |
vstorm-co/pydantic-deepagents | train | 7 | 3931b019155743ae8b704ebc17e97f0d68f9b8f9 | train | tests/test_session.py | train | vstorm-co/pydantic-deepagents:tests/test_session.py | 141 | 12 | assert | test_cleanup_idle_sessions | """Tests for SessionManager."""
import time
from unittest.mock import MagicMock, patch
import pytest
from pydantic_deep.session import SessionManager
from pydantic_deep.types import RuntimeConfig
class MockDockerSandbox:
"""Mock DockerSandbox for testing SessionManager."""
def __init__(
self,
... | manager | modified | 30e183488eefb78924d391d7aa619da28e6c35f946bdc6475c55721573529e36 | assert|test_cleanup_idle_sessions|"""Tests for SessionManager.""" import time from unittest.mock import MagicMock, patch import pytest from pydantic_deep.session import SessionManager from pydantic_deep.types import RuntimeConfig class MockDockerSandbox: """Mock DockerSandbox for testing SessionManager.""" def __init__... | manager | 141 | 12 |
vstorm-co/pydantic-deepagents | train | 7 | 3931b019155743ae8b704ebc17e97f0d68f9b8f9 | train | tests/test_session.py | train | vstorm-co/pydantic-deepagents:tests/test_session.py | 187 | 8 | assert | test_contains | """Tests for SessionManager."""
import time
from unittest.mock import MagicMock, patch
import pytest
from pydantic_deep.session import SessionManager
from pydantic_deep.types import RuntimeConfig
class MockDockerSandbox:
"""Mock DockerSandbox for testing SessionManager."""
def __init__(
self,
... | manager | modified | 06920e57a2d75f094e1da04516e7a4f5a9025b88a4567ef3945ba37ba31cf9e1 | assert|test_contains|"""Tests for SessionManager.""" import time from unittest.mock import MagicMock, patch import pytest from pydantic_deep.session import SessionManager from pydantic_deep.types import RuntimeConfig class MockDockerSandbox: """Mock DockerSandbox for testing SessionManager.""" def __init__( self, runti... | manager | 187 | 8 |
vstorm-co/pydantic-deepagents | train | 7 | 3931b019155743ae8b704ebc17e97f0d68f9b8f9 | train | tests/test_toolsets.py | train | vstorm-co/pydantic-deepagents:tests/test_toolsets.py | 126 | 8 | assert | test_get_filesystem_system_prompt_with_runtime | """Tests for toolset implementations."""
from pydantic_deep.backends.state import StateBackend
from pydantic_deep.deps import DeepAgentDeps
from pydantic_deep.toolsets.filesystem import (
_get_runtime_system_prompt,
create_filesystem_toolset,
get_filesystem_system_prompt,
)
from pydantic_deep.toolsets.todo... | prompt | modified | a91d1c71981aad729de41600df4bbb537fec50be8a75feb14f90af30a440fe17 | assert|test_get_filesystem_system_prompt_with_runtime|"""Tests for toolset implementations.""" from pydantic_deep.backends.state import StateBackend from pydantic_deep.deps import DeepAgentDeps from pydantic_deep.toolsets.filesystem import ( _get_runtime_system_prompt, create_filesystem_toolset, get_filesystem_system_p... | prompt | 124 | 8 |
vstorm-co/pydantic-deepagents | train | 7 | 3931b019155743ae8b704ebc17e97f0d68f9b8f9 | train | tests/test_toolsets.py | train | vstorm-co/pydantic-deepagents:tests/test_toolsets.py | 177 | 8 | assert | test_get_runtime_system_prompt_with_runtime | """Tests for toolset implementations."""
from pydantic_deep.backends.state import StateBackend
from pydantic_deep.deps import DeepAgentDeps
from pydantic_deep.toolsets.filesystem import (
_get_runtime_system_prompt,
create_filesystem_toolset,
get_filesystem_system_prompt,
)
from pydantic_deep.toolsets.todo... | prompt | added | db5df58fbc38df5d5426a3c3df840fe7895da8efacf398603af0fcb30d849d5a | assert|test_get_runtime_system_prompt_with_runtime|"""Tests for toolset implementations.""" from pydantic_deep.backends.state import StateBackend from pydantic_deep.deps import DeepAgentDeps from pydantic_deep.toolsets.filesystem import ( _get_runtime_system_prompt, create_filesystem_toolset, get_filesystem_system_prom... | null | null | null |
vstorm-co/pydantic-deepagents | train | 7 | 3931b019155743ae8b704ebc17e97f0d68f9b8f9 | train | tests/test_toolsets.py | train | vstorm-co/pydantic-deepagents:tests/test_toolsets.py | 255 | 8 | assert | test_get_runtime_system_prompt_no_packages | """Tests for toolset implementations."""
from pydantic_deep.backends.state import StateBackend
from pydantic_deep.deps import DeepAgentDeps
from pydantic_deep.toolsets.filesystem import (
_get_runtime_system_prompt,
create_filesystem_toolset,
get_filesystem_system_prompt,
)
from pydantic_deep.toolsets.todo... | None | added | 0c8a66a5964044cc0f6c69fdb2284b459b6cd95fb5e1d8c152c9f760a72e490d | assert|test_get_runtime_system_prompt_no_packages|"""Tests for toolset implementations.""" from pydantic_deep.backends.state import StateBackend from pydantic_deep.deps import DeepAgentDeps from pydantic_deep.toolsets.filesystem import ( _get_runtime_system_prompt, create_filesystem_toolset, get_filesystem_system_promp... | null | null | null |
vstorm-co/pydantic-deepagents | train | 7 | 3931b019155743ae8b704ebc17e97f0d68f9b8f9 | train | tests/test_toolsets.py | train | vstorm-co/pydantic-deepagents:tests/test_toolsets.py | 294 | 8 | assert | test_get_runtime_system_prompt_no_description | """Tests for toolset implementations."""
from pydantic_deep.backends.state import StateBackend
from pydantic_deep.deps import DeepAgentDeps
from pydantic_deep.toolsets.filesystem import (
_get_runtime_system_prompt,
create_filesystem_toolset,
get_filesystem_system_prompt,
)
from pydantic_deep.toolsets.todo... | None | added | a3b022e371c661e223b4d410bd721be7e17afcdcd77c231cf4e1091dc40acf20 | assert|test_get_runtime_system_prompt_no_description|"""Tests for toolset implementations.""" from pydantic_deep.backends.state import StateBackend from pydantic_deep.deps import DeepAgentDeps from pydantic_deep.toolsets.filesystem import ( _get_runtime_system_prompt, create_filesystem_toolset, get_filesystem_system_pr... | null | null | null |
vstorm-co/pydantic-deepagents | train | 8 | c68d281c169cb6cf77ebf122d98b80acd2de280c | train | tests/test_toolsets.py | train | vstorm-co/pydantic-deepagents:tests/test_toolsets.py | 52 | 8 | assert | test_get_todo_system_prompt_with_todos | """Tests for toolset implementations."""
from pydantic_ai_todo import create_todo_toolset, get_todo_system_prompt
from pydantic_deep.backends.state import StateBackend
from pydantic_deep.deps import DeepAgentDeps
from pydantic_deep.toolsets.filesystem import (
_get_runtime_system_prompt,
create_filesystem_too... | prompt | modified | 9aa7842f0fe3de957ea5d850fc14bdb148469f479096d03de96aa99725de5a11 | assert|test_get_todo_system_prompt_with_todos|"""Tests for toolset implementations.""" from pydantic_ai_todo import create_todo_toolset, get_todo_system_prompt from pydantic_deep.backends.state import StateBackend from pydantic_deep.deps import DeepAgentDeps from pydantic_deep.toolsets.filesystem import ( _get_runtime_... | prompt | 51 | 8 |
vstorm-co/pydantic-deepagents | train | 8 | c68d281c169cb6cf77ebf122d98b80acd2de280c | train | tests/test_toolsets.py | train | vstorm-co/pydantic-deepagents:tests/test_toolsets.py | 68 | 8 | assert | test_create_without_execute | """Tests for toolset implementations."""
from pydantic_ai_todo import create_todo_toolset, get_todo_system_prompt
from pydantic_deep.backends.state import StateBackend
from pydantic_deep.deps import DeepAgentDeps
from pydantic_deep.toolsets.filesystem import (
_get_runtime_system_prompt,
create_filesystem_too... | None | modified | 890bd8f516dca1db15973b7c8cc046a3529e3a1e5426435312ef01664395622c | assert|test_create_without_execute|"""Tests for toolset implementations.""" from pydantic_ai_todo import create_todo_toolset, get_todo_system_prompt from pydantic_deep.backends.state import StateBackend from pydantic_deep.deps import DeepAgentDeps from pydantic_deep.toolsets.filesystem import ( _get_runtime_system_prom... | None | 67 | 8 |
vstorm-co/pydantic-deepagents | train | 8 | c68d281c169cb6cf77ebf122d98b80acd2de280c | train | tests/test_toolsets.py | train | vstorm-co/pydantic-deepagents:tests/test_toolsets.py | 133 | 8 | assert | test_get_runtime_system_prompt_no_runtime | """Tests for toolset implementations."""
from pydantic_ai_todo import create_todo_toolset, get_todo_system_prompt
from pydantic_deep.backends.state import StateBackend
from pydantic_deep.deps import DeepAgentDeps
from pydantic_deep.toolsets.filesystem import (
_get_runtime_system_prompt,
create_filesystem_too... | None | modified | 92a909782ce71ffd491b31bb773e3aabfb4fe472405b7571bbe47806a55f35e8 | assert|test_get_runtime_system_prompt_no_runtime|"""Tests for toolset implementations.""" from pydantic_ai_todo import create_todo_toolset, get_todo_system_prompt from pydantic_deep.backends.state import StateBackend from pydantic_deep.deps import DeepAgentDeps from pydantic_deep.toolsets.filesystem import ( _get_runti... | None | 132 | 8 |
vstorm-co/pydantic-deepagents | train | 8 | c68d281c169cb6cf77ebf122d98b80acd2de280c | train | tests/test_toolsets.py | train | vstorm-co/pydantic-deepagents:tests/test_toolsets.py | 298 | 8 | assert | test_get_runtime_system_prompt_no_description | """Tests for toolset implementations."""
from pydantic_ai_todo import create_todo_toolset, get_todo_system_prompt
from pydantic_deep.backends.state import StateBackend
from pydantic_deep.deps import DeepAgentDeps
from pydantic_deep.toolsets.filesystem import (
_get_runtime_system_prompt,
create_filesystem_too... | prompt | modified | a32cb428d1afac1c26e8c242f3816120e1eb4d7031dac24bc04cf730617aff83 | assert|test_get_runtime_system_prompt_no_description|"""Tests for toolset implementations.""" from pydantic_ai_todo import create_todo_toolset, get_todo_system_prompt from pydantic_deep.backends.state import StateBackend from pydantic_deep.deps import DeepAgentDeps from pydantic_deep.toolsets.filesystem import ( _get_r... | prompt | 297 | 8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.