vindarel / cl-str

Modern, simple and consistent Common Lisp string manipulation library.
https://vindarel.github.io/cl-str/
MIT License
309 stars 37 forks source link

Switch testing framework to fiveam #95

Closed kilianmh closed 1 year ago

kilianmh commented 1 year ago

How you like the names of the test-suites? And do you want to have some tests in other suites?

closes #94

vindarel commented 1 year ago

Awesome, thank you so much.

You forgot the dev and test instructions in the README. (don't hesitate to show and explain fiveam commands: we can test with asdf:test-system, and also fivame:run!, and (setf fiveam:*run-test-when-defined* t) and then a C-c C-c on the test definition, and maybe more things that you used)

kilianmh commented 1 year ago

Now the dev and test section is updated. Anything you do not like here?

One more thing: Should all test symbol (e.g. downcase) be exported or leave it like it is so that only the suite-symbols are exported?

vindarel commented 1 year ago

No hard thoughts, I find it very fine like this. Thanks!