Skip to content

Commit

Permalink
adds missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Sep 8, 2017
1 parent 4e694f9 commit 5ee008b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export PYTHONDONTWRITEBYTECODE:=x
test: clean unit functional

test-kind:
@echo "Running unit tests"
@nosetests --cover-branches --rednose --with-coverage --cover-erase --cover-package=plant --stop -v -s tests/$(kind)
@echo "Running $(kind) tests"
@nosetests tests/$(kind)

unit:
@make test-kind kind=unit
Expand Down
3 changes: 2 additions & 1 deletion development.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Sphinx==1.6.3
coverage==4.4.1
mock==2.0.0
nose==1.3.7
rednose==1.2.2
sphinx-rtd-theme==0.2.4
Sphinx==1.6.3
sure==1.4.6
twine==1.9.1
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rednose==1.2.2
9 changes: 9 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[nosetests]
verbosity=2
rednose=1
with-coverage=1
stop=1
nologcapture=1
nocapture=1
# cover-erase=1
cover-package=plant

0 comments on commit 5ee008b

Please sign in to comment.