[beisner,r=corey.bryant] Add Amulet test dependencies and run unit tests with -v.

This commit is contained in:
Corey Bryant
2015-10-07 10:11:11 -04:00
3 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ lint:
test:
@# Bundletester expects unit tests here.
@echo Starting unit tests...
@$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage unit_tests
@$(PYTHON) /usr/bin/nosetests -v --nologcapture --with-coverage unit_tests
functional_test:
@echo Starting Amulet tests...

View File

@@ -5,6 +5,7 @@ set -ex
sudo add-apt-repository --yes ppa:juju/stable
sudo apt-get update --yes
sudo apt-get install --yes amulet \
distro-info-data \
python-cinderclient \
python-distro-info \
python-glanceclient \

View File

@@ -8,7 +8,7 @@ sources:
- ppa:juju/stable
packages:
- amulet
- python-amulet
- distro-info-data
- python-cinderclient
- python-distro-info
- python-glanceclient