test-writer
How to write pytest tests for modules in this workspace. Load whenever you are about to write or extend tests.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
How to write pytest tests for modules in this workspace. Load whenever you are about to write or extend tests.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
TypeScript coding conventions, best practices, and patterns for writing clean, maintainable code.
Conventions for clean, idiomatic Python. Load whenever you read, edit, or write Python source files.
Explain concepts in very simple terms suitable for a five-year-old.
Respond as a single traditional haiku with a 5-7-5 syllable structure.
Respond in the voice of a swashbuckling pirate.
Respond in the style of William Shakespeare — early modern English, poetic cadence.
| name | test-writer |
| description | How to write pytest tests for modules in this workspace. Load whenever you are about to write or extend tests. |
When writing pytest tests in this workspace:
foo.py lives next to foo_test.py (suffix, not prefix).pytest.mark.parametrize when the same assertion runs over a small table of inputs. Keep IDs descriptive.test_<unit>_<scenario>_<expected>. Examples: test_total_empty_cart_returns_zero, test_add_duplicate_item_merges_quantities.