ethers.js/docs/source/testing.rst
2017-04-04 18:43:41 -04:00

20 lines
474 B
ReStructuredText

Testing
*******
Ethers uses a large suite of test cases to help ensure the library is as
complete, backwards compatible and correct as possible and pass
regression as new features are added.
Many of the test cases are created procedurally.
**@TODO:**
Explain more here on how to run and add testcases.
**@TODO:**
Post links to the testcases on IPFS (the generated test cases can takes hours to
generate and are too large to check into GitHub)
-----
.. EOF