From 3e3801e81ef70d3b35b7c527fbd1b4f62d50bae5 Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 21 May 2019 13:53:09 +0100 Subject: Revert "Fix #2492 - Remove all Deoplete support for now" This reverts commit 975cc7af8fbabe234a220c84e56b7ff719d8d959. --- test/script/custom-checks | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test/script/custom-checks') diff --git a/test/script/custom-checks b/test/script/custom-checks index d4027fec..20dbfb80 100755 --- a/test/script/custom-checks +++ b/test/script/custom-checks @@ -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 -- cgit v1.2.3