unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 9407cc81ff332da522e4c0b517ba088c77e55513 531 bytes (raw)
name: test/T391-python-cffi.sh 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
#!/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"
test_subtest_known_broken
pytest_dir=$NOTMUCH_BUILDDIR/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

debug log:

solving 9407cc81 ...
found 9407cc81 in https://yhetil.org/notmuch/20200613123808.248149-1-david@tethera.net/
found f961069b in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100755 f961069b87392e598f5f1f89f343da11cc70c5f5	test/T391-python-cffi.sh

applying [1/1] https://yhetil.org/notmuch/20200613123808.248149-1-david@tethera.net/
diff --git a/test/T391-python-cffi.sh b/test/T391-python-cffi.sh
index f961069b..9407cc81 100755

Checking patch test/T391-python-cffi.sh...
Applied patch test/T391-python-cffi.sh cleanly.

index at:
100755 9407cc81ff332da522e4c0b517ba088c77e55513	test/T391-python-cffi.sh

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).