Releases: internap/sbtest
Releases · internap/sbtest
0.1.7: Add support for quotes and double quotes in --with-args
Comparing a variable was parsing the quotes/double-quotes even when trying to escape them wiht string manipulation. Solution is a file content because it leaves the content as is.
0.1.6
Update travis settings
0.1.5
Update travis token
Cats cats cats!
Add cat as a mock option Currently, mocking executions is limited to echo and exit codes. This forces test fixtures through test code via cat and echo and sometimes mangles newlines. This commit allows the use of cat to point to a file on the filesystem. This is epecially useful when using $TEST_ROOT_DIR to point to test fixtures.
0.1.2
Support mocking for paths
0.1.1: Merge pull request #21 from lindycoder/call_count-2
Support --once in mocking (Reapplying)
0.1.0: Merge pull request #14 from lindycoder/arg_validate
Multi mocks + Arguments validation
0.0.2: Merge pull request #9 from lindycoder/failures_output
Provide better failure output
0.0.1: Merge pull request #3 from lindycoder/releasing
Introduce travis-ci releasing