Remove the tip() function in abc_ tests when it is unused or used only once (set the attribute directly).
When the function is used multiple times in a test, make it a method and rename it to set_tip().
Differential D10297
test: remove copy-pasted tip() function when unused PiRK on Oct 11 2021, 07:54. Authored by Tags None Subscribers None
Details
Remove the tip() function in abc_ tests when it is unused or used only once (set the attribute directly). When the function is used multiple times in a test, make it a method and rename it to set_tip(). test/functional/test_runner.py abc*
Diff Detail
|