Skip to content

Commit cc1ea78

Browse files
author
vadim suvorov
committed
Add rednose for color-highlighting tests
1 parent 16ced90 commit cc1ea78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: test
22
test:
33
rm -f .coverage
4-
nosetests --exe --cover-package=s3po --with-coverage --cover-branches --logging-clear-handlers -v
4+
nosetests --rednose --exe --cover-package=s3po --with-coverage --cover-branches --logging-clear-handlers -v
55

66
clean:
77
# Remove the build

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ gevent==1.0.1
44
mock==1.3.0
55
nose==1.3.4
66
python_swiftclient==2.7.0
7+
rednose==1.1.1

0 commit comments

Comments
 (0)