qitab / cl-protobufs

Common Lisp protocol buffer implementation.
MIT License
82 stars 17 forks source link

Clean up test suites #309

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

Clean up test suites

Use the available assertion macros where possible. e.g., instead of (assert-true (equalp ...)) use (assert-equalp ...)