Re: plpgsql unit testing and code coverage

2021-01-01 Thread Joao Miguel Ferreira
Hi Philip and Pavel, Thank you for your contributions. Both seem very interesting :) I will look into it Happy New Year Cheers jmf On Thu, Dec 31, 2020 at 3:25 PM Pavel Stehule wrote: > > > čt 31. 12. 2020 v 13:21 odesílatel Joao Miguel Ferreira < > joao.miguel.c.ferre...@gmail.com> napsal: >

Re: plpgsql unit testing and code coverage

2020-12-31 Thread Pavel Stehule
čt 31. 12. 2020 v 13:21 odesílatel Joao Miguel Ferreira < joao.miguel.c.ferre...@gmail.com> napsal: > Hello, > > I'm a fan of unit testing and related matters but have used it only on > client applications, not on database implemented logic. I recently joined a > project whit dozens of PL function

Re: plpgsql unit testing and code coverage

2020-12-31 Thread Philip Semanchuk
> On Dec 31, 2020, at 7:20 AM, Joao Miguel Ferreira > wrote: > > Hello, > > I'm a fan of unit testing and related matters but have used it only on client > applications, not on database implemented logic. I recently joined a project > whit dozens of PL functions and procedures. > > So, it

plpgsql unit testing and code coverage

2020-12-31 Thread Joao Miguel Ferreira
Hello, I'm a fan of unit testing and related matters but have used it only on client applications, not on database implemented logic. I recently joined a project whit dozens of PL functions and procedures. So, it would be great for me to find a way to execute unit tests on those functions and pro