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:

nosetests

Be sure to run it before each commit and fix broken tests.

Run tests with coverage:

nosetests --with-coverage --cover-package=embed_video

Testing HTTPS

To test HTTPS on development server, follow this instructions.

Read the Docs v: v0.7
Versions
latest
v0.7
v0.6
v0.5
v0.4
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.