DEV Community

Cover image for ❮ ZI Annex - Test ❯
❮ ZI ❯ for Z-Shell

Posted on • Originally published at z.digitalclouds.dev

❮ ZI Annex - Test ❯


Logo

z.digitalclouds.dev | GitHub | Discussions | Localize


Run tests after install, setup your own or propose missing.
With always go like pro.

❮ ZI ❯ Annex - Test

An annex that runs tests via make or zunit

If any found – after installing and updating a plugin or snippet.
Preview

Install

Zunit install if missing:

zi for @zunit
Enter fullscreen mode Exit fullscreen mode
zi light z-shell/z-a-test
Enter fullscreen mode Exit fullscreen mode

Configuration

To run the tests in a verbose mode, issue:

zstyle :zi:annex:test quiet 0
Enter fullscreen mode Exit fullscreen mode

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

zi ice notest
zi load …
Enter fullscreen mode Exit fullscreen mode

Examples

Example activation in the default quiet mode:

z-a-test activation

Example activation in non-quiet mode:

z-a-test activation

Top comments (0)