UnitTests

This commit is contained in:
chk
2026-06-08 15:40:07 +02:00
parent 2e521c510f
commit 172606c7a3
8 changed files with 275 additions and 5 deletions

View File

@@ -6,17 +6,17 @@ Testabdeckung und Fehlerbehandlung sollen die Stabilität der Architektur erhöh
## Aufgaben
- [ ] Unit-Tests für `GCodeParser`
- [x] Unit-Tests für `GCodeParser`
- [ ] Unit-Tests für `RobotController`
- [ ] Unit-Tests für `TelnetSenderGRBL`
- Verbindungsstatus
- Fehlerfälle
- korrektes Sendeformat
- [ ] Tests für `InputWS.js`
- [x] Tests für `InputWS.js`
- gültige G-Code-Nachrichten
- Ping-Verarbeitung
- Statusabfragen
- [ ] Tests für `InfoServer`
- [x] Tests für `InfoServer`
- `/api/status`
- `/api/position`
- [ ] Fehlerfälle explizit prüfen