Commit f00ffcb
Fix TestAddAuthor.test_append: unwrap tomlkit Array to plain dicts in add_author
The in-place Array modification in extend_list now preserves the
tomlkit Array type. The add_author delete/re-set dance needs plain
Python dicts to trigger tomlkit's format conversion to [[project.authors]].
Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/6a19efab-dd8b-4ba2-ae5e-1f9670293228
Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>1 parent 7e66ab2 commit f00ffcb
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
0 commit comments