aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCharlie Allom <yeled@github.com>2018-06-08 09:47:53 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2018-06-08 10:47:53 +0200
commit41b847ecc1978249052e1ef5c6dbb161f0dc5ca2 (patch)
tree8d4aef00dd13438867f34c2a192d7ec8edf7020c /README.md
parent6df61f330460316db2a72e770214b1ba82c3cb56 (diff)
downloadwee-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.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 999f40f..4115414 100644
--- a/README.md
+++ b/README.md
@@ -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