Fork me on GitHub
#babashka
<
2024-02-22
>
dev-hartmann16:02:05

Iā€˜m writing a small load testing tool and naturally went for bb to do so. Everything is working except one feature: what I really liked about spec was to generate test data from a spec, is there a way to do that in bb too? I just found a Malli pod and babashka.spec, but am not sure if any of these is the way to go. Any help is appreciated

borkdude16:02:50

yes, you can

borkdude16:02:05

just use the same dep as you would in clojure

borkdude16:02:13

probably don't even need the dep since it's built-in

borkdude16:02:22

if not, repro welcome

dev-hartmann16:02:44

Awesome! Thx šŸ™

dev-hartmann16:02:52

Will try and report back šŸ˜Ž