We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e043d23 commit 8925981Copy full SHA for 8925981
1 file changed
docs/testing.md
@@ -277,7 +277,5 @@ docker-compose -f docker/docker-compose.test.yml down
277
1. **Real Dependencies** - Use real Seq, real Elasticsearch via containers
278
2. **Memory Sinks** - For unit tests, use in-memory sinks that capture events
279
3. **Table-Driven** - Go's table-driven tests are perfect for template parsing
280
-4. **Integration First** - Test the actual integration points, not mocks
+4. **Integration First** - Test the actual integration points
281
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