Skip to content

Commit

Permalink
backup
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Nov 20, 2024
1 parent fb7cbc7 commit 4d4e051
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ This document describes the internal workings of Gleaner. It is written after th

There is a significant amount of behavior in Gleaner that is still in development or is unused. This document does not cover parts like these that are not needed in Geoconnex.

## Testing

All behavior in this repo is covered by tests that run in CI

- unit tests: `go test ./...`
- e2e tests: `go test -tags 'e2e' ./...` (runs [root_test.go](../cmd/root_test.go))

## Walkthrough of the e2e path

1. Read in CLI arguments with Viper
Expand Down

0 comments on commit 4d4e051

Please sign in to comment.