Skip to content

Implement skill — test-unit-standards #26

Description

@miroslavpojer

Implements the test-unit-standards agent skill.

Skill file: skills/test-unit-standards/SKILL.md

Sections to implement:

  • Isolation — no real I/O, fully independent tests
  • Scope — public interface only, no private member access
  • Naming and structure — test_<what>_<condition>_<expected> convention
  • Assertions — return values, exceptions, boundaries, success + failure paths
  • Fixtures and helpers — shared fixtures in conftest/TestHelper, no copy-paste setup
  • Reference — cross-links to test-mocking-patterns and test-data-management

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions