I would like to make unit test to each plugin we wrote, from what I can see in the Kong project they only doing integration tests including DB use, also i didn’t find any plugin that come with tests.
There is any way to do unit tests and stub NGX?
I tried with busted but I had trouble stubbing all the NGX functionally.