From 1743dbfb4aa1fa1222059d45601bce340be12838 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Eugenio Halili Date: Fri, 27 Aug 2021 22:33:29 +0800 Subject: [PATCH] Add README for tests directory --- tests/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/README.md diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..c0ec8eb --- /dev/null +++ b/tests/README.md @@ -0,0 +1,12 @@ +# Tests for Bootstrap Scripts + +## What is THIS?!? + +Shit may happen sometimes, especially if you ever write Bash script for `bootstrap` without using ShellCheck or shfmt. These tests usually +happen after pushing changes of bootstrap script to GitHub, probably switch to GitLab CI for the image builds. What it does is just +run the bootstrap script from an local copy within the Docker image. + +## Why? + +I want to test my bootstrap script against every possible edge cases, including GitHub Codespaces and Gitpod, but I cannot +cover all cases, so this will be in best effort basis.