Skip to content

Add pytest markers to all tests and introduce write-tests skill#77

Open
NoaTal1996 wants to merge 1 commit into
mainfrom
feature/improve-write-tests-skill
Open

Add pytest markers to all tests and introduce write-tests skill#77
NoaTal1996 wants to merge 1 commit into
mainfrom
feature/improve-write-tests-skill

Conversation

@NoaTal1996
Copy link
Copy Markdown
Collaborator

Summary

  • Every test class and standalone test function now has at least one registered pytest marker (local_fast, gpu, vllm, slow, requires_model), enabling targeted test runs with -m
  • Adds .claude/skills/write-tests/SKILL.md — a project skill for generating tests against commits or features

Every test class and standalone function now carries at least one
registered marker (local_fast, gpu, vllm, slow, requires_model),
making it possible to run targeted subsets with -m.

Adds .claude/skills/write-tests/SKILL.md — a project skill for
generating tests against commits or features.
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.

1 participant