issues
search
qitab
/
cl-protobufs
Common Lisp protocol buffer implementation.
MIT License
84
stars
18
forks
source link
Clean up test suite names and main functions
#149
Closed
copybara-service[bot]
closed
4 years ago
copybara-service[bot]
commented
4 years ago
Clean up test suite names and main functions
Reduce code duplication by defining run-suite in root-suite.lisp and calling it from all tests.
Make sure all tests are defined in package cl-protobufs.test.foo for some value of foo. Also that they have a suite named foo-suite.
Fixed quick-tests not to assume a value for
package
or a line- wrap width.
Clean up test suite names and main functions