Skip to main content

๐ŸŒ€ Test

z-shell/z-a-testโ€‹

An annex runs tests (for example `make test``) โ€“ if found will autorun it after installing and updating a plugin or snippet.

Simply load it like any other plugin to make it active:

zi light z-shell/z-a-test

Configurationโ€‹

To run the tests in a verbose mode, issue:

zstyle :zi:annex:test quiet 0

before installing or updating the plugin. To skip tests for a single plugin, add notest ice:

zi ice notestzi load โ€ฆ

Annex showcaseโ€‹

Example activation in the default quiet mode:

z-p-test-1

Example activation in non-quiet mode:

z-p-test-2

z-a-test