From 9db3b3133d9f17f44c024b439ab9f882a0b834dd Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 27 May 2017 20:04:36 +0100 Subject: [PATCH] Add test runner script --- circle.yml | 2 +- dev-requirements.txt | 1 - scripts/run-tests.sh | 4 ++++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100755 scripts/run-tests.sh diff --git a/circle.yml b/circle.yml index 99a6f04..9b9f7b6 100644 --- a/circle.yml +++ b/circle.yml @@ -24,4 +24,4 @@ test: - bandit -r md_pdf/ - mdp --update-csl - cd test-files/ && mdp -vvv - - nose2 + - scripts/run-tests.sh diff --git a/dev-requirements.txt b/dev-requirements.txt index bae884c..6364219 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,3 @@ bandit==1.4.0 flake8==3.3.0 -nose2==0.6.5 safety==0.5.1 diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh new file mode 100755 index 0000000..8eacbe1 --- /dev/null +++ b/scripts/run-tests.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + + +python3 -m unittest -v