Close #1753 - Implement minimum viable integration with Deoplete

This commit is contained in:
w0rp
2019-04-23 21:26:16 +01:00
parent ce0b14979e
commit 01331266a8
10 changed files with 354 additions and 71 deletions

View File

@@ -67,4 +67,14 @@ echo
test/script/check-toc || exit_code=$?
echo '========================================'
echo 'Check Python code'
echo '========================================'
echo
docker run --rm -v "$PWD:/testplugin" "$DOCKER_RUN_IMAGE" \
python -W ignore -m unittest discover /testplugin/test/python \
|| exit_code=$?
echo
exit $exit_code