Skip to content

tests that use templates are formatted wrong #185

@DetachHead

Description

@DetachHead

before:

*** Settings ***
Test Template       bar

*** Test Cases ***      baz         qux
test1                   hi          hello
test2 long test name    asdfasdf    asdsdfgsdfg

*** Keywords ***
bar
    [Arguments]  ${baz}  ${qux}

after:

*** Settings ***
Test Template       bar

*** Test Cases ***    baz    qux
test1    hi    hello
test2 long test name    asdfasdf    asdsdfgsdfg

*** Keywords ***
bar
    [Arguments]    ${baz}    ${qux}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions