Add Extension testing framework in reviewboard
Review Request #7934 — Created Jan. 31, 2016 and discarded — Latest diff uploaded
Add Extension testing framework in reviewboard
I have create a fake test in a real extension to enable target extension.
I have add the document about the Extension Test Framework in docs/manual/extending/extensions/testing.rst.
Diff Revision 7
This is not the most recent revision of the diff. The latest diff is revision 32. See what's changed.
orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
reviewboard/testing/extensions.py |
---|