Skip to content

test: split oversized test modules#245

Merged
adrunkhuman merged 1 commit into
masterfrom
issue-234-split-oversized-tests
May 21, 2026
Merged

test: split oversized test modules#245
adrunkhuman merged 1 commit into
masterfrom
issue-234-split-oversized-tests

Conversation

@adrunkhuman
Copy link
Copy Markdown
Owner

Summary

  • split oversized database tests into focused contract files under tests/database
  • split admin fixture workflow tests into focused admin_panel modules
  • split user command tests by command surface
  • trim brittle incidental UI/mock assertions while keeping behavior contracts

Verification

  • uv run pytest
  • uv run ruff check .
  • uv run ruff format --check .
  • uv run ty check typer_bot

Closes #234

@adrunkhuman adrunkhuman merged commit 064e1db into master May 21, 2026
1 check passed
@adrunkhuman adrunkhuman deleted the issue-234-split-oversized-tests branch May 21, 2026 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test: split oversized database and workflow test modules

1 participant