aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/notmuch-test
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2011-12-04 21:50:08 -0400
committerGravatar David Bremner <bremner@debian.org>2011-12-05 18:06:48 -0400
commit6cca3a5c16dac539db135920bc9ef9c5d237a1d5 (patch)
tree0dd033979ff64ae963883c33bcae3c2c36f1bf61 /test/notmuch-test
parent69dc421ab3355930f23ec6aa47e7e936cbfafb97 (diff)
test: add tests for python bindings
We start modestly, with a (slightly modified) test case from Kazuo Teramoto. Originally it just made sure the bindings didn't crash; here we check that by comparing the output with that of notmuch search.
Diffstat (limited to 'test/notmuch-test')
-rwxr-xr-xtest/notmuch-test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/notmuch-test b/test/notmuch-test
index 5aced5ce..113ea7cf 100755
--- a/test/notmuch-test
+++ b/test/notmuch-test
@@ -47,6 +47,7 @@ TESTS="
symbol-hiding
search-folder-coherence
atomicity
+ python
"
TESTS=${NOTMUCH_TESTS:=$TESTS}