Markcial / mock

Mock library for fish
MIT License
8 stars 1 forks source link

Build Status Slack Room

mock

mock library

Install

With fisherman

fisher mock

Usage

mock ls
test ls
mock ls 1
test ! ls
mock ls 0 "echo hi"
test "hi" -eq (ls)