Skip to content

Commit

Permalink
chore(test): Configures nose to run coverage verification
Browse files Browse the repository at this point in the history
  • Loading branch information
TizianoPerrucci committed Jul 18, 2015
1 parent 62d9101 commit 8dc0f22
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .coverage
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
�}q(U collectorqUcoverage v3.7.1qUlinesq}q(UG/Users/tiziano/Development/Work-Startersquad/prudentia/prudentia/ssh.pyq]q(KKKKKK
K KKKKK'eUR/Users/tiziano/Development/Work-Startersquad/prudentia/prudentia/utils/__init__.pyq]q KaUG/Users/tiziano/Development/Work-Startersquad/prudentia/prudentia/cli.pyq
]q (KKKKKK K K KKKKKKKKKKKKKK K&K,K-K.K/K0K1K2K3K7K9K>K@KDeUK/Users/tiziano/Development/Work-Startersquad/prudentia/prudentia/vagrant.pyq ]q(KKKKKKK K
K K KKKKKKKKKKK K&K:K>KCKXKfKnKrKuKxK|K�K�K�K�K�K�K�K�K�eUN/Users/tiziano/Development/Work-Startersquad/prudentia/prudentia/utils/bash.pyq]q(KKKKKKK KKKKK)K8K>KDeUL/Users/tiziano/Development/Work-Startersquad/prudentia/prudentia/__init__.pyq]q(KKeUK/Users/tiziano/Development/Work-Startersquad/prudentia/prudentia/factory.pyq]q(KKKKK
KKKKKK"K%K,K/K2K9K<K?KEKHKKKPKSKVK\K]K_KcKgKkKoKtKxK~eUJ/Users/tiziano/Development/Work-Startersquad/prudentia/prudentia/simple.pyq]q(KKKKKKKK K
K K KKKKKKKKKK K!K"K&K=K@KDKGKJKPKSKVKWKXKYK]K`KcKiKmKwK{KK�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�eUQ/Users/tiziano/Development/Work-Startersquad/prudentia/prudentia/digital_ocean.pyq]q(KKKKKKK K
K K KKKKKKKKK%K-KiKlKoK�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�K�MeUL/Users/tiziano/Development/Work-Startersquad/prudentia/prudentia/utils/io.pyq]q(KKKKKKK K KKKK2K@eUJ/Users/tiziano/Development/Work-Startersquad/prudentia/prudentia/domain.pyq]q(KKKKKK K
K KKKKKKKKKKKKKKK K$K%K&K'K)K+K,K.K/K0K1K3K4K5K6K7K8K<K=KCKDKFKGKHKIKJKKKNKRKSKVKWKXKYKZK[K\K]K^K_KaKbKdKeKfKgKhKjKnKoKqKuKvKwKxKyKzK|K~K�K�K�eUI/Users/tiziano/Development/Work-Startersquad/prudentia/prudentia/local.pyq]q(KKKKKKK
K K KKKKKKKK$K2K3K4K7K8K;K<K>K?K@KBKCKDKEKFKGKHKIeUV/Users/tiziano/Development/Work-Startersquad/prudentia/prudentia/utils/provisioning.pyq]q(KKKKKKKK K
K KKKKKKKKKKKKKKKKK!K"K#K$K&K'K(K)K*K+K,K-K.K/K0K1K2K4K7K:K<K=K?KBKCKDKFKGKMKVKhKiKjKkKlKmKqKrKuKyeuu.
Expand Down
3 changes: 3 additions & 0 deletions nose.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ verbosity=2
with-doctest=1
where=tests
nocapture=1
with-coverage=1
cover-erase=1
cover-package=prudentia

0 comments on commit 8dc0f22

Please sign in to comment.