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

A test running over >= 2 cycles considered double #12

Closed
sagatowski opened this issue Dec 13, 2018 · 1 comment
Closed

A test running over >= 2 cycles considered double #12

sagatowski opened this issue Dec 13, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@sagatowski
Copy link
Member

If a test is required to run over two cycles (or more), then that test is by the test framework considered to be a double, that is it is considered to be reported with the same name twice (and is thus reported as such).

A test can only be considered to be double if it is called with the same name in the same cycle, otherwise it is not double.

@sagatowski sagatowski added the bug Something isn't working label Dec 13, 2018
@sagatowski sagatowski added this to the Christmas milestone milestone Dec 13, 2018
@sagatowski
Copy link
Member Author

Solved in commit c859eee.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant