Integration tests are tagged for conditional compilation
This commit is contained in:
parent
47cd9421a7
commit
911c62fb32
2
tests/doc.go
Normal file
2
tests/doc.go
Normal file
@ -0,0 +1,2 @@
|
||||
// Package tests provides functions for loading and running integration tests
|
||||
package tests
|
||||
@ -1,3 +1,5 @@
|
||||
// +build integration
|
||||
|
||||
package tests
|
||||
|
||||
import (
|
||||
|
||||
2
tests/rpc/doc.go
Normal file
2
tests/rpc/doc.go
Normal file
@ -0,0 +1,2 @@
|
||||
// Package rpc implements integration tests of blockchain RPC layer
|
||||
package rpc
|
||||
@ -1,3 +1,5 @@
|
||||
// +build integration
|
||||
|
||||
package rpc
|
||||
|
||||
import (
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
// +build integration
|
||||
|
||||
package sync
|
||||
|
||||
import (
|
||||
|
||||
2
tests/sync/doc.go
Normal file
2
tests/sync/doc.go
Normal file
@ -0,0 +1,2 @@
|
||||
// Package sync implements integration tests of synchronization code
|
||||
package sync
|
||||
@ -1,3 +1,5 @@
|
||||
// +build integration
|
||||
|
||||
package sync
|
||||
|
||||
import (
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
// +build integration
|
||||
|
||||
package sync
|
||||
|
||||
import (
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
// +build integration
|
||||
|
||||
package sync
|
||||
|
||||
import (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user