You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BaseMonitor and its subclasses have successfully been tested manually but should also get better unit test coverage.
Things to write unit tests for are:
processing of pending transactions (BaseMonitor)
processing of building transactions (BaseMonitor)
Minimum payment amount
creation of refund entries on specific failures
Monitor specific implemenations in BitcoinMonitor and EthereumMonitor, although it might not be possible to set up the environment to perform all desired tests.
The text was updated successfully, but these errors were encountered:
The
BaseMonitor
and its subclasses have successfully been tested manually but should also get better unit test coverage.Things to write unit tests for are:
BaseMonitor
)BaseMonitor
)BitcoinMonitor
andEthereumMonitor
, although it might not be possible to set up the environment to perform all desired tests.The text was updated successfully, but these errors were encountered: