The purpose of this library is to wrap up all the communication details of using the Brightcove 3 Media APIs so that the developer using the library can focus on just writing Python.
To run tests we recommend installing py.test
, possibly any other test runner
like unit2
or Nose
will do but py.test
is known to work. To install it
do:
pip install pytest
Note how the name is dotless. To actually start running the tests you can call
py.test
from anywhere in the project just as long as the test files are
either in the current directory or lower in the directory tree.
If you are using Vim as your text editor, you can also install
pytest.vim
which
allows you to run tests from the editor without needing to go back to the
terminal.