Fork me on GitHub
#testing
<
2022-06-29
>
jmv18:06:34

for those that are using generative testing, do you have both unit and integration setups? it seems useful to use test.check for validating functions but also for generating HTTP requests and exercising our whole system end-to-end. i'm thinking of having basically this directory structure: • test/unit • test/integration • test/genunit • test/genintegration