From 9f9af342fd4171377164b1445ae3c69e31a0bc39 Mon Sep 17 00:00:00 2001 From: Pyroseza Date: Thu, 22 Oct 2020 23:25:57 +0100 Subject: [PATCH] added paradoc test --- lxc/test_all_lxc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lxc/test_all_lxc b/lxc/test_all_lxc index f2068bd..c7f0b28 100755 --- a/lxc/test_all_lxc +++ b/lxc/test_all_lxc @@ -49,3 +49,5 @@ echo 'testing python2' ../execute python2 test2.py echo 'testing python3' ../execute python3 test3.py +echo 'testing paradoc' +../execute python3 test_paradoc.py