Add README for tests directory

This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-08-27 22:33:29 +08:00 committed by GitHub
parent 670a711e14
commit 1743dbfb4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
tests/README.md Normal file
View File

@ -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.