babashka-sci-dev

borkdude 2022-06-15T19:14:51.169449Z

@cldwalker Found a way to add libtests to babashka CI without copying all the sources This is for prismatic/schema: https://github.com/babashka/babashka/commit/14b177ad2164518fc5f9a50ac853c5fa1805c7e6

2022-06-16T13:18:41.305159Z

Nice! BB-TEST-PATCH should mark most of the exceptions. I think only a 1/3 of libs have that

2022-06-16T19:26:31.330209Z

nice!

borkdude 2022-06-15T19:15:50.509139Z

I think we could basically re-use the libtests alias in deps.edn to deduplicate this data and make the add lib tests redundant for most libs

borkdude 2022-06-15T19:18:15.910199Z

except when we need to make tweaks in the tests

borkdude 2022-06-15T19:18:24.056239Z

which many tests have, so maybe I was too optimistic :)