Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add simple unit tests to check basic functions with make test #236

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

Antiz96
Copy link
Owner

@Antiz96 Antiz96 commented Sep 23, 2024

Description

Tests are executed with bats.
Currently it checks the "version" and "help" function (this notably verifies that libraries are correctly sourced and called from the main script).

Addressed feature request

Closes #234

Tests are executed with `bats`.
Currently it checks the "version" and "help" function (this notably verifies that libraries are correctly sourced and called from the main script).

Closes #234
@Antiz96 Antiz96 added this to the v3.0.0 milestone Sep 23, 2024
Copy link
Owner Author

@Antiz96 Antiz96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Antiz96 Antiz96 merged commit 4978f98 into main Sep 23, 2024
1 check passed
@Antiz96 Antiz96 deleted the tests branch September 23, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add basic tests to run with make test
1 participant