ChainSafe / fixed-sized-numbers-ts

Fixed Sized BigNumbers in TypeScript
2 stars 4 forks source link

Generalization of Test Suite #10

Closed ansermino closed 5 years ago

ansermino commented 5 years ago

Initially I set out to add tests for the 128/256bit types. I quickly realized that the static test suite was going to be laborious to maintain and enforce standardization. As a solution I have rewritten the suite such that new types can be added without the need for addition tests to be written.

See tests/TESTING.md for details of which tests are currently included and how to add new types.

At this time a number of tests are failing. As this project is not currently in use I see it as beneficial to (eventually) close this PR and open issues to address these failures so other contributors might lend a hand

ansermino commented 5 years ago

Closes #1

GregTheGreek commented 5 years ago

Closes #1

I believe you need to add this to the commit message for github to auto close the issue