MCPcopy Create free account
hub / github.com/NextDotID/proof_server / before_each

Function before_each

validator/keybase/keybase_test.go:16–19  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

14)
15
16func before_each(t *testing.T) {
17 logrus.SetLevel(logrus.DebugLevel)
18 config.Init("../../config/config.test.json")
19}
20
21func generate() Keybase {
22 pubkey, _ := mycrypto.StringToPubkey("0x02a68c664d4165a7abbb0b4221831153c5f3b0ecb6f994ba95c696eb64ca37eebc")

Callers 2

Test_GeneratePostPayloadFunction · 0.70
Test_ValidateFunction · 0.70

Calls 1

InitFunction · 0.92

Tested by

no test coverage detected