mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-17 02:00:07 +00:00
Add some words about the Test-VMs
This commit is contained in:
parent
a09d56e3a7
commit
bdb16a81c1
1 changed files with 8 additions and 0 deletions
8
TESTS.md
8
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
|
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`.
|
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).
|
Loading…
Reference in a new issue