Tag: testing (4 posts)
🇺🇸
How to use functions as Mocks in Python tests
Useful for avoid calling real APIs or services
#python#testing#mocking#pytest

I moved from Jest to Vitest in less than 3 hours
In a Gatsby Typescript project, with React test utils and coverage included
#react#jest#vitest#testing#typescript#gatsby

Laravel Facades and Mockery, testing chained methods
Using the power of Mockery
#laravel#php#testing#mockery#phpunit

How to solve Laravel Dusk 500 session error
An issue between Laravel Dusk and your browser version
#laravel#php#dusk#testing#phpunit