Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dubzzz/fast-check

Property based testing framework for JavaScript (like QuickCheck) written in TypeScript
https://github.com/dubzzz/fast-check

add every method to Stream

6dbf7aae0695c7eb46f8a8605f467dfbb2e34eed authored about 7 years ago by Nicolas DUBIEN <[email protected]>
fix missing value in shrink signature

1154cbe78455b1549d9f8063621295e999627c35 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
extend Arbitrary

e36294ac5cd6c229b975391f6938c1685d3ad08e authored about 7 years ago by Nicolas DUBIEN <[email protected]>
add shrink method to Arbitrary

ee9f8d205c6de23802cd25fc1b96aaca93fca976 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
Property should attach generated value next to its status

e278311dbf4a8eacc84d4a67c94fe89e25bc7b3c authored about 7 years ago by Nicolas DUBIEN <[email protected]>
add test runner

bdca131dcab503d852d7a6022fc3a52888e5d9c0 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
add IProperty interface and implement it

1132f73f88b93a8afedc60968e7608669c9352db authored about 7 years ago by Nicolas DUBIEN <[email protected]>
add tests for Property

e587fbba82ea432a8e6f5f983af10f45de94c9c2 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
add Property definition

3a03061111336306791f6215407701740dc3530d authored about 7 years ago by Nicolas DUBIEN <[email protected]>
remove duplicated variables declaration

92eb34489542ca64c0b2227b4298d4a21219f100 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
add tests for tuple arbitrary

9010ce996f92c9cb440fc4d39bcd37acecdbd408 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
add tests for tuple arbitrary

9e6322ae589622951770eebb8cb8ea4f6b04b50d authored about 7 years ago by Nicolas DUBIEN <[email protected]>
arbitrary for tuple generation

80074dc3132f1a1e6373244087379534d0345357 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
add test for purity of ArrayArbitrary

9a8b84d55b6a39cf3e50190acacf634e32df32ca authored about 7 years ago by Nicolas DUBIEN <[email protected]>
increase mocha timeout to 20s

b6fbfb51b1b15028f0eb0fb351b19f7c55f531a9 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
increase mocha timeout to 5s

2919ac70563c40cb03ea993c2cc54a19f4b93fa1 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
Update README.md

cc112275719e8ad8d2c90a2777b9489bacc991db authored about 7 years ago by Nicolas DUBIEN <[email protected]>
try to fix mocha on travis

adc0a55087db0416477587728c8fd5d5a469abf6 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
arbitrary for lorem ipsum generation

bd202bda7b272a625de2ebfca9fe9bc258de5c24 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
arbitrary for string generation

972dba12b21b75094d40aa19c3cff180965bc6b3 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
arbitrary for array generation

e8dcae343ddf9b32a84f7b3cb30bc0845d91ebc1 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
arbitrary for character generation

7c209b96590159a7e5e51953e9feac7ce883c9a0 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
create first Arbitrary for integers

0eeb61f97039f5434d6caa8d3a5a1bdf69eb8267 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
add MutableRandomGenerator version

51889a66f4457cbc70f782da1587125349d6bc2d authored about 7 years ago by Nicolas DUBIEN <[email protected]>
add uniform distribution utility

53a053fae8378c8ff94c8363450d5a16aaa87974 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
fix MersenneTwister rng

89adbccf19bb86f179fc6cfc7eaa9ca8676bb2e1 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
fix LinearCongruencial rng using VS implementation

e831c5069791c2d25cffcbd5ef4de61817d9f6d4 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
add nil helper to Stream

39d3489c387d1ce12f4b3db82314595d89449d92 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
add join helper to Stream

b8f0227227f8fe90426f106db41493e02b918ad4 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
add filter helper to Stream

6d05035dad185e21ac01f76ea07b29bbee8c3b49 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
add drop and take helpers to Stream

cb09e94cbe951ec896f22c07b49d84d5212ce150 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
create an helper Stream class

5a356cbe759c9436b86f3285cc41ba4d6afda3a4 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
fix typo in test name

b5d670ca40d2d23a53f0b86e4a277755cd20a425 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
factorize properties across random number generators

b3a5724fa1f60ed0341e0e9fe272d907eea30681 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
mersenne twister random number generator

a2d927695d05e2aceb300e963ea0fad6208a9bef authored about 7 years ago by Nicolas DUBIEN <[email protected]>
add boundary checks for basic random generator

7665981d8ad6ed8af85efef86b2e996566128a96 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
basic random number generator

8e45fc4c3c3478829d00fd6ff4a69ca2606e0169 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
basic typescript setup

11d686adcab49982c3115722f446b778bacbc374 authored about 7 years ago by Nicolas DUBIEN <[email protected]>
Initial commit

5320a0bf559d9642f9554501e27e57c19dee98f5 authored about 7 years ago by Nicolas DUBIEN <[email protected]>