Kreisel Script-Funktionen und flaches JSON-Testformat
- kreisel-insert-script und kreisel-connect-script in KreiselInsert.lsp fuer nicht-interaktives Einfuegen (Tests, Automatisierung) - kreisel_tests.json von verschachteltem auf flaches JSON-Array umgestellt (kompatibel mit omni:load-json) - test_kreisel.py an neues JSON-Format angepasst (direkte Felder statt nested expect/attributes) - conftest.py: Leere kreisel_results.json wird jetzt korrekt uebersprungen Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -240,7 +240,7 @@
|
||||
|
||||
;; DXF speichern
|
||||
(setq out-dxf (strcat tests-out-dir "/kreisel_tests.dxf"))
|
||||
(command "_.SAVEAS" "DXF" out-dxf)
|
||||
(command "_.SAVEAS" "" out-dxf)
|
||||
(princ (strcat "\n DXF gespeichert: " out-dxf))
|
||||
|
||||
(ssg-end)
|
||||
|
||||
Reference in New Issue
Block a user