Fork me on GitHub
#pedestal
<
2017-02-23
>
rui.yang11:02:32

hi, are there some examples of testing the pedestal application? eg. how to mock the db, how to mock a handler

donaldball15:02:59

We use component to build our system and build it with in-memory protocol impls or separate instances of e.g. sql databases in our integrated tests