article
Testing the diff
Filipe Ximenes • Jul 27, 2021
Good unit tests laser focus on the smallest possible scope and are crafted to …
article
Counting Queries: Basic Performance Testing in Django
Filipe Ximenes • Jan 6, 2020
It's very common to read about testing techniques such as TDD and how to test a…
article
Testing your React components (part 2)
Victor Ferraz • May 21, 2019
Disclaimer: due to the amount of information, this article is divided into thre…
article
Testing your React components (part 1)
Victor Ferraz • Oct 31, 2018
Testing your project is an important way to assure your (and your team's) trust…
article
Contributing to Django Framework is easier than you think
Anderson Resende • Feb 15, 2017
For those who are starting to code and wish to make open source, sometimes it i…
article
Don't forget the stamps: testing email content in Django
Filipe Ximenes • Feb 6, 2017
When developing a web app how often do you check the emails you send are all wo…
article
How I test my DRF serializers
Filipe Ximenes • Jan 11, 2017
In this blog post, I will show the whats and whys on testing Django REST Framew…
← Back to Blog