Commit b71a2b0
committed
Address PR review comments
- twodim.py: move 'import os' to top of file (was inline inside to_table)
- twodim.py: move _compute_natural_widths() call inside _fit_table_to_width()
so nat_widths is no longer an external parameter at the call site
- test_store.py: restore the '| 6' check to assert the report count is
exactly 6; use Unicode │ (U+2502) to match PrettyTable's separator1 parent 41d9987 commit b71a2b0
2 files changed
Lines changed: 10 additions & 6 deletions
File tree
- tools/report-converter/codechecker_report_converter
- web/tests/functional/store
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
123 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
124 | 127 | | |
125 | 128 | | |
126 | 129 | | |
| |||
148 | 151 | | |
149 | 152 | | |
150 | 153 | | |
| 154 | + | |
151 | 155 | | |
152 | 156 | | |
153 | 157 | | |
| |||
261 | 265 | | |
262 | 266 | | |
263 | 267 | | |
264 | | - | |
| 268 | + | |
265 | 269 | | |
266 | 270 | | |
267 | 271 | | |
268 | | - | |
269 | 272 | | |
270 | 273 | | |
271 | 274 | | |
| |||
286 | 289 | | |
287 | 290 | | |
288 | 291 | | |
289 | | - | |
290 | | - | |
| 292 | + | |
| 293 | + | |
291 | 294 | | |
292 | 295 | | |
293 | 296 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
| 514 | + | |
| 515 | + | |
0 commit comments