erizo.test

erizo.test(doctest=True, verbose=True)[source]

Run the test suite.

Uses py.test to discover and run the tests.

Parameters:
doctest : bool

If True, will run the doctests as well (code examples that start with a >>> in the docs).

verbose : bool

If True, will print extra information during the test run.

Raises:
AssertionError

If pytest returns a non-zero error code indicating that some tests have failed.