]> git.corax.cc Git - toolbox/commit
test/conf: Add test cases for the conf module
authorMatthias Kruk <m@m10k.eu>
Mon, 9 Jan 2023 04:14:34 +0000 (13:14 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 9 Jan 2023 04:19:06 +0000 (13:19 +0900)
commit2ef46794e210dbccabc297444c8a60c561027b56
tree6debb4580d1ef39b2624b0641e32d79f5f62bf15
parente9ba87edaf03e25d7170f36a1b043d978922ee85
test/conf: Add test cases for the conf module

There are no test cases for the conf module, making it impossible to
verify if the module works as intended, and to make sure that commits
do not introduce regressions.

This commit adds a spec file with test cases for the conf module,
adding tests for basic properties of the module's public API.
test/conf_spec.sh [new file with mode: 0644]