also write something about unit tests

This commit is contained in:
Firehose Bot 2026-03-18 20:03:41 +00:00
parent f05dd00c55
commit a82dab0350

View File

@ -7,7 +7,7 @@ description: Writes tests following Elixir/Phoenix best practices. Ensures DRY t
## Overview ## 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 ## Core Principles