Add BaseTestRunner in djblet

Review Request #7932 — Created Jan. 30, 2016 and discarded — Latest diff uploaded

Information

Djblets
master

Reviewers

Creates a test runner class called BaseTestRunner which uses the nose unit test framework. Then apps can subclass to run their test suites.

I have tested the test runner in the real and fake extensions.
I add the document to introduce how to use the test extension framework
in reviewboard/docs/manual/extending/extensions/testing.rst

    Loading...