aboutsummaryrefslogtreecommitdiff
path: root/TESTS.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2017-03-08 23:01:53 +0300
committerGitHub <noreply@github.com>2017-03-08 23:01:53 +0300
commit622c04eee3452d753024a488ed4c1b3539e8389f (patch)
treeda9f4c1082d329eb186b562726f20b79b802ec75 /TESTS.md
parentecd180a285ab5c594dd143674b2c49baf10002da (diff)
parent136a5217e3e3edda968ca191777ffb0408fffa10 (diff)
Merge branch 'next' into truncate_composer_json
Diffstat (limited to 'TESTS.md')
-rw-r--r--TESTS.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/TESTS.md b/TESTS.md
index d4e663dc..d51051c5 100644
--- a/TESTS.md
+++ b/TESTS.md
@@ -12,3 +12,11 @@ Tests in separate files under `test/functions`.
These Tests tend to be more complex in setup than the basic tests. To avoid ending
up in a huge single file, there is one file per segment in `test/segments`.
+
+# Test-VMs
+
+If unit tests are not sufficient (e.g. you have an issue with your prompt that
+occurs only in a specific ZSH framework), then you could use our Test-VMs!
+Currently there are two test VMs. `test-vm` is an Ubuntu machine with several
+pre-installed ZSH frameworks. And there is `test-bsd-vm` which is a FreeBSD!
+For how to run the machines see [here](test-vm/README.md). \ No newline at end of file