aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-configure-app.yml
Commit message (Collapse)AuthorAgeFilesLines
* fix(tests): use `! grep` instead of `grep -v`Clement Delafargue2020-06-301-2/+2
| | | | | | `grep -v` makes sure a file contains other lines than the one that matched. This is different from `! grep` which makes sure the file does not contain a line that matched.
* tests: expectations on binary stubPaul Bonaud2020-06-231-0/+30
|
* tests: Add more test casesPaul Bonaud2020-06-191-0/+18