mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
Rename integration tests to unit tests, since they really only cover small parts of the system.
This commit is contained in:
parent
2f3ee404d1
commit
e82bdf4a84
4 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
@ -9,11 +9,11 @@ envlist = flake8, integration
|
||||||
deps = flake8
|
deps = flake8
|
||||||
commands = flake8 bootstrapvz/ --exclude=minify_json.py
|
commands = flake8 bootstrapvz/ --exclude=minify_json.py
|
||||||
|
|
||||||
[testenv:integration]
|
[testenv:unit]
|
||||||
deps =
|
deps =
|
||||||
nose
|
nose
|
||||||
nose-cov
|
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]
|
[testenv:docs]
|
||||||
changedir = docs
|
changedir = docs
|
||||||
|
|
Loading…
Add table
Reference in a new issue