django-embed-video/docs/development/testing.rst

20 lines
256 B
ReStructuredText
Raw Normal View History

2013-08-22 08:17:59 +00:00
Testing
==============================================
Run tests with this command:
::
python setup.py test
Be sure to run it before each commit and fix broken tests.
Run tests with coverage:
::
coverage run setup.py test
2013-08-22 08:17:59 +00:00
coverage report