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

break-on-failure with infinite test cases #114

Open
TiloW opened this issue Jul 25, 2017 · 1 comment
Open

break-on-failure with infinite test cases #114

TiloW opened this issue Jul 25, 2017 · 1 comment
Labels
feature Feature request
Milestone

Comments

@TiloW
Copy link

TiloW commented Jul 25, 2017

One might like to execute an infinite set of test cases and still have bandit --break-on-failure.
Is there any reason to step through all skipped tests after encountering the first failure?
If so, could we make this optional?

while(true) {
  it("works with high probability", []{
    AssertThat(rand(), IsGreaterThan(RAND_MAX/1024));
  });
}
@sbeyer
Copy link
Member

sbeyer commented Jul 31, 2017

Thanks. I've also come across this issue.
I want to implement this alongside with #89.

@sbeyer sbeyer added the feature Feature request label Mar 3, 2019
@sbeyer sbeyer added this to the 3.0 Release milestone Mar 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request
Projects
None yet
Development

No branches or pull requests

2 participants