snet-daemon
snet-daemon copied to clipboard
Move tests which depends on external service (metering test) into integration test package
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
#429