Commit 7d293c7
committed
Implement django coverage.
1 parent 6a60c92 commit 7d293c7Copy full SHA for 7d293c7
File tree
Expand file treeCollapse file tree
4 files changed
+71
-24
lines changedOpen diff view settings
Filter options
- build
- python_files
- tests
- pytestadapter
- unittestadapter
- unittestadapter
Expand file treeCollapse file tree
4 files changed
+71
-24
lines changedOpen diff view settings
Collapse file
build/test-requirements.txt
Copy file name to clipboardExpand all lines: build/test-requirements.txt+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
| 35 | + |
35 | 36 | |
36 | 37 | |
37 | 38 | |
|
Collapse file
python_files/tests/pytestadapter/helpers.py
Copy file name to clipboardExpand all lines: python_files/tests/pytestadapter/helpers.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
244 | 244 | |
245 | 245 | |
246 | 246 | |
247 | | - |
| 247 | + |
248 | 248 | |
249 | 249 | |
250 | 250 | |
|
Collapse file
python_files/tests/unittestadapter/test_coverage.py
Copy file name to clipboardExpand all lines: python_files/tests/unittestadapter/test_coverage.py+40Lines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
| 11 | + |
| 12 | + |
11 | 13 | |
12 | 14 | |
13 | 15 | |
| ||
49 | 51 | |
50 | 52 | |
51 | 53 | |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
Collapse file
python_files/unittestadapter/django_handler.py
Copy file name to clipboardExpand all lines: python_files/unittestadapter/django_handler.py+29-23Lines changed: 29 additions & 23 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
| 4 | + |
4 | 5 | |
5 | 6 | |
6 | 7 | |
7 | 8 | |
8 | | - |
| 9 | + |
| 10 | + |
9 | 11 | |
10 | 12 | |
11 | 13 | |
| ||
16 | 18 | |
17 | 19 | |
18 | 20 | |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
19 | 32 | |
20 | 33 | |
21 | 34 | |
| ||
72 | 85 | |
73 | 86 | |
74 | 87 | |
75 | | - |
76 | | - |
77 | | - |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
78 | 97 | |
79 | 98 | |
80 | 99 | |
| 100 | + |
| 101 | + |
81 | 102 | |
82 | | - |
83 | | - |
84 | | - |
85 | | - |
86 | | - |
87 | | - |
88 | | - |
89 | | - |
90 | | - |
91 | | - |
92 | | - |
93 | | - |
94 | | - |
95 | | - |
96 | | - |
97 | | - |
98 | | - |
99 | | - |
100 | | - |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
101 | 107 | |
102 | 108 | |
0 commit comments