From c47f1f819cd81efa3c7f9bc64cda30d337730210 Mon Sep 17 00:00:00 2001 From: RHE Date: Fri, 1 Dec 2017 16:42:57 +0100 Subject: create moon python unit test docker image Change-Id: I91c7103ca046a67c3cefadbd9ca6eca52cfbc0cf Signed-off-by: RHE --- moonv4/templates/python_unit_test/run_tests.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 moonv4/templates/python_unit_test/run_tests.sh (limited to 'moonv4/templates/python_unit_test/run_tests.sh') diff --git a/moonv4/templates/python_unit_test/run_tests.sh b/moonv4/templates/python_unit_test/run_tests.sh new file mode 100644 index 00000000..68b75efa --- /dev/null +++ b/moonv4/templates/python_unit_test/run_tests.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +cd /data +pip3 install . + +cd /data/tests/unit_python +pytest . -- cgit 1.2.3-korg