fukamachi / prove

Yet another unit testing framework for Common Lisp
218 stars 23 forks source link

Allow pathname designators in PROVE:RUN #57

Open phoe opened 5 years ago

phoe commented 5 years ago
(prove:run #P"myapp/tests/my-test.lisp") ; works
(prove:run "myapp/tests/my-test.lisp")   ; breaks
fukamachi commented 5 years ago

String is ambiguous since it also can be a system-designator.