Let's talk!
Clients
Services
Blog
About us
Careers
Let's talk!
SOFTWARE
HOUSE
Clients
Services
MVP Development
Web Development
Staff Augmentation
Insights
Blog
Learnings
Careers
About us
Contact us
Learnings
Boost your knowledge with the insights from our expert team.
accessibility
accessibility
agile
agile
ai
ai
api
api
architecture
architecture
aws
aws
career
career
celery
celery
communication
communication
concurrency
concurrency
css
css
data
data
database
database
db
db
debug
debug
design
design
design system
design system
development
development
devops
devops
django
django
docker
docker
documentation
documentation
figma
figma
frontend
frontend
git
git
html
html
javascript
javascript
js
js
leadership
leadership
management
management
metrics
metrics
ml
ml
orm
orm
performance
performance
postgres
postgres
process
process
product
product
product design
product design
python
python
react
react
redux
redux
research
research
security
security
software
software
sql
sql
sre
sre
test
test
testing
testing
tests
tests
typescript
typescript
ui
ui
ux
ux
web
web
workflow
workflow
<p>Running 1000 tests in 1s </p>
↗
https://marvinh.dev/blog/running-1000-test-in-1s/
Raí Siqueira
Oct 3, 2022
Topics:
javascript, tests
<p>If you ever need to create a simple object inline or in test cases and their class/superclasses don't matter, you can use `` </p>
↗
https://docs.python.org/3/library/types.html
Carlos Coelho
May 31, 2022
Topics:
python, tests
<p>Which Kinds of Tests Should I Write? </p>
↗
https://blog.thecodewhisperer.com/permalink/which-kinds-of-tests-should-i-write
Rebeca Sarai
Apr 18, 2022
Topics:
software, tests
<p>The Saff Squeeze: </p>
↗
https://blog.thecodewhisperer.com/permalink/the-saff-squeeze
Rebeca Sarai
Apr 11, 2022
Topics:
debug, tdd, tests
Type-safe API mocking with Mock Service Worker and TypeScript
↗
https://dev.to/kettanaito/type-safe-api-mocking-with-mock-service-worker-and-typescript-21bf
Marcilio Leite
Apr 11, 2022
Topics:
javascript, tests, typescript
<p>How to mock functions in the same module using jest: </p>
↗
https://stackoverflow.com/questions/45111198/how-to-mock-functions-in-the-same-module-using-jest
Rebeca Sarai
Nov 9, 2021
Topics:
js, tests
<p>Tests aren’t enough: Case study after adding type hints to urllib3 </p>
↗
https://sethmlarson.dev/blog/2021-10-18/tests-arent-enough-case-study-after-adding-types-to-urllib3
Flavio Juvenal
Oct 25, 2021
Topics:
mypy, python, tests, typing
<p>Waffle is a library for writing and testing smart contracts: </p>
↗
https://ethereum-waffle.readthedocs.io/en/latest/
Rebeca Sarai
Sep 29, 2021
Topics:
ethereum, smartcontracts, tests
<p>How to know what to test </p>
↗
https://kentcdodds.com/blog/how-to-know-what-to-test?utm_source=pocket_mylist
Filipe Ximenes
Aug 5, 2021
Topics:
react, tests
<p>Testing Implementation Details </p>
↗
https://kentcdodds.com/blog/testing-implementation-details?utm_source=pocket_mylist
Filipe Ximenes
Aug 5, 2021
Topics:
react, tests
<p>The Fast Way to Test Django () Callbacks </p>
↗
https://adamj.eu/tech/2020/05/20/the-fast-way-to-test-django-transaction-on-commit-callbacks/
Andre Carneiro
Jul 30, 2021
Topics:
django, tests
<p>"TDD, BDD, ATDD, and related methods categorically do not replace testing, whatever their names may suggest. They are primarily design and development techniques" </p>
↗
https://dannorth.net/2021/07/26/we-need-to-talk-about-testing/
Rebeca Sarai
Jul 28, 2021
Topics:
tests
<p>Integrated Tests Are A Scam :eyes: </p>
↗
https://www.youtube.com/watch?v=VDfX44fZoMc
Rebeca Sarai
Jul 2, 2021
Topics:
tests
<p>Avoid the Test User - <em>How your UI code has only two users, but the wrong tests can add a third</em> </p>
↗
https://kentcdodds.com/blog/avoid-the-test-user
David Pierre
Mar 31, 2021
Topics:
javascript, react, tests
I have never seen a case where mocking a database was a good idea. Stay with me, for whatever short-term gains one gains, you lose in long-term maintainability because everyone does it differently and it's always the most complex code in your codebase.
↗
https://twitter.com/webology/status/1363898407388119049
Rebeca Sarai
Feb 22, 2021
Topics:
mocks, tests
<p>“I would consider it a red flag if a team isn’t doing exploratory testing at all - even if their automated testing was excellent. Even the best automated testing is inherently scripted testing - and that alone is not good enough.” </p>
↗
https://martinfowler.com/bliki/ExploratoryTesting.html
Filipe Ximenes
Nov 9, 2020
Topics:
agile, tests
<p>A collection of public resources about how software companies test their software </p>
↗
https://github.com/abhivaikar/howtheytest
David Pierre
Sep 8, 2020
Topics:
tests
<p>Why you should include your tests in coverage: </p>
↗
https://nedbatchelder.com/blog/202008/you_should_include_your_tests_in_coverage.html
Rebeca Sarai
Aug 13, 2020
Topics:
coverage, tests
<p>A curated list of awesome test automation frameworks, tools, libraries, and software for different programming languages. </p>
↗
https://github.com/atinfo/awesome-test-automation
David Pierre
Jul 10, 2020
Topics:
tests
<p>Django Testing Cheat Sheet: </p>
↗
https://www.valentinog.com/blog/testing-django/
Flavio Juvenal
May 7, 2020
Topics:
django, tests
<p>If in your tests you want to return different values when calling the same function use <code>side_effect</code> instead of <code>return_value</code> like this: <code>mock_func.side_effect = [return_value1, return_value2]</code></p>
↗
Rebeca Sarai
Mar 9, 2020
Topics:
mock, python, tests
<p>"Aggregate functions are not allowed in this query" </p>
↗
http://www.cannonade.net/blog.php?id=1754
Amanda Savluchinske
Jul 3, 2019
Topics:
django, testing, tests
<p>The Practical Test Pyramid </p>
↗
https://martinfowler.com/articles/practical-test-pyramid.html
Filipe Ximenes
May 20, 2019
Topics:
tests
<p>A zero config GUI for Jest </p>
↗
https://github.com/Raathigesh/majestic
Victor Ferraz
Apr 23, 2019
Topics:
javascript, jest, tests
Next
Close Cookie Preference Manager
Cookie Settings
By clicking “Accept all”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage and assist in our marketing efforts.
Check our privacy policies.
Strictly Necessary (Always Active)
Cookies required to enable basic website functionality.
Analytics
Cookies helping understand how this website performs, how visitors interact with the site, and whether there may be technical issues.
Marketing
Cookies used to deliver advertising that is more relevant to you and your interests.
Personalization
Cookies allowing the website to remember choices you make (such as your user name, language, or the region you are in).
Save settings
Accept all
We use Cookies to promote our services.
Settings and Privacy.
Accept