Re: plpgsql unit testing and code coverage

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Joao Miguel Ferreira <joao(dot)miguel(dot)c(dot)ferreira(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: plpgsql unit testing and code coverage
Date: 2020-12-31 15:24:35
Message-ID: CAFj8pRCSkvd1tdv+EM4FQiF6_9rO77JfJtpZZaE8-9iWEH2iTw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

č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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thorsten Schöning 2020-12-31 16:38:56 Declarative partitioning and automatically generated row-IDs using BIGSERIAL
Previous Message Philip Semanchuk 2020-12-31 13:52:43 Re: plpgsql unit testing and code coverage