diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2017-03-08 02:44:33 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2017-03-08 02:44:33 +0300 |
commit | bdb16a81c156bd409f76e979c35621dba7471837 (patch) | |
tree | 2bfd22105ab8fb3f8003e185b39bc57f729c26e3 /TESTS.md | |
parent | a09d56e3a78b19204ede9fade683bf88e3eda906 (diff) |
Add some words about the Test-VMs
Diffstat (limited to 'TESTS.md')
-rw-r--r-- | TESTS.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |