Refactor ()

* Update system info

* Update qlfile

* Organize code

* Add test

* Implement uri-mapper and package-mapper

* Change type of package from string to keyword

* Implement router
This commit is contained in:
Akira Tempaku 2024-12-20 13:32:20 +09:00
parent 7ab7284e88
commit b1dee071ff
8 changed files with 126 additions and 77 deletions

View file

@ -1,7 +1,6 @@
(defsystem "ningle-fbr-test"
:defsystem-depends-on ("fiveam-asdf")
:class :package-inferred-fiveam-tester-system
:class :package-inferred-system
:pathname "tests"
:depends-on ()
:test-names ()
:num-checks 0)
:depends-on ("rove"
"ningle-fbr-test/router")
:perform (test-op (o c) (symbol-call :rove :run c :style :dot)))