improve test coverage for git submodules
This commit is contained in:
parent
1d57270daf
commit
0ca8a936db
3 changed files with 155 additions and 70 deletions
9
tests/samples/configs/git-submodules-invalid-regex.cfg
Normal file
9
tests/samples/configs/git-submodules-invalid-regex.cfg
Normal file
|
@ -0,0 +1,9 @@
|
|||
[settings]
|
||||
debug = false
|
||||
api_key = 1090a6ae-855f-4be7-b8fb-3edbaf1aa3ec
|
||||
[git]
|
||||
submodules_disabled =
|
||||
this/path/does/not/exist
|
||||
\(invalid regex)
|
||||
git/asubmodule
|
||||
that/other/path
|
Loading…
Add table
Add a link
Reference in a new issue