Anastasia Kuznetsova 539613ce4f Add new version of tests
- Created new tests structure
- Refactored and partially rewrote code from ugly.py
- Added tox.ini

Change-Id: I154906b8fcc7870b82fd2b782d03e029d9dd1df2
2016-06-23 14:20:57 +03:00

32 lines
641 B
INI

[tox]
minversion = 1.6
skipsdist = True
envlist = py27
skip_missing_interpreters = True
[testenv]
setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=C
passenv = OS_* MURANO* *ENDPOINT*
deps=
pytz
extras
python-subunit
debtcollector
-r{toxinidir}/test-requirements.txt
distribute = false
[testenv:venv]
commands = {posargs:}
[testenv:deploy_cicd_apps]
commands = python setup.py testr --testr-args='{posargs}'
[testenv:hacking]
deps=
ipdb
-r{toxinidir}/test-requirements.txt
commands = python -m unittest tests.test_cicd_apps.MuranoCiCdTest.test_deploy_cicd