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

Exceptions thrown in testList incorrectly report success #435

Open
ericsoler1 opened this issue Jun 30, 2022 · 1 comment
Open

Exceptions thrown in testList incorrectly report success #435

ericsoler1 opened this issue Jun 30, 2022 · 1 comment

Comments

@ericsoler1
Copy link

ericsoler1 commented Jun 30, 2022

[<Tests>]
let tests =
  testlist "sometestList" {
      failwith "failure"
  }

when run with dotnet test will report Passed! - Failed: 0, Passed: 1, Skipped: 0, Total: 1,

@ratsclub
Copy link
Collaborator

This behavior makes sense for me as this is not a test per se.

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