YunoHost / package_check

Shell script which check package actions: install, remove, upgrade, backup, restore…
GNU General Public License v3.0
21 stars 26 forks source link

[enh] possibility to add a script to validate custom tests #147

Open OniriCorpe opened 11 months ago

OniriCorpe commented 11 months ago

custom tests are good, but sometimes the CI says "success" but it's not really the case

for example, I need to test whether a package opens or closes ports and adapts a configuration file according to the user's choices

and despite a failure because the package didn't behave correctly, the CI says everything's fine because the app is functional