IntegrationTest

scalus.testing.IntegrationTest
object IntegrationTest extends Tag

Tag for integration tests that require external services (blockchain nodes, APIs).

Tests tagged with this tag are excluded from default test runs. To run integration tests, use:

sbt "project/testOnly -- -n scalus.testing.IntegrationTest"

Attributes

Graph
Supertypes
class Tag
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited fields

val name: String

Attributes

Inherited from:
Tag