-
Notifications
You must be signed in to change notification settings - Fork 19
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
Issue #76 add cleaning testData before running each test file. #88
Conversation
added testData to docs.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Can we add a test case, too? We can do something similar to this test case, where we check that _brs_.testData
is not spread across files:
m.assert.isInvalid(m.counterB, "afterEach state must not spread to sibling suites") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome, great work!
fix typo Co-authored-by: Levi Kipke <[email protected]>
fix typo Co-authored-by: Levi Kipke <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sweet, we just need to wait on the other PR to merge this 🎉
…Vasya-M/roca into clean_testData_before_testSuite
fix for issue #76
added
_brs_.testData
to docs.linked brs PR: sjbarag/brs#646