From a82dab035015a845c476a9522e4fe0f3489c57e7 Mon Sep 17 00:00:00 2001 From: Firehose Bot Date: Wed, 18 Mar 2026 20:03:41 +0000 Subject: [PATCH] also write something about unit tests --- .pi/skills/test-writer/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pi/skills/test-writer/SKILL.md b/.pi/skills/test-writer/SKILL.md index 3f52057..d0775dc 100644 --- a/.pi/skills/test-writer/SKILL.md +++ b/.pi/skills/test-writer/SKILL.md @@ -7,7 +7,7 @@ description: Writes tests following Elixir/Phoenix best practices. Ensures DRY t ## Overview -This skill provides guidelines for writing clean, maintainable Elixir/Phoenix tests following best practices. +This skill provides guidelines for writing clean, maintainable Elixir/Phoenix tests following best practices. It focuses mainly on integration tests. For unit tests, we also want glanceable tests with unique names for values, test helpers, custom matchers and shared setups where appropriate. ## Core Principles