X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2FT391-python-cffi.sh;fp=test%2FT391-python-cffi.sh;h=e4f80dc6544a33483a843c961ca541f5217bd366;hb=85adc756c97646ae63e68fc2f80afd6b34b86fa9;hp=0000000000000000000000000000000000000000;hpb=46e96156218e456df3fdd239e8c055220fba667a;p=notmuch diff --git a/test/T391-python-cffi.sh b/test/T391-python-cffi.sh new file mode 100755 index 00000000..e4f80dc6 --- /dev/null +++ b/test/T391-python-cffi.sh @@ -0,0 +1,14 @@ +#!/usr/bin/env bash +test_description="python bindings (pytest)" +. $(dirname "$0")/test-lib.sh || exit 1 + +if [ $NOTMUCH_HAVE_PYTHON3_CFFI -eq 0 -o $NOTMUCH_HAVE_PYTHON3_PYTEST -eq 0 ]; then + test_done +fi + + +test_begin_subtest "python cffi tests" +pytest_dir=$NOTMUCH_SRCDIR/bindings/python-cffi/build/stage +printf "[pytest]\nminversion = 3.0\naddopts = -ra\n" > $pytest_dir/pytest.ini +test_expect_success "(cd $pytest_dir && ${NOTMUCH_PYTHON} -m pytest --log-file=$TMP_DIRECTORY/test.output)" +test_done