bcoin-org / bclient

Bcoin node and wallet clients
Other
11 stars 20 forks source link

Should we use bcoin or an ephemeral/test server for testing? #2

Closed aunyks closed 4 years ago

aunyks commented 6 years ago

It appears that NodeClient and WalletClient are designed to communicate with servers, since they're subclasses of bcurl's Client.

To test these two modules, should we require bcoin as a dependency and launch its server during testing or should we create a dummy/ephemeral server to use during testing?