Skip to content

Commit deb2df2

Browse files
committed
fixing TDD task on makefile
1 parent 1164607 commit deb2df2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ report:
6767
coverage run --source=pynes setup.py test
6868

6969
tdd:
70-
tdaemon --ignore-dirs build,dist,bin,site,pynes.egg-info --custom-args="-e image_test.py --with-growl"
70+
${VIRTUALENV} tdaemon --ignore-dirs="build,dist,bin,site,pynes.egg-info,venv" --custom-args="-e image_test.py --with-notify --no-start-message"
7171

7272
deps/.done:
7373
@echo "Creating dependencies dir: \c"

requirements_test.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
coverage==3.7.1
22
coveralls==0.4.2
33
mock==1.0.1
4+
nose-notify==0.4.2
45
nose==1.3.3
56
pep8==1.5.7
6-
tdaemon==0.1.1
7+
tdaemon==0.1.1
8+

0 commit comments

Comments
 (0)