feat: NCS-6 Implementing FEN & PGN (#7)
Build & Test (NowChessSystems) TeamCity build finished

Reviewed-on: #7
Reviewed-by: Leon Hermann <lq@blackhole.local>
This commit was merged in pull request #7.
This commit is contained in:
2026-03-29 14:02:25 +02:00
parent 5f485fed9b
commit f28e69dc18
10 changed files with 952 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ You write tests for Scala 3 + Quarkus services.
- Unit tests: `extends AnyFunSuite with Matchers` — use `test("description") { ... }` DSL, no `@Test` annotation, no `: Unit` return type needed.
- Integration tests: `@QuarkusTest` with JUnit 5 — `@Test` methods MUST be explicitly typed `: Unit`.
Target 95%+ conditional coverage.
Target 100% conditional coverage if possible.
When invoked BEFORE scala-implementer (no implementation exists yet):
Use the contract-first-test-writing skill — write failing tests from docs/api/{service}.yaml.