Skip to content

Commit 5af852f

Browse files
author
Mathieu Virbel
committed
activate nosetests + reactivate coverage (ready for buildbot !)
1 parent 411ef92 commit 5af852f

32 files changed

+10
-5800
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ stylereport:
1515
hook:
1616
cp kivy/tools/pep8checker/pre-commit.githook .git/hooks/pre-commit
1717
chmod +x .git/hooks/pre-commit
18+
19+
test:
20+
python setup.py nosetests
21+
22+
cover:
23+
coverage html --include='kivy*' --omit 'kivy/lib/*,kivy/tools/*,kivy/tests/*'

README

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ Here is what works best:
7070
* PIL
7171
* GST + PyGST
7272
* Cython
73+
* nosetests >= 0.11 (for unittest)
74+
* coverage >= 0.34 (for coverage)
7375

7476

7577
Dcoumentation, Examples & Tutorials

kivy/tests/coverage/__init__.py

-88
This file was deleted.

kivy/tests/coverage/__main__.py

-3
This file was deleted.

kivy/tests/coverage/annotate.py

-102
This file was deleted.

kivy/tests/coverage/backward.py

-72
This file was deleted.

kivy/tests/coverage/bytecode.py

-84
This file was deleted.

0 commit comments

Comments
 (0)