tests: standardize on embedded tests (migrate all from tests/ to lisp/ sources)
Some checks failed
Deploy (Gitea) / deploy (push) Failing after 2s

This commit is contained in:
2026-05-05 10:29:09 -04:00
parent 817d1c5fec
commit 9dd0ed2f78
17 changed files with 269 additions and 38 deletions

View File

@@ -17,6 +17,11 @@ The skill has four layers:
* Implementation
** Package Context
#+begin_src lisp
(in-package :passepartout)
#+end_src
** Structural Validation
;; REPL-VERIFIED: 2026-05-03T13:00:00
#+begin_src lisp
@@ -215,7 +220,7 @@ The skill has four layers:
* Test Suite
Tests for the Lisp Validator structural, syntactic, and semantic gates.
#+begin_src lisp :tangle ../tests/programming-lisp-tests.lisp
#+begin_src lisp
(defpackage :passepartout-utils-lisp-tests
(:use :cl :fiveam :passepartout)
(:export #:utils-lisp-suite))