nim-stint/tests
Mamy Ratsimbazafy bfa8393878
Add property based testing (#24)
* Add property-based testing

* Reorder by testing what is most dependant (likely to go wrong) later

* Update with quickcheck support of uint: https://github.com/alehander42/nim-quicktest/issues/2

* parametrize itercount

* Add debug and release test to property testing see aliasing: https://github.com/status-im/nim-mpint/issues/23

* move `*` up as less likely to fail
2018-04-24 16:52:13 +02:00
..
all_tests.nim Recursive init + bitwise as test + fix shr (#9) 2018-03-28 20:45:39 +02:00
property_based.nim Add property based testing (#24) 2018-04-24 16:52:13 +02:00
test_addsub.nim Use word iteration for bitwise op (#22) + 10% perf improvement. 2018-04-21 17:21:14 +02:00
test_bitwise.nim Use word iteration for bitwise op (#22) + 10% perf improvement. 2018-04-21 17:21:14 +02:00
test_comparison.nim Use word iteration for bitwise op (#22) + 10% perf improvement. 2018-04-21 17:21:14 +02:00
test_endianness.nim Make bits part of type (#6) 2018-03-26 11:46:24 +02:00
test_muldiv.nim Faster division algorithm (#8) 2018-03-28 17:15:36 +02:00