DEV Community

prpau9
prpau9

Posted on

What do you use for your Python unit testing?

Currently, I am using unittest but I'm wondering if I should continue with this? Or look at pytest, or another framework instead?
What do you use? What do you think are the pros and cons of your chosen framework? :)

Top comments (1)

Collapse
 
janmpeterka profile image
Jan Peterka

I started using pytest in my flask application, and so far it seems like okay choice. But I don't have strong opinion or any expertise on this :)