forked from datastax/python-driver
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit 6fa002d
assert_startswith_diff: Move to utils
I decided to not replace it with simple assert x.startswith(y) because
the diff that the function produces is superior to default error
message.1 parent 5fcce2b commit 6fa002d
2 files changed
+14
-12
lines changedLines changed: 3 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 | - | ||
48 | + | ||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| |||
1125 | 1125 |
| |
1126 | 1126 |
| |
1127 | 1127 |
| |
1128 | - | ||
1129 | - | ||
1130 | - | ||
1131 | - | ||
1132 | - | ||
1133 | - | ||
1134 | - | ||
1135 | - | ||
1136 | - | ||
1137 | 1128 |
| |
1138 | 1129 |
| |
1139 | 1130 |
| |
| |||
1198 | 1189 |
| |
1199 | 1190 |
| |
1200 | 1191 |
| |
1201 | - | ||
1192 | + | ||
1202 | 1193 |
| |
1203 | 1194 |
| |
1204 | 1195 |
| |
1205 | 1196 |
| |
1206 | 1197 |
| |
1207 | 1198 |
| |
1208 | 1199 |
| |
1209 | - | ||
1200 | + | ||
1210 | 1201 |
| |
1211 | 1202 |
| |
1212 | 1203 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | + | ||
20 | + | ||
19 | 21 |
| |
20 | 22 |
| |
21 | 23 |
| |
| |||
97 | 99 |
| |
98 | 100 |
| |
99 | 101 |
| |
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + |
0 commit comments