Add test runner script
This commit is contained in:
parent
8ce8a6f940
commit
9db3b3133d
3 changed files with 5 additions and 2 deletions
|
@ -24,4 +24,4 @@ test:
|
|||
- bandit -r md_pdf/
|
||||
- mdp --update-csl
|
||||
- cd test-files/ && mdp -vvv
|
||||
- nose2
|
||||
- scripts/run-tests.sh
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
bandit==1.4.0
|
||||
flake8==3.3.0
|
||||
nose2==0.6.5
|
||||
safety==0.5.1
|
||||
|
|
4
scripts/run-tests.sh
Executable file
4
scripts/run-tests.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
python3 -m unittest -v
|
Reference in a new issue