Skip to content

Commit f587ee1

Browse files
committed
Extend test coverage by auto-generating more testcases
1 parent c37ac60 commit f587ee1

25 files changed

Lines changed: 444 additions & 26 deletions

tabbedboxmaker/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,23 +228,23 @@ def __init__(self, cli: bool = False, schroff: bool = False):
228228
type=int,
229229
dest="tabtype",
230230
default=0,
231-
help="Tab type: regular or self.dogbone",
231+
help="Tab type: regular or dogbone",
232232
)
233233
self.arg_parser.add_argument(
234234
"--dimpleheight",
235235
action="store",
236236
type=float,
237237
dest="dimpleheight",
238238
default=0,
239-
help="Tab Dimple Height",
239+
help="Tab Dimple Height (float)",
240240
)
241241
self.arg_parser.add_argument(
242242
"--dimplelength",
243243
action="store",
244244
type=float,
245245
dest="dimplelength",
246246
default=0,
247-
help="Tab Dimple Tip Length",
247+
help="Tab Dimple Tip Length (float)",
248248
)
249249
self.arg_parser.add_argument(
250250
"--hairline",

tests/expected/p/boxtype=1.svg

Lines changed: 15 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)