Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 543 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 543 Bytes

Deprecated

All functionality moved into django-bulbs

Original README Below

Videohub Client

Some tools for referencing the videohub from our other properties

Running Tests

Once you clone this project and cd into its root, to run the tests:

  1. Create a virtualenv and activate it:
virtualenv .
source ./bin/activate
  1. Install requirements
pip install -e .
pip install "file://$(pwd)#egg=videohub-client[dev]"
  1. Run tests
./runtests.py