diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-03-08 22:31:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-08 22:31:47 +0300 |
commit | 94293b0f9417acb1648dbc9e659a8f21452a508d (patch) | |
tree | efdcf0d4bb3251a5caae3da9eeb9ac24ac192d16 /TESTS.md | |
parent | 2f387376aaad69953a8d13324de794bc87772642 (diff) | |
parent | bdb16a81c156bd409f76e979c35621dba7471837 (diff) |
Merge pull request #424 from dritter/add_freebsd_vm
Add FreeBSD VM
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 |