readability improvements
switched from string formatting to f-strings removed some non-required validation Standardised some logging outputs better formatting of config inside tests
This commit is contained in:
@@ -10,11 +10,8 @@ tests = [
|
||||
"path": "https://cdn.britannica.com/s:700x500/84/73184-004-E5A450B5/Sunflower-field-Fargo-North-Dakota.jpg",
|
||||
"rotation": "0",
|
||||
"layout": "fill",
|
||||
"padding_x": 0,
|
||||
"padding_y": 0,
|
||||
"fontsize": 12,
|
||||
"language": "en",
|
||||
"colours": "bwr"
|
||||
"colours": "bwr",
|
||||
"padding_x": 0, "padding_y": 0, "fontsize": 12, "language": "en",
|
||||
}
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user