Added infra tests
This commit is contained in:
parent
719082c6a1
commit
5db6dc450a
5 changed files with 34 additions and 0 deletions
6
tests/run.sh
Normal file
6
tests/run.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
virtualenv -p python3 tests/venv
|
||||
source tests/venv/bin/activate
|
||||
pip install -r tests/requirements.txt
|
||||
python -m unittest tests.tests_deploy
|
Loading…
Add table
Add a link
Reference in a new issue