From 4d4e051a6ce57a446cdd01e6ac0582c3adf6bb9d Mon Sep 17 00:00:00 2001 From: Colton Loftus <70598503+C-Loftus@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:58:47 -0500 Subject: [PATCH] backup --- docs/docs.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/docs.md b/docs/docs.md index bf91c77..80e1524 100644 --- a/docs/docs.md +++ b/docs/docs.md @@ -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