more tests for wakatime.base
This commit is contained in:
parent
4eab860dc0
commit
26024af1a2
4 changed files with 215 additions and 18 deletions
15
tests/samples/paranoid.cfg
Normal file
15
tests/samples/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
|
|
@ -1,7 +1,6 @@
|
|||
[settings]
|
||||
debug = true
|
||||
debug = false
|
||||
api_key = 1234
|
||||
api_url = https://api.wakatime.com/api/v1/heartbeats
|
||||
ignore =
|
||||
COMMIT_EDITMSG$
|
||||
TAG_EDITMSG$
|
||||
|
@ -12,4 +11,4 @@ include =
|
|||
\(invalid regex)
|
||||
includeme
|
||||
offline = true
|
||||
hidefilenames = true
|
||||
hidefilenames = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue