]> git.corax.cc Git - toolbox/commit
test/opt: Add test cases for opt module
authorMatthias Kruk <m@m10k.eu>
Thu, 11 Aug 2022 13:13:44 +0000 (22:13 +0900)
committerMatthias Kruk <m@m10k.eu>
Thu, 11 Aug 2022 13:13:44 +0000 (22:13 +0900)
commit48acccccd76e065b917044ac91db7045cbc7c011
tree5d87264c3d85bafa516dd3053e4a4cda568c8cf9
parent96f78c851f3eef6ef10fed6e0e3a8d139ca94883
test/opt: Add test cases for opt module

There are currently no test cases, making it difficult to verify
automatically if the opt module is implemented correctly, and to
detect regressions.

This commit adds a set of shellspec test cases for the opt module.
test/opt_spec.sh [new file with mode: 0644]