Skip to content

NorthIsMirror/z-a-test

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages