The test `test-integer` needs to be rewritten to be more thorought, it fails to catch two bugs (found and fixed in PR #190). - [ ] The function test_divmod should be rewritten to check all possible signedness for the input. - [ ] The function test_cast should be rewritten to check the specific case of casting to a signed type when the input is too large to fit.
The test
test-integerneeds to be rewritten to be more thorought, it fails to catch two bugs (found and fixed in PR #190).