Fork me on GitHub
#boot
<
2015-06-06
>
borkdude19:06:38

it sounds like a problem space where Boot would have come in handy

borkdude19:06:52

but also I wonder: how are boot tasks unit tested in general?

borkdude20:06:53

Boot blog post at #8 on Hackernews

akiva20:06:24

S’a great post.

alandipert21:06:47

it could be possible/cool to test.check tasks via generated filesets

alandipert21:06:55

but afaik nobody has explored this

alandipert21:06:29

to test my own tasks i generally write the test as a usage in an example build.boot and make sure travis runs it

alandipert21:06:06

of course, most of the tasks i write generally wrap some other existing and tested library

alandipert21:06:22

and the ones that don’t wrap a library are very simple things like concatenating or moving files