Closed CoolCat467 closed 3 years ago
Fix test_readBigVarInt, closes #143 Add test_readBigNegativeVarInt and test_writeBigNegativeVarInt so improper handling of negative numbers are handled properly in the future
test_readBigVarInt
test_readBigNegativeVarInt
test_writeBigNegativeVarInt
I cleaned up the tests a bit and added cases for negative numbers in f51879f and 992dde6
Fix
test_readBigVarInt
, closes #143 Addtest_readBigNegativeVarInt
andtest_writeBigNegativeVarInt
so improper handling of negative numbers are handled properly in the future