From b200785e7172d91225396f8d3662b7880a6c75c1 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Sun, 8 Jun 2025 10:40:54 -0500 Subject: [PATCH] ... and the unit testing notes in README.md --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 47d2718..37688c9 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,3 @@ One of these, defaults to `help`: | upload-release | Uploads one-or-more files to an existing release, identified by it's tag name. | | help | prints the help text (the usage summary above). | -## Unit Testing - -The unit test~~s~~ require a Gitea server to execute against. This information is supplied by environment variables rather than on the command line, but it is otherwise exactly the same usage. - -| Variable | Description | -|-|-| -| TEST_GITEA_SERVER | Server URL, match `-u`, `--url` | -| TEST_GITEA_REPO | Owner + repo name, match `-u` `--repo` | -| TEST_GITEA_KEY | API key, match `RELEASE_KEY_GITEA`. The use of a new variable for the API token is to help avoid accidentally touching a production environment during test execution. | -| TEST_GITEA_RELEASE_TAG | Git tag used to identify the Release. Same as `upload-release`'s positional argument ``. | -