Documentation
¶
Overview ¶
Package metadata contains variables used by tests
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ChannelConfigPath = "test/fixtures/fabric/v1.4/channel"
ChannelConfigPath is the relative path to the generated channel artifacts directory
View Source
var CryptoConfigPath = "test/fixtures/fabric/v1/crypto-config"
CryptoConfigPath is the relative path to the generated crypto config directory
View Source
var Project = "github.com/trustbloc/fabric-lib-go-ext"
Project is the Go project name relative to the Go Path
View Source
var ProjectPath = ""
ProjectPath is the path to the source of fabric-lib-go-ext
View Source
var TestRunID = ""
TestRunID is an identifier for the current run of tests
Functions ¶
func GetProjectPath ¶
func GetProjectPath() string
GetProjectPath returns the path to the source of the project. More specifically, this function searches for the directory containing the project's go.mod file. This function must only be called from tests.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.