aboutsummaryrefslogtreecommitdiffstats
path: root/README.dev
diff options
context:
space:
mode:
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.dev b/README.dev
index bb39ba5..4cbf554 100644
--- a/README.dev
+++ b/README.dev
@@ -26,3 +26,9 @@ consistent interface
alter the parser (e.g. add some more options) before returning it.
Again, you can just browse around in becommands to get a feel for things.
+
+Run any doctests in your plugin with
+ be$ python test.py <yourplugin>
+for example
+ be$ python test.py merge
+