Documentation ¶
Overview ¶
Package treetest implements fake Tree for testing in CV.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fake ¶
type Fake struct { // TreeStatus represents the current status of this fake Tree. TreeStatus tree.Status // Error forces FetchLatest to fail when set. Error error // contains filtered or unexported fields }
Fake simulates Tree status app in test.
Click to show internal directories.
Click to hide internal directories.