Skip to content

Commit

Permalink
port handlers_test.go (#116)
Browse files Browse the repository at this point in the history
* copy haldners_test.go, signer.go

* udpdate packages and imports

* remove test of get methods, s/prefix/origin, delete logid

* mock Storage client

* replace trillian mock client with mock storage

* fix TestAddChainWhitespace

* fix TestAddChain

* fix TestAddPrechain

* Clean constants
  • Loading branch information
phbnf authored Aug 7, 2024
1 parent cbfe1de commit 8e8ff61
Show file tree
Hide file tree
Showing 5 changed files with 686 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
github.com/RobinUS2/golang-moving-average v1.0.0
github.com/gdamore/tcell/v2 v2.7.4
github.com/globocom/go-buffer v1.2.2
github.com/golang/mock v1.6.0
github.com/google/certificate-transparency-go v1.2.1
github.com/google/go-cmp v0.6.0
github.com/google/trillian v1.6.0
Expand Down
Loading

0 comments on commit 8e8ff61

Please sign in to comment.