Added some basic bdd tests
This commit is contained in:
parent
3e087ebb07
commit
34daee37b4
1 changed files with 4 additions and 2 deletions
6
Makefile
6
Makefile
|
@ -19,8 +19,10 @@ build-slug:
|
|||
@tar cf - . | docker run --rm -i -a stdin -a stdout -a stderr flynn/slugbuilder -> target/slug.tgz
|
||||
|
||||
test:
|
||||
|
||||
|
||||
@rm -rf tests/pyenv
|
||||
@virtualenv tests/pyenv
|
||||
@. tests/pyenv/bin/activate; pip install -r tests/requirements.txt
|
||||
@cd tests; . pyenv/bin/activate; behave
|
||||
|
||||
.clamav:
|
||||
@echo "Starting clamav docker image"
|
||||
|
|
Loading…
Add table
Reference in a new issue