test-doubles
Test doubles
A Clojure library for creating test doubles (spies and stubs) to isolate dependencies in unit tests.
A small spying and stubbing library for Clojure and ClojureScript
36 stars
7 watching
4 forks
Language: Clojure
last commit: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gfredericks/test.chuck | A utility library for test.check with features for scaling test runs and generating random data. | 216 |
43081j/hanbi | A small JavaScript library for creating spies and stubs to isolate dependencies in unit tests. | 59 |
drashland/rhum | A test double library for writing robust unit tests by creating mock objects and stubs | 92 |
lambdaisland/kaocha | A comprehensive test runner for Clojure and ClojureScript applications. | 801 |
clojure/test.check | A testing tool that allows developers to write concise, powerful tests by defining properties of functions that should hold true for all inputs. | 1,122 |
maxbrunsfeld/counterfeiter | A tool for generating fake implementations of collaborators in Go unit tests | 995 |
taoensso/touchstone | A Clojure library for simple and flexible A/B testing and conversion optimization | 139 |
jstepien/mutant | A tool that helps ensure Clojure code is robust by introducing artificial defects and testing its reliability | 102 |
lazycuh/angular-testing-kit | A set of utility functions to simplify Angular testing with Jasmine and Karma. | 1 |
gkampitakis/go-snaps | A testing library for Go that allows developers to create reusable snapshots of test data | 173 |
davidschuldenfrei/gtest-adapter | An extension for debugging and running GoogleTests in an integrated development environment. | 18 |
ehmicky/test-each | A test runner for generating and executing tests with varying inputs using different algorithms | 111 |
leebyron/testcheck-js | Generative property testing for JavaScript programs | 1,179 |
ospector/gtest-gbar | A C# wrapper around Google Test to enhance its user interface | 131 |
stoiveyp/alexa.net.testutility | A small helper library to simplify testing of Alexa.NET Skills | 2 |