Skip to content

Commit 8925981

Browse files
committed
Refine testing documentation
1 parent e043d23 commit 8925981

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/testing.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,5 @@ docker-compose -f docker/docker-compose.test.yml down
277277
1. **Real Dependencies** - Use real Seq, real Elasticsearch via containers
278278
2. **Memory Sinks** - For unit tests, use in-memory sinks that capture events
279279
3. **Table-Driven** - Go's table-driven tests are perfect for template parsing
280-
4. **Integration First** - Test the actual integration points, not mocks
280+
4. **Integration First** - Test the actual integration points
281281
5. **Benchmarks** - Track allocations from day one
282-
283-
This approach means your tests actually prove the system works with real infrastructure, which is much more valuable than mock-based tests.

0 commit comments

Comments
 (0)