Pierre Cassat

Results 14 issues of Pierre Cassat

Add some BATS tests to test the plugin itself. Setup of 2 basic tests with the README example and a function usage.

Introduce the ability to "force" an *unstub* without verficiation of the stub plans. The idea is to not fail if some invocations are delcared for the stubbed command but not...

Just add an "Advanced usage" section in the README with infos about: * the ability to use a wildcard as stub arguments: `stub date '* : echo "my return"'` *...

To follow official BATS libs best practice and installation process, I propose the followings: * put the Bash sources in a `src/` directory * add a `load.bash` entrypoint file for...