Pablo Curell Mompo's

Pablo Curell Mompo's

Follow
homeBuilding a System to Manage Postmark Emailsbadges
Tag

Testing

#testing

More content

Read more stories on Hashnode


Articles with this tag

BDD in action (a quick opinion)

Sep 10, 20232 min read

My (unfiltered) thoughts immediately after finishing the book · The book is quite ok (although a bit tedious in it's examples). I do recommend reading...

BDD in action (a quick opinion)

I did not write any tests

Aug 30, 20231 min read

And obviously, I hate myself now · I made a website for a friend a couple months ago, it was a quick and dirty job, and to be honest not much more was/is...

I did not write any tests

Old file - New tests

Feb 28, 20231 min read

A recurring TDD dilemma · I am a fervent supporter of TDD (and automated tests). I am certain they make me less error-prone and faster. But, I face a...

Old file - New tests

How to feature test your PyGame Game

Dec 28, 20224 min read

Testing interactions and events in pygame using behave · I write this article as I struggled to find accurate resources on how to feature test my newly...

How to feature test your PyGame Game

Making our test suite faster with parallel tests

Mar 25, 20228 min read

These past few days, I had the luck to work on one of those features that will improve the developer experience at Yago and indirectly will enhance...

Making our test suite faster with parallel tests