How to test?

Manfred Lotz ml_news at posteo.de
Thu Apr 30 13:25:41 EDT 2020


On Mon, 27 Apr 2020 18:21:39 +1200
DL Neil <PythonList at DancesWithMice.info> wrote:

...

> 
> Given your replies, 'now' might be a good time to take a look at
> Pytest, and see how you could use it to help build better code - by
> building tested units/functions which are assembled into ever-larger
> tested-units... (there is a range of choice/other testing aids if
> Pytest doesn't take your fancy)

I have to admit I chose unittest. Simply because it is in the standard
lbrary. As so many people seem to prefer pytest I should take a look at
it.

-- 
Manfred



More information about the Python-list mailing list