Skip to content

Commit

Permalink
activate nosetests + reactivate coverage (ready for buildbot !)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Virbel committed Jan 20, 2011
1 parent 411ef92 commit 5af852f
Show file tree
Hide file tree
Showing 32 changed files with 10 additions and 5,800 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ stylereport:
hook:
cp kivy/tools/pep8checker/pre-commit.githook .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit

test:
python setup.py nosetests

cover:
coverage html --include='kivy*' --omit 'kivy/lib/*,kivy/tools/*,kivy/tests/*'
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ Here is what works best:
* PIL
* GST + PyGST
* Cython
* nosetests >= 0.11 (for unittest)
* coverage >= 0.34 (for coverage)


Dcoumentation, Examples & Tutorials
Expand Down
88 changes: 0 additions & 88 deletions kivy/tests/coverage/__init__.py

This file was deleted.

3 changes: 0 additions & 3 deletions kivy/tests/coverage/__main__.py

This file was deleted.

102 changes: 0 additions & 102 deletions kivy/tests/coverage/annotate.py

This file was deleted.

72 changes: 0 additions & 72 deletions kivy/tests/coverage/backward.py

This file was deleted.

84 changes: 0 additions & 84 deletions kivy/tests/coverage/bytecode.py

This file was deleted.

Loading

0 comments on commit 5af852f

Please sign in to comment.