Unit Testing: Beyond Code Coverage

“I get paid for code that works, not for tests.” — Kent Beck, TDD By Example Many software developers often associate higher unit test coverage with better software quality. However, high cover...
0 Read More

Unit Testing in Python

A concise guide to writing unit tests, mocking, and measuring test coverage in Python using unittest library.Unit testing ensures code reliability. This guide covers: ✅ Writing unit tests with unitt...
0 Read More

Swift Testing: My First Impressions

Introduction Recently, I posted here an Introduction to Swift Testing: Apple's New Testing Framework, in which I talked about the framework features and specially about the differences compar...
0 Read More

Generate Fixtures for Rose::DB ORM

A while a go I released on Metacpan DBD::Mock::Session::GenerateFixtures. So lets how can we mock data for Mysql/Maria db via Rose::Ddb ORM.So lets install this: ⛶sudo apt-get install -y mysql-serv...
0 Read More