Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/xapianindex.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xapianindex.txt')
-rw-r--r--tests/xapianindex.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/xapianindex.txt b/tests/xapianindex.txt
index b28ac90..583f589 100644
--- a/tests/xapianindex.txt
+++ b/tests/xapianindex.txt
@@ -86,6 +86,11 @@ Partial search...
+We also support tagging of documents.
+
+>>> im.tag(uid, "foo bar")
+>>> assert expect_single(im.search('tags:foo')).id == uid
+
Cleanly shut down.
>>> im.stop()