There are 57 repositories under tdd topic.
Learn Go with test-driven development
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
Spectacular Test Runner for JavaScript
BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Sql mock driver for golang to test database interactions
Property based testing framework for JavaScript (like QuickCheck) written in TypeScript
:cyclone: Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.
《系统重构与迁移指南》手把手教你分析、评估现有系统、制定重构策略、探索可行重构方案、搭建测试防护网、进行系统架构重构、服务架构重构、模块重构、代码重构、数据库重构、重构后的架构守护
A curated, open, and ever-evolving learning path focused on practices of software development, principles of software design, and software architecture.
The Functional toolkit for Kotlin HTTP applications. http4k provides a simple and uniform way to serve, consume, and test HTTP services.
Testinfra test your infrastructures
Flaskr: Intro to Flask, Test-Driven Development (TDD), and JavaScript
Intercept HTTP requests at the Python socket level. Fakes the whole socket module
📙 A guide to unit testing in Javascript
API em NodeJs usando Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on WireMock Java, but extended with more functionality.Full documentation can be found at https://wiremock.org/dotnet/.
Just like System.Web.Abstractions, but for System.IO. Yay for testable IO access!