tests: add initial test framework
This commit is contained in:
parent
5d63abb473
commit
6d56abcec1
9 changed files with 146 additions and 1 deletions
23
tests/modules/programs/git-expected.conf
Normal file
23
tests/modules/programs/git-expected.conf
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[alias]
|
||||
a1=foo
|
||||
a2=bar
|
||||
|
||||
[commit]
|
||||
gpgSign=true
|
||||
|
||||
[extra]
|
||||
name=value
|
||||
|
||||
[gpg]
|
||||
program=path-to-gpg
|
||||
|
||||
[user]
|
||||
email=user@example.org
|
||||
name=John Doe
|
||||
signingKey=00112233445566778899AABBCCDDEEFF
|
||||
|
||||
[include]
|
||||
path = ~/path/to/config.inc
|
||||
|
||||
[includeIf "gitdir:~/src/dir"]
|
||||
path = ~/path/to/conditional.inc
|
||||
Loading…
Add table
Add a link
Reference in a new issue