QuickCheck.jl icon indicating copy to clipboard operation
QuickCheck.jl copied to clipboard

QuickCheck specification-based testing for Julia

Results 6 QuickCheck.jl issues
Sort by recently updated
recently updated
newest added

Adds a Project.toml which is required by newer versions of Julia (tested with 1.5.3)

Based on pull request #9 Makes QuickCheck.jl compile in Julia > 0.7

Hello, thanks for bringing awesome QuickCheck to Julia. Here are around three lines edited, hopefully making QuickCheck runnable in Julia v0.5 I have only tested it with the docs example...

Would it be possible to update the sha1 in JuliaLang/METADATA to fix this?

It would be great if the generator always (or with high probability) tries to generate some edge cases, e.g. 0-size arrays and strings, `typemax(Int)` values, etcetera. Right now these seem...

_This issue is being filed by a script, but if you reply, I will see it._ [PackageEvaluator.jl](https://github.com/IainNZ/PackageEvaluator.jl) is a script that runs nightly. It attempts to load all Julia packages...