mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
81c8669518
* Add debug log to test package t * Add comments for test restrictions * Add explicit errors for mainnet * Panic instead of error in case of mainnet during tests * Now panic with illegal network * Validate the compiler flag for mainnet * Made test for unset mainnet explicit * Forgot to use my flag * Linter has troubles with unused field * Add default network id In e2e tests there's no default anymore in go code. So ensure in Makefile. * Fix dumb syntax error * CI needs build with Mainnet * Explicit rebuild only for tests * No more separation of mainnet and testnet builds * Build flags now set in Makefile
5 lines
214 B
Go
5 lines
214 B
Go
// Package t and its sub-packages are intended to support the testing
|
|
// of status-go. So the code here is not intended to run on Mainnet.
|
|
// It only supports Ropsten, Rinkeby, and StatusChain for tests.
|
|
package t
|