test-driven-development
Here are 1,150 public repositories matching this topic...
Most popular Mocking framework for unit tests written in Java
-
Updated
Jul 23, 2021 - Java
The 'extend' function from 'util/core' is not handling property descriptors using accessors properly.
The issue was introduced by the following commit: sinonjs/sinon@f981192
The below test can be used to duplicate the issue. The object 'obj' has a 'pub' property that is defined using a getter and a setter. Once 'extend' is called, th
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
-
Updated
May 24, 2021 - C#
BDD in PHP
-
Updated
Jul 24, 2021 - PHP
I have two setups, in one the -parallel option works just fine in vscode - it generates parallel test cases as it should. In the other it doesn't do anything (not reporting errors in custom flags is a problem in the vscode go plugin, which is not the issue here).
Both were installed with go get -u github.com/cweill/gotests/... when in the $HOME directory within 15 minutes of each other.
This is a corner case that I only ran into in due to work on the analyzers in nunit/nunit.analyzers#54, and my guess is that very few will run into this problem. Nevertheless, I think we could improve the error message, and fix seems simple and safe.
Given a generic test method with no parameters we get a failure that is difficult to interpret for the users (see last example below for more deta
Flaskr: Intro to Flask, Test-Driven Development (TDD), and JavaScript
-
Updated
Feb 7, 2021 - Python
Laravel FREE E-Commerce Software
-
Updated
Jul 1, 2021 - PHP
CppUTest unit testing and mocking framework for C/C++
-
Updated
Jul 25, 2021 - C++
Summary
The documentation "activate_announcer_on_command_failure" is not helpful for users as it misses information a
CSS unit and integration testing
-
Updated
Mar 10, 2021 - JavaScript
-
Updated
May 9, 2021 - JavaScript
Green is a clean, colorful, fast python test runner.
-
Updated
Jul 24, 2021 - Python
The Kotlin fake data generator library!
-
Updated
May 10, 2021 - Kotlin
bash unit testing enterprise edition framework for professionals
-
Updated
Jul 26, 2021 - Shell
A Flutter app which shows a list of popular movies.
-
Updated
Feb 29, 2020 - Dart
Behavior-Driven Development in plain Java
-
Updated
Jul 26, 2021 - Java
-
Updated
Jun 9, 2021 - C#
Aprenda Go com desenvolvimento orientado a testes
-
Updated
May 4, 2021 - Go
A curated collection of awesome blog articles, books, talks, podcasts, tools/frameworks and examples.
-
Updated
Mar 25, 2020
Mockito for Scala language
-
Updated
Jul 15, 2021 - Scala
Human-friendly unit testing for C++11
-
Updated
Jun 17, 2021 - C++
Code samples from the book "Java testing with Spock"
-
Updated
Dec 25, 2020 - Groovy
-
Updated
Aug 12, 2020 - JavaScript
A TestNG like dataprovider runner for JUnit with many additional features
-
Updated
Mar 28, 2021 - Java
A library for mocking django queryset functions in memory for testing
-
Updated
Apr 8, 2021 - Python
User-friendly automated testing framework.
-
Updated
Jul 26, 2021 - Java
Plugin for Serverless Framework which adds support for test-driven development using Mocha
-
Updated
Jun 10, 2021 - JavaScript
目标是提供一个通用的Java核心编程框架,作为搭建其它框架或者项目的基础. 让相关领域的研发人员能够专注高层设计而不用关注底层实现. 涵盖了缓存,编解码,通讯,事件,输入/输出,监控,存储,配置,脚本和事务10个方面.
-
Updated
Jul 25, 2021 - Java
Improve this page
Add a description, image, and links to the test-driven-development topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the test-driven-development topic, visit your repo's landing page and select "manage topics."


@benoittgt very kindly submitted a PR to fix some spacing issues in the markdown using gofmtmd.
It should be possible to automate this as part of the build script