mbland / go-script-bash

Framework for writing modular, discoverable, testable Bash scripts
ISC License
96 stars 16 forks source link

Put all `lib/testing` functions in `@go.` namespace #111

Closed mbland closed 7 years ago

mbland commented 7 years ago

Decided that namespacing these functions was a good idea because it makes it clearer which assertions come from and depend upon the core library and those which don't.

Also includes some other minor improvements to existing tests.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 95.154% when pulling 316cfc684060c604d4637fd1b96adcb399651809 on test-namespace into 0d5841b11a5243748b92a2d598869cc2d98ba0cb on master.