mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Docs: Running tests
This commit is contained in:
parent
40594146d1
commit
efc5bf7f14
1 changed files with 15 additions and 0 deletions
|
|
@ -1,6 +1,21 @@
|
|||
Testing
|
||||
==============================================
|
||||
|
||||
Requirements
|
||||
-------------
|
||||
|
||||
You need ``nose``, ``mock`` and ``south`` libraries to run tests.
|
||||
|
||||
::
|
||||
|
||||
pip install nose
|
||||
pip install mock
|
||||
pip install south
|
||||
|
||||
|
||||
Running tests
|
||||
------------------
|
||||
|
||||
Run tests with this command:
|
||||
|
||||
::
|
||||
|
|
|
|||
Loading…
Reference in a new issue