From fbd6a039d2c63ec108f9484594758b393905052c Mon Sep 17 00:00:00 2001 From: thiagohdaqwl Date: Mon, 3 May 2021 18:12:11 -0300 Subject: [PATCH] (#181) adicionando arquivo para rodar os testes no docker --- tests.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests.sh diff --git a/tests.sh b/tests.sh new file mode 100644 index 00000000..15ac9293 --- /dev/null +++ b/tests.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# run inside a anunbis_backend docker container +coverage run --source=app -m unittest discover -s tests/ -v +coverage report +coverage xml +coverage html \ No newline at end of file