snet-daemon icon indicating copy to clipboard operation
snet-daemon copied to clipboard

Move tests which depends on external service (metering test) into integration test package

Open vsbogd opened this issue 4 years ago • 1 comments

Following up https://github.com/singnet/snet-daemon/issues/518.

As metering tests depend on external server (see https://github.com/singnet/snet-daemon/pull/515/files) they should be moved into separate package, lets say integration_test and removed from unit test chain. They should be started manually before release or by CI in separate environment. They cannot be used as unit tests as they cannot be built offline.

Also see https://github.com/singnet/snet-daemon/issues/448

vsbogd avatar Dec 17 '20 07:12 vsbogd

#429

anandrgitnirman avatar Dec 17 '20 07:12 anandrgitnirman