Skip to content

Include bats-assert and bats-support #67

Open
@iainelder

Description

@iainelder

It would be great to have these bats libraries installed by this action to make it easier to write tests with rich assertions.

Currently I am running these bash commands in a subsequent step to install the libraries relative to my bats file, as shown in the installation documentation.

apt-get install --assume-yes wget unzip

wget https://github.com/bats-core/bats-assert/archive/master.zip -O assert.zip
unzip assert.zip
mv bats-assert-master/ bats-assert/

wget https://github.com/bats-core/bats-support/archive/master.zip -O support.zip
unzip support.zip
mv bats-support-master/ bats-support/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions