Sign inSign up

badouralix/zunit

By badouralix

Updated over 3 years ago

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

Image
0

2.5K

badouralix/zunit repository overview

zunit

Docker Pulls Docker Stars Docker 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.

Tag summary

Content type

Image

Digest

sha256:1b96d85b9

Size

5.2 MB

Last updated

over 3 years ago

docker pull badouralix/zunit