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

Some tools for referencing the videohub from our other properties

Notifications You must be signed in to change notification settings

theonion/videohub-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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