The Ops Community ⚙️

Emre for Z-Shell

Posted on • Originally published at dev.to on

✨〰️ ZI 〰️✨ Annex - Test

ZI Swiss army knife


❮ ZI ❯ 🧙‍‍♀️ A Swiss Army Knife for Zsh.

Designed to glue everything together. 🔗

Website | GitHub | Discussions | Localize | Wiki Annexes


An annex that runs tests via make or zunit. Run tests after install, setup your own or propose missing.
Preview


📥 Install

Zunit install if missing:

zi for @zunit


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

Latest comments (0)