Skip to content
#

unit-tests

Unit testing is a type of software testing that focusses on testing small units (usually the lowest common denominator) instead of whole processes. This makes more tests necessary but their successful executing makes pinpointing actual successful code easier.

Here are 64 public repositories matching this topic...

🤖 Automation-focused microservice built with Clean Architecture to show how devs can leverage automation. It features 🧪 unit tests, 🧪 functional tests, and integrates SQL Server for db and RabbitMQ 🚌 for event-driven messaging.

  • Updated May 5, 2025
  • C#