Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/typelevel/scalacheck
Property-based testing for Scala
https://github.com/typelevel/scalacheck
ab21066c6a498313236e63459c0c624a9b43db15 authored about 9 years ago
aedbe7d6adbdce8f5b161c9b0d23b2eb0970d394 authored about 9 years ago
Add an Arbitrary instance for Tuple1
8473f858f41984d1b90346277ef8a871863e231d authored about 9 years agoe88013975a352fb2910c306d1bd3ecd9cd3f8f57 authored about 9 years ago
Allow Gen.choose to handle a very large range of doubles (resolves #186)
ccd5f02c22fea28c474b56f4284e251e8d7052e3 authored about 9 years agoAvoid out-of-range doubles by generating either a negative or a positive double
93f45d39c5721211724bdb7c793d65b9230efbea authored about 9 years agoFix typo in Commands
242c5bd8048668e3fb6682c65f2f369ddef7bcd3 authored about 9 years ago4ea2af06dc8019fef39c7b868ad0be22a7399bb5 authored about 9 years ago
Scala 2.12.0-M3
d415926641a884715d4d5f86eda90431ca167a44 authored about 9 years agoc7d0e7a520365e241b0ff9d205c5066294a65179 authored about 9 years ago
(cherry picked from commit 9448ab42a9eae392a6fd83dbacd3cad5caa1ffd3)
bf731376b8de2288821cd4147bbe238736dd84b2 authored about 9 years ago82f1d652332ba2eb0503e7e0bb19076e4215912c authored about 9 years ago
Add flatten on Gen
bceacad0d5a2c559c674c526bc2603420506af0f authored over 9 years agobf9b9c7e9f6fd466442af204c9073ed7de5f1dad authored over 9 years ago
Add Gen.some for converting generators to Some(T)
68eb4e43819893eb4b84c1121bc48b93c8c72404 authored over 9 years ago65663d0562924b703ff077fc9960c616d0a72d6e authored over 9 years ago
d84a7385ce7be405205e25b1838e40f1e2350333 authored over 9 years ago
Previously, ScalaCheck only guaranteed `minSuccessfulTests` total number of
evaluations. If `max...
Allow overriding of Test.Parameters in Properties
53746d9581cd45e2719ecb574edf288f2f98c9c8 authored over 9 years agoe4f869a109d0244f96d005626c82a80ccd1e4b1a authored over 9 years ago
6caf8e5de7960adf90aa72dc9c5a1aec45d9adb9 authored over 9 years ago
061ccd0f4798ab52afca030b58e5896b0a69e02a authored over 9 years ago
f2a8031769d5cd7973d3297498991576dbe8bb35 authored over 9 years ago
24aa82595d54bb65c0ed62fe98ad07a021d50a9f authored over 9 years ago
add colors to console output
7556017e7af0dc97bbfdfe900be19c988588b4f7 authored over 9 years agoprevent NPE with Gen.oneOf (#177)
f8de063bfa856723e929d65757adf7c74f5e2783 authored over 9 years agoupdate documentation
f04d3466b0d1fbb11745a30a5fed2ac60ef41016 authored over 9 years ago726629a44ca51a0f9060453afb703248015f2304 authored over 9 years ago
2a18b1ca5e2551203fc85384d081f120f21ef973 authored over 9 years ago
99d1b0e443ee6b96622ec66eb3da666b6355de87 authored over 9 years ago
fix broken link in README
666a6444312c80158f99e6f8b188305ff1f1d293 authored over 9 years ago691594dcf3c1ada613288a1f37bd1bf8e4d1f740 authored over 9 years ago
8619b536cf066f531e6bd5b00fff3c5c784fca35 authored over 9 years ago
805da73c23050f0b1c2ce677298c2e7b45e0e1a6 authored over 9 years ago
Use Travis Build Containers
3723d3f031814ed76f5b49aacaef81a8f7bf8d3e authored over 9 years agoa9fb15e89b2c10c6b3bf71331fce75ca353ed395 authored over 9 years ago
62c1ee2fd717b29a00691652db04ac3776455c00 authored over 9 years ago
add Prop#contramap
e5cb8301ba7dddd79fa25926a77c48fb749e5e43 authored over 9 years agoAdd Arbitrary[Try[_]].
cba843966cd9afb71ae60b07027dd48ab756c95d authored over 9 years agoadd Tuple Cogen
b5446e100b853e6c77b7828b7e12b9b527954d4e authored over 9 years ago8890dd7e281be4ff23629e7952208c79f8df1ca0 authored over 9 years ago
8b6dee5b9176f75410a198195c900f9da7be3952 authored over 9 years ago
3bec4b1e79f6afd07b8baa3fffa6ecc9acb7a061 authored over 9 years ago
259607f788ce9d32ff86515ab1648797284b94d1 authored over 9 years ago
b065f2be4fb46b359f86d4d97518eeed936bf678 authored over 9 years ago
Support non-constant arbitrary functions
ea2bbe6fa30d51b055ce177c5a816e94d2559c70 authored over 9 years agoed0d8855f94159cd8536648a269d9a78c0d544b5 authored over 9 years ago
This commit adds properties to ensure that Cogen + Gen
are producing all the possible functions ...
This commit swaps out the 64-bit linear-congruent RNG for a
variant on Bob Jenkin's simple RNG [...
b2b575994ae53263231bfb5d332f48543987298c authored over 9 years ago
Thanks to @xuwei-k for catching this.
8100fd249800cba90245364bcb57bbd929b94d09 authored over 9 years ago9b0bb56b686ed6cc968fd98e22d8bc89c966a6a9 authored over 9 years ago
This type allows values to perturb the RNG, meaning that we can
build something resembling a tru...
There is some ugliness in here (for example, .retrieve.get is a
pattern I've copied from elsewhe...
This commit adds support for code-generation for Gen. To use it,
you'd do something like:
i...
46194fcc1bb766cbea7c37f4fd62c163e7d1cac2 authored over 9 years ago
This commit updates the code-generation script to use the
Gen.functionN methods to produce bette...
653192b15ad9eec37f90f3070eba2c364446c827 authored over 9 years ago
This commit introduces a (seed: Long) parameter to many methods
that need to generate random val...
fe4a67621cfd6cba9a9ec141be6f4369ebe053af authored over 9 years ago
42984cc49062243946efac1c91f5020e2cad65a7 authored over 9 years ago
710b42cbd17dad97a5005867268fa030a60e72c5 authored over 9 years ago
cc846cbc9238e9b18666b9b686dd81ed9f8d4830 authored over 9 years ago
(cherry picked from commit b5610d40bd2aaa4b0c6f4fc932a827e6e1a75187)
d6ff8969e6ed95024a1dc1cd5e37f064be8aa333 authored over 9 years agoaa2ebf4de7ebdb9339f8e0421ba4509cec8cbbcb authored over 9 years ago
4db2beeed3b4d76071f1db499d2b80bb2e48dc19 authored over 9 years ago
b64cb97d675491c4127d4a63d611094466cdbb4c authored over 9 years ago
0ba4a18d8fc0dba55eb9872f9e809eb39a495f47 authored over 9 years ago
d271667c51c8002dd81526350ee8a29aa9f21c82 authored over 9 years ago
bec6e6263188f4a52ab438041724d43bc4a267d4 authored over 9 years ago
89baedfe15b658bb4bb8dee3cff0944d13f00301 authored over 9 years ago
2857f65f1c09dc1685e548a2acb8b04ee3fa9552 authored over 9 years ago
5cc203b88ac4f54fdf490e8b3db146a2f933d0a4 authored over 9 years ago
f3df4807f50e4327549ca32356a81c0b663c5f40 authored over 9 years ago
f09cfe5a9432264017c81ee9bc1e4de84601206a authored over 9 years ago
9bc95ab593ebe2e1ad5d14296429531920f371a3 authored over 9 years ago
b711e2568f296149b8a230c955ce908b9f7372e7 authored over 9 years ago
f1b40c039685a007cab8333bde6e15c6f3152029 authored over 9 years ago
3edc21eee66cfc248645b91bb8a9db0eb8790df6 authored over 9 years ago
6aecd5a7b16f669a8a07924ac6c440cc1fbae79f authored over 9 years ago
a7ca706a5dea77af9fe3d5a4eb82ecd37b103e7d authored over 9 years ago
2a49e37abe7b0a4083fb6d7a2e3fa992e7fdd58d authored over 9 years ago
8b8e58f46a50a0f38831dbc0a5a042e73e7c29db authored over 9 years ago
This allows support for Scala 1.12.0-M1 (for jvm).
b383f415855413241e5e25888574800251380844 authored over 9 years agoe62330faec4a1753da1cba2b78717fd38401758b authored over 9 years ago
7454ed051e826b0b94f57dde15fe519923bff179 authored over 9 years ago
add Arbitrary[java.lang.Enum[_]]
a409c02017fcd834ac0262daef566c5a158d87f9 authored over 9 years ago92b2dc55128c73bc1277948f2ea6616cd1cf45ac authored over 9 years ago
9fb8486285df9bf3d39d31fc7ed37a29440363c3 authored over 9 years ago
7ea6a348237b447e492a9ccf74b8b1a8b70f1911 authored over 9 years ago
333307dc1b7dd022641191c5085222583cfc3994 authored over 9 years ago
3cb68e9a3f3a44e540e794e12e2311afba5b517a authored over 9 years ago
8f29c76783c6ff5b9dc95c87a72a614173e8353f authored over 9 years ago
add arbFuture
90454b5bf133774c2bc9b7dabfe2c24732820cb7 authored over 9 years ago653d7342844d6f9d6266cc4ac07e7e0a847abdfb authored over 9 years ago
20b470e5aeeccf028495679b258853ccf05c3bc5 authored over 9 years ago
Run the tests of the JS platform using Node.js instead of Rhino.
4225e779551f37bc486cf6e3fc7cdb6899a0f9e9 authored over 9 years ago
The code that parallelizes the execution of tests is extracted in
a platform-dependent Platform ...
7bdaf2208b45b7929370f2ba840576eb2c9b77e1 authored over 9 years ago
548745169a392a93bc4b2d384e9cd25461ce57ab authored over 9 years ago
3847bb09214fd23fa1a1491da24fcab0669e86aa authored over 9 years ago