-
-
Notifications
You must be signed in to change notification settings - Fork 954
Commit 989ae1a
Read class properties & call methods to cover more features
Property access and private methods on the `Diff` class are complex and
involve encoding and decoding operations that warrant being tested.
This test borrows its design from the `test_diff.py` unit test file.1 parent a915adf commit 989ae1a
1 file changed
+30
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | + | ||
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
| |||
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
16 | 30 |
| |
17 | 31 |
| |
18 | 32 |
| |
19 | 33 |
| |
20 | 34 |
| |
21 | 35 |
| |
22 | - | ||
36 | + | ||
23 | 37 |
| |
24 | 38 |
| |
25 | 39 |
| |
| |||
44 | 58 |
| |
45 | 59 |
| |
46 | 60 |
| |
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
47 | 76 |
| |
48 | 77 |
| |
49 | 78 |
| |
|
0 commit comments