diff options
author | Charlie Allom <yeled@github.com> | 2018-06-08 09:47:53 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2018-06-08 10:47:53 +0200 |
commit | 41b847ecc1978249052e1ef5c6dbb161f0dc5ca2 (patch) | |
tree | 8d4aef00dd13438867f34c2a192d7ec8edf7020c /README.md | |
parent | 6df61f330460316db2a72e770214b1ba82c3cb56 (diff) | |
download | wee-slack-41b847ecc1978249052e1ef5c6dbb161f0dc5ca2.tar.gz |
print `image_url` if it exists (#504)
* print `image_url` if it exists
* add test for image_url
* requirements.txt for pytest
* fix requirements.txt
* text before image_url
* this isn’t required
* README readability for development section
thanks @trygveaa
* README reorder for this development section
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -288,10 +288,13 @@ Show channel name in hotlist after activity /set weechat.look.hotlist_names_level 14 ``` -Debugging --------------- +Development +----------------- + +To run the tests, create a virtualenv and pip install from the `requirements.txt`. Then `pytest` to run them locally. Enable debug mode and change debug level (default 3, decrease to increase logging and vice versa): + ``` /set plugins.var.python.slack.debug_mode on /set plugins.var.python.slack.debug_level 2 |