zulip_botserver: Add test for config parsing.
This commit is contained in:
parent
40785d3116
commit
fe801d08eb
2 changed files with 28 additions and 0 deletions
8
zulip_botserver/tests/test.conf
Normal file
8
zulip_botserver/tests/test.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
[helloworld]
|
||||
key=value
|
||||
email=helloworld-bot@zulip.com
|
||||
site=http://localhost
|
||||
[giphy]
|
||||
key=value2
|
||||
email=giphy-bot@zulip.com
|
||||
site=http://localhost
|
Loading…
Add table
Add a link
Reference in a new issue