Skip to content

babarot/zspec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zspec is a testing framework for zsh

Installation

By using zplug, you can easily install zspec.

zplug "b4b4r07/zspec", \
    as:command, \
    of:bin

Usage

Writing Tests

Test files are zsh files with one or more test blocks.

describe "a passing test"
  assert equal "foo" "foo"
end

Running Tests

zspec reads the specified files, or the files ending with *_test.zsh in the current working directory if no files are given.

$ zspec path/to/tests/*.zsh

License

MIT

About

zspec is a testing framework for zsh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published