badouralix/zunit

By badouralix

Updated over 1 year ago

Alpine-based image for ZUnit, a powerful unit testing framework for ZSH

Image

992

zunit

Docker PullsDocker StarsDocker Image Version (latest by date)Docker Image Size (latest by date)

⚠️⚠️⚠️ ZUnit is still in progress, this image is built upon branch master. ⚠️⚠️⚠️

⚠️⚠️⚠️ Images built on specific releases may arrive soon ⚠️⚠️⚠️

This Dockerfile builds an image with zsh and zunit framework.

See the repo on Docker Hub.

Usage

Default workdir is /app. Thus, assuming you are currently in your project directory:

docker run -t --rm -v $PWD:/app:ro badouralix/zunit

See README to learn how to use zunit.

Tips and tricks

In your shell rc dotfile, you could add an alias zunit='docker run -t --rm -v $PWD:/app:ro badouralix/zunit' so that you would just have to run :

zunit

License

Unless expressly stated otherwise, all contents licensed under the MIT License.

Docker Pull Command

docker pull badouralix/zunit