Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept whitespace (carriage return) between annotations and test functions #8

Closed
bvisin opened this issue Sep 24, 2018 · 1 comment
Closed

Comments

@bvisin
Copy link
Contributor

bvisin commented Sep 24, 2018

'@Test Status Code Fail Match
'@Params["http://httpbin.org/status/400", 200]

function Atst__status_code_fail(url, statusCode) as void

    response = Requests().get(url, {retryCount:0})
    m.AssertEqual(response.status_code, statusCode)

end function

Will not work

@georgejecook
Copy link
Collaborator

Agree with this. Was too busy to implement it - I shall.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants