Rename integration tests to unit tests, since they really only cover small parts of the system.

This commit is contained in:
Anders Ingemann 2014-07-10 20:29:31 +02:00
parent 2f3ee404d1
commit e82bdf4a84
4 changed files with 2 additions and 2 deletions

View file

@ -9,11 +9,11 @@ envlist = flake8, integration
deps = flake8
commands = flake8 bootstrapvz/ --exclude=minify_json.py
[testenv:integration]
[testenv:unit]
deps =
nose
nose-cov
commands = nosetests -v tests/integration --with-coverage --cover-package=bootstrapvz --cover-inclusive
commands = nosetests -v tests/unit --with-coverage --cover-package=bootstrapvz --cover-inclusive
[testenv:docs]
changedir = docs