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
|
package tests
|
||||||
|
|
||||||
import (
|
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
|
package rpc
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// +build integration
|
||||||
|
|
||||||
package sync
|
package sync
|
||||||
|
|
||||||
import (
|
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
|
package sync
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// +build integration
|
||||||
|
|
||||||
package sync
|
package sync
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// +build integration
|
||||||
|
|
||||||
package sync
|
package sync
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user