Discussion about this post

User's avatar
Michał's avatar

I didn't know about `pyfakefs` (will use it, since `tempfile` is quite slow in my case) and `inline-snapshot` is really interesting.

Expand full comment
Kevin Tewouda's avatar

Thank you for the article. I wasn't aware of mimesis which seems to be faster than faker.

But even if it is not the first time I heard about snapshot testing, I'm not sure why I need it in my project. Do you know another article explaining the concept? ^^

By the way, instead of freezegun, you can also use time-machine (https://github.com/adamchainz/time-machine) which is faster :)

Expand full comment
1 more comment...

No posts