sologenic / sologenic-xrpl-stream-js

Persistent transaction handling for the XRP Ledger
MIT License
18 stars 11 forks source link

Add various test cases (Bounty: 1800 SOLO) #2

Closed bashash closed 4 years ago

bashash commented 4 years ago

Summary It's essential for this system to have automated testing that utilizes the XRPL testnet or devnet. AVA is currently used for sample testing and is included in the packages.

Usecase With many features being added, this system must be able to tested every time a new bug is fixed or a feature is added. Also, compatibility with the current version of Ripple-lib, rippled is important.

Requirement The test suite must cover many different scenarios. All responses such as tef, tem, tel, tes.. must be considered. This allows future development to be test based development using. npm run watch

bashash commented 4 years ago

https://github.com/sologenic/sologenic-xrpl-stream-js/pull/11