/scripts-common-tests

Tests for scripts-common project (providing Common utilities for all GNU/Bash scripts). :warning: Now hosted on Gitlab

Primary LanguageShellGNU General Public License v3.0GPL-3.0

⚠️ This project is now hosted on Gitlab; switch to it to get newer versions.

scripts-common tester version 1.0

Codacy Badge

scripts-common is a free common utilities/tool-box for GNU/Bash scripts, you can use for your own scripts.

This project aims to test it.

It was initially embedded in original repository.

It was then removed to avoid to be checkout in all client projects.

And eventually, it evolves to use shUnit2.

Usage

This version uses shUnit2, so you cannot use CLI options; thus you must define the SCRIPTS_COMMON_PATH environment variable with the utilities version you want to test.

export SCRIPTS_COMMON_PATH="<path to define>/scripts-common/utilities.sh"
./tests.sh

Contributing

Don't hesitate to contribute or to contact me if you want to improve the project. You can report issues or request features and propose merge requests.

Versioning

The versioning scheme we use is SemVer.

Authors

Bertrand BENOIT

License

This project is under the GPLv3 License - see the LICENSE file for details