Skip to content

orlin/batshit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

batshit

That bats is the shit for UNIX-shell-programs-testing should be well known. Testing-with-bats should be a hit too.

NPM

Why

I like to test cli scripts with bats, however I write my scripts as node_modules and bats isn't published thus yet.

Version

This should offer the latest bats release - currently set to v0.4.0.

Test Build Status

npm test

Install batshit globally with .travis.yml:

install:
  - npm install
  - npm i -g batshit

In package.json - batshit is a devDependency, though using global batshit to npm test:

"devDependencies": { "batshit": "*" },
"scripts": { "test": "batshit -t test" },

Using

Links to projects tested with batshit can be found on the wiki.

License

MIT

About

bats helps with testing unix shit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages