test bower dependencies
This commit is contained in:
parent
8aa20da2f1
commit
9884eea311
15 changed files with 166 additions and 85 deletions
2
tests/samples/configs/bad_config.cfg
Normal file
2
tests/samples/configs/bad_config.cfg
Normal file
|
@ -0,0 +1,2 @@
|
|||
[settings]
|
||||
api_key
|
3
tests/samples/configs/debug_enabled.cfg
Normal file
3
tests/samples/configs/debug_enabled.cfg
Normal file
|
@ -0,0 +1,3 @@
|
|||
[settings]
|
||||
debug = true
|
||||
api_key = 1234
|
3
tests/samples/configs/good_config.cfg
Normal file
3
tests/samples/configs/good_config.cfg
Normal file
|
@ -0,0 +1,3 @@
|
|||
[settings]
|
||||
debug = false
|
||||
api_key = 1234
|
15
tests/samples/configs/paranoid.cfg
Normal file
15
tests/samples/configs/paranoid.cfg
Normal file
|
@ -0,0 +1,15 @@
|
|||
[settings]
|
||||
debug = false
|
||||
api_key = 1234
|
||||
api_url = https://api.wakatime.com/api/v1/heartbeats
|
||||
ignore =
|
||||
COMMIT_EDITMSG$
|
||||
TAG_EDITMSG$
|
||||
exclude =
|
||||
excludeme
|
||||
\(invalid regex)
|
||||
include =
|
||||
\(invalid regex)
|
||||
includeme
|
||||
offline = true
|
||||
hidefilenames = true
|
4
tests/samples/configs/project_map.cfg
Normal file
4
tests/samples/configs/project_map.cfg
Normal file
|
@ -0,0 +1,4 @@
|
|||
[settings]
|
||||
debug = false
|
||||
api_key = 1234
|
||||
[projectmap]
|
14
tests/samples/configs/sample.cfg
Normal file
14
tests/samples/configs/sample.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[settings]
|
||||
debug = false
|
||||
api_key = 1234
|
||||
ignore =
|
||||
COMMIT_EDITMSG$
|
||||
TAG_EDITMSG$
|
||||
exclude =
|
||||
excludeme
|
||||
\(invalid regex)
|
||||
include =
|
||||
\(invalid regex)
|
||||
includeme
|
||||
offline = true
|
||||
hidefilenames = false
|
Loading…
Add table
Add a link
Reference in a new issue