How to detect an undefined method?

dn PythonList at DancesWithMice.info
Sat Apr 2 13:27:46 EDT 2022


On 03/04/2022 02.28, anthony.flury wrote:
> On 27/03/2022 15:59, dn wrote:
> 
>> What is code coverage?
>> In the simplest words, code coverage is a measure of exhaustiveness of a
>> test suite. 100% code coverage means that a system is fully tested.
> 
> Sorry, but that is a gross over-simplification.


Please be careful how you trim messages/quote previous posts. Above
gives an incorrect impression and attribution!

The original text:
«
The following article includes both pros and cons of using coverage.py:

How to use code coverage in Python with pytest?
April 11, 2021 Sebastian python, testing software	
Basics
What is code coverage?
In the simplest words, code coverage is a measure of exhaustiveness of a
test suite. 100% code coverage means that a system is fully tested.
...
https://breadcrumbscollector.tech/how-to-use-code-coverage-in-python-with-pytest/
»

Readers will be able to come to their own conclusions - which may
very-well mirror your own.

Another consideration is the context of the OP and the problem he was
trying to solve.
-- 
Regards,
=dn


More information about the Python-list mailing list