mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-04-13 09:41:00 +00:00
19 lines
256 B
ReStructuredText
19 lines
256 B
ReStructuredText
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
|
|
coverage report
|