Home

Awesome

Introduction

A Zsh-Zplugin extension (i.e. an annex) that runs tests (via make test, for example) – if it finds any of them – after installing and updating a plugin or snippet. Simply load it like any other plugin to make it active:

zplugin light zdharma/z-p-test

Configuration

To run the tests in a verbose mode, issue:

zstyle :zplugin:annex:test quiet 0

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

zplugin ice notest
zplugin load …

Examples

Example activation in the default quiet mode:

z-p-test activation

Example activation in non-quiet mode:

z-p-test activation

<!-- vim:set ft=markdown:tw=80: -->