Commit b88caae9 authored by Łukasz Nowak's avatar Łukasz Nowak

slapos-sr-testing: Provide test runner

nose is a well working test runnner, which allows developer more control
over the running tests.
parent ba3fa2d1
...@@ -424,11 +424,15 @@ interpreter = python_for_test ...@@ -424,11 +424,15 @@ interpreter = python_for_test
[eggs/scripts] [eggs/scripts]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = ${python-interpreter:eggs} eggs =
${python-interpreter:eggs}
nose
ipdbplugin
scripts = scripts =
slapos slapos
supervisord supervisord
caucase caucase
nosetests
[git-clone-repository] [git-clone-repository]
recipe = slapos.recipe.build:gitclone recipe = slapos.recipe.build:gitclone
...@@ -531,3 +535,5 @@ mysqlclient = 2.1.1 ...@@ -531,3 +535,5 @@ mysqlclient = 2.1.1
paho-mqtt = 1.5.0 paho-mqtt = 1.5.0
pcpp = 1.30 pcpp = 1.30
xmltodict = 0.13.0 xmltodict = 0.13.0
nose = 1.3.7
ipdbplugin = 1.5.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment