Add BaseTestRunner in djblet
Review Request #7932 — Created Jan. 30, 2016 and discarded — Latest diff uploaded
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
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 6. See what's changed.
orig
1
2
3
4
5
6
djblets/testing/testrunner.py |
---|