All Projects → specific → Similar Projects or Alternatives

242 Open source projects that are alternatives of or similar to specific

utest
Lightweight unit testing framework for C/C++ projects. Suitable for embedded devices.
Stars: ✭ 18 (-41.94%)
Mutual labels:  tdd
tddd-starter
Laravel TDDD Starter App
Stars: ✭ 23 (-25.81%)
Mutual labels:  tdd
karma-reporter
A plugin for running clojurescript tests with Karma.
Stars: ✭ 23 (-25.81%)
Mutual labels:  tdd
bdd-for-all
Flexible and easy to use library to enable your behavorial driven development (BDD) teams to easily collaborate while promoting automation, transparency and reporting.
Stars: ✭ 42 (+35.48%)
Mutual labels:  tdd
ts-mock-imports
Intuitive mocking library for Typescript class imports
Stars: ✭ 103 (+232.26%)
Mutual labels:  mock-functions
SimplyVBUnit
The SimplyVBUnit framework provides powerful unit-testing capabilities for VB6.
Stars: ✭ 28 (-9.68%)
Mutual labels:  tdd
ema
External memory app - allows one to quickly post and search text notes
Stars: ✭ 43 (+38.71%)
Mutual labels:  tdd
axon
Autogenerate Integration Tests
Stars: ✭ 49 (+58.06%)
Mutual labels:  tdd
doctest
The fastest feature-rich C++11/14/17/20 single-header testing framework
Stars: ✭ 4,434 (+14203.23%)
Mutual labels:  tdd
spec
Unit testing Vapor 4 applications through declarative specifications.
Stars: ✭ 32 (+3.23%)
Mutual labels:  tdd
cukinia
A simple on-target system test framework for Linux
Stars: ✭ 24 (-22.58%)
Mutual labels:  tdd
finance-project-ddd
Projeto financeiro usando domain driven design, tdd, arquitetura hexagonal e solid
Stars: ✭ 67 (+116.13%)
Mutual labels:  tdd
qikqiak-tdd
基于TDD的Python微服务实战教程 🎉🎉🎉
Stars: ✭ 29 (-6.45%)
Mutual labels:  tdd
solidity-tdd
Solidity Test Driven Development Boilerplate Project
Stars: ✭ 27 (-12.9%)
Mutual labels:  tdd
LetsGitHubSearch
Let'Swift 18 Workshop - Let's TDD
Stars: ✭ 60 (+93.55%)
Mutual labels:  tdd
django-test-addons
Testing support for different database system like Mongo, Redis, Neo4j, Memcache, Django Rest Framework for django
Stars: ✭ 20 (-35.48%)
Mutual labels:  tdd
oletus
Minimal ECMAScript Module test runner
Stars: ✭ 43 (+38.71%)
Mutual labels:  tdd
ttt-tdd
Book about test-driven development with an example of making “Tic-Tac-Toe” by TDD · ❌ ⭕️ 🧪
Stars: ✭ 29 (-6.45%)
Mutual labels:  tdd
apple-mango
Python BDD Pattern
Stars: ✭ 18 (-41.94%)
Mutual labels:  tdd
colorizzar
📗 -> 📘 Change color of png keep alpha channel in php!
Stars: ✭ 27 (-12.9%)
Mutual labels:  tdd
meteor-video-chat
Simple id based video calling in meteor
Stars: ✭ 33 (+6.45%)
Mutual labels:  tdd
mugshot
Framework independent visual testing library
Stars: ✭ 126 (+306.45%)
Mutual labels:  tdd
react-atdd-playground
Template to (deliberate) practice your test-driven development skills.
Stars: ✭ 14 (-54.84%)
Mutual labels:  tdd
my-react-todolist
A guide to TDD a React/Redux TodoList App
Stars: ✭ 22 (-29.03%)
Mutual labels:  tdd
pgxmock
pgx mock driver for golang to test database interactions
Stars: ✭ 97 (+212.9%)
Mutual labels:  tdd
mocha-cakes-2
A BDD plugin for Mocha testing framework
Stars: ✭ 44 (+41.94%)
Mutual labels:  tdd
svut
SVUT is a simple framework to create Verilog/SystemVerilog unit tests. Just focus on your tests!
Stars: ✭ 48 (+54.84%)
Mutual labels:  tdd
book-store
Example of a book store management with MEAN STACK
Stars: ✭ 23 (-25.81%)
Mutual labels:  tdd
ginkgo4j
A Java BDD Testing Framework (based on RSpec and Ginkgo)
Stars: ✭ 25 (-19.35%)
Mutual labels:  tdd
tdd roman csharp
Kata: TDD Arabic to Roman Numerals with C#
Stars: ✭ 14 (-54.84%)
Mutual labels:  tdd
framework
Lightweight, open source and magic-free framework for testing solidity smart contracts.
Stars: ✭ 36 (+16.13%)
Mutual labels:  tdd
tcr-workshop
Information and instructions for trying TCR workflow (test && commit || revert)
Stars: ✭ 33 (+6.45%)
Mutual labels:  tdd
kata
TDD, Refactoring kata in many languages
Stars: ✭ 14 (-54.84%)
Mutual labels:  tdd
CtCI-with-Ruby-TDD
Cracking the Coding Interview with Ruby and TDD
Stars: ✭ 44 (+41.94%)
Mutual labels:  tdd
PixelTest
Fast, modern, simple iOS snapshot testing written purely in Swift.
Stars: ✭ 56 (+80.65%)
Mutual labels:  tdd
vscode-jest-runner
Simple way to run or debug a single (or multiple) tests from context menu
Stars: ✭ 189 (+509.68%)
Mutual labels:  tdd
serverless-tdd
Serverless TDD example
Stars: ✭ 13 (-58.06%)
Mutual labels:  tdd
curso-javascript-testes
Código-fonte do curso "Aprenda a testar Aplicações Javascript"
Stars: ✭ 60 (+93.55%)
Mutual labels:  tdd
spec-kemal
Easy testing for Kemal
Stars: ✭ 51 (+64.52%)
Mutual labels:  tdd
the-solo-developers-manifesto
This guide will help solo developers achieve what could be achieved by teams by God's mercy
Stars: ✭ 97 (+212.9%)
Mutual labels:  tdd
pydantic-factories
Simple and powerful mock data generation using pydantic or dataclasses
Stars: ✭ 380 (+1125.81%)
Mutual labels:  tdd
MarvelBrowser-Swift
Swift TDD Sample App
Stars: ✭ 31 (+0%)
Mutual labels:  tdd
typeless
Typeless: the benefits of TypeScript, without the types
Stars: ✭ 17 (-45.16%)
Mutual labels:  tdd
book-fullstack-react-with-typescript
Working through the code samples from Fullstack React with Typescript by Maksim Ivanov and Alex Bespoyasov
Stars: ✭ 52 (+67.74%)
Mutual labels:  tdd
ko-component-tester
🚦 TDD Helpers for Knockout JS
Stars: ✭ 15 (-51.61%)
Mutual labels:  tdd
flake8-aaa
A Flake8 plugin that checks Python tests follow the Arrange-Act-Assert pattern
Stars: ✭ 51 (+64.52%)
Mutual labels:  tdd
eye drops
Configurable Elixir mix task to watch file changes and run the corresponding command.
Stars: ✭ 51 (+64.52%)
Mutual labels:  tdd
TDDWeatherApp
Android App trying to apply TDD and using MVVM, Kotlin Coroutines
Stars: ✭ 38 (+22.58%)
Mutual labels:  tdd
goss
Quick and Easy server testing/validation
Stars: ✭ 26 (-16.13%)
Mutual labels:  tdd
TddCourse
Kod źródłowy do kursu TDD na blogu dariuszwozniak.NET.
Stars: ✭ 18 (-41.94%)
Mutual labels:  tdd
Examin
Examin is a developer tool that generates React unit tests for your application. Ensure your application renders as expected before adding new features. Examin writes the baseline unit tests and allows developers to customize their tests for their application.
Stars: ✭ 75 (+141.94%)
Mutual labels:  tdd
Build-A-Laravel-App-With-TDD
It's time to take the techniques we learned in Laravel From Scratch, and put them to good use building your first real-world application. Together, we'll leverage TDD to create Birdboard: a minimal Basecamp-like project management app. This series will give us a wide range of opportunities to pull up our sleeves and test our Laravel chops. As al…
Stars: ✭ 36 (+16.13%)
Mutual labels:  tdd
memo
다양한 MD 메모
Stars: ✭ 87 (+180.65%)
Mutual labels:  tdd
xv
❌ ✔️ zero-config test runner for simple projects
Stars: ✭ 588 (+1796.77%)
Mutual labels:  tdd
java-8-matchers
Hamcrest Matchers for Java 8 features
Stars: ✭ 23 (-25.81%)
Mutual labels:  tdd
estj
EstJ is my own test framework!
Stars: ✭ 13 (-58.06%)
Mutual labels:  tdd
clean-ts-api
API em NodeJs usando Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles
Stars: ✭ 43 (+38.71%)
Mutual labels:  tdd
C-Mock
C Mock is Google Mock's extension allowing a function mocking.
Stars: ✭ 69 (+122.58%)
Mutual labels:  mock-functions
tutorial-java-tdd
Tutorials about implementing TDD in Java
Stars: ✭ 66 (+112.9%)
Mutual labels:  tdd
baserepo
Base repository
Stars: ✭ 71 (+129.03%)
Mutual labels:  tdd
1-60 of 242 similar projects