Open
Description
The current tests are an ad-hoc construction of property based testing, but they are by no means exhaustive. It would be good to utilize PropCheck.jl for this, so that we can increase the trust in the correctness of the code.
This is particularly important for testing larger field sizes, as those are currently quite untested (in spite of coverage claiming that they are).
FieldFlags.jl/test/runtests.jl
Lines 6 to 11 in 9d9591e
Activity