Re: plpgsql unit testing and code coverage

From: Joao Miguel Ferreira <joao(dot)miguel(dot)c(dot)ferreira(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: plpgsql unit testing and code coverage
Date: 2021-01-01 11:36:34
Message-ID: CALyyT7QuPgE2Qp8zTUzQfCVu1hizf83QnMTCs=xEi7BasnMkPA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 <pavel(dot)stehule(at)gmail(dot)com>
wrote:

>
>
> čt 31. 12. 2020 v 13:21 odesílatel Joao Miguel Ferreira <
> joao(dot)miguel(dot)c(dot)ferreira(at)gmail(dot)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 functions and procedures.
>>
>> So, it would be great for me to find a way to execute unit tests on those
>> functions and procedures and, even better, if I can get code coverage
>> results from it. I really enjoy approaching sw development with these tools.
>>
>
> try to look on https://github.com/okbob/plpgsql_check
>
> Regards
>
> Pavel
>
>
>> I'dd appreciate your feedback
>>
>> Thank you
>> Joao
>>
>>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thorsten Schöning 2021-01-01 13:34:35 Re: How to REMOVE a fillfactor set by accident?
Previous Message Michael Lewis 2021-01-01 04:33:17 Re: Declarative partitioning and automatically generated row-IDs using BIGSERIAL