# z-a-test **Repository Path**: zdharma/z-a-test ## Basic Information - **Project Name**: z-a-test - **Description**: The ZI Annex (i.e. an extension) that runs tests (via make test, for example) – if it finds any of them – after installing and updating a plugin or snippet - **Primary Language**: Shell - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-05 - **Last Updated**: 2022-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

ZI Annex Test

## Introduction > **[?]** > This repository not compatible with previous versions (zplugin, zinit). > > Please upgrade to [ZI](https://github.com/z-shell-zi) A [ZI](https://github.com/z-shell/zi) Annex (extension) 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: ```zsh zi light z-shell/z-a-test ``` ## Configuration To run the tests in a verbose mode, issue: ```zsh zstyle :zi:annex:test quiet 0 ``` before installing or updating the plugin. To skip tests for a single plugin, add `notest` ice: ```zsh zi ice notest zi load … ``` ### Examples Example activation in the default quiet mode: ![z-a-test activation](https://raw.githubusercontent.com/z-shell/z-a-test/main/images/z-p-test-1.png) Example activation in non-quiet mode: ![z-a-test activation](https://raw.githubusercontent.com/z-shell/z-a-test/main/images/z-p-test-2.png)