mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-04-09 15:51:00 +00:00
20 lines
277 B
ReStructuredText
20 lines
277 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 --source=embed_video setup.py test
|
||
|
|
coverage report
|