Skip to content

Releases: boschresearch/shellmock

0.5.0

02 Feb 09:31
Compare
Choose a tag to compare

This minor release restructures the user-facing documentation significantly. We now recommend specific documentation pages for specific use cases. We've also added an extensive how-to document that guides the user through the creation of tests with shellmock.

0.4.0

23 Jan 13:24
Compare
Choose a tag to compare

This minor release ensures that shellmock works with the very common shell options errexit, nounset, and pipefail in arbitrary combinations. It also updates the usage docs to elaborate on how to define multi-line mock output.

0.3.0

15 Jan 08:43
Compare
Choose a tag to compare

This minor release adds the ensure-assertions feature, which has shellmock fail a test if a mock was configured but no assertions on it performed. This release also contains some fixes for bugs that could cause bats to lose track of a test.

0.2.2

13 Dec 15:10
Compare
Choose a tag to compare

This patch release ensures that the variable stderr set by bats's own run --separate-stderr command is not overwritten when asserting expectations.

0.2.1

17 Nov 09:12
Compare
Choose a tag to compare

This patch release specifies compatible bash versions and ensures compatibility from bash 4.4 upwards.

0.2.0

25 Aug 12:20
Compare
Choose a tag to compare

The 0.2.0 release of shellmock contains the following notable changes:

0.1.0

28 Jul 11:02
46474b6
Compare
Choose a tag to compare
Initial 0.1.0 release

Signed-off-by: Torsten Long <[email protected]>