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

Flow C funcStatus from setup C to Test C #127

Open
wants to merge 3 commits into
base: v1
Choose a base branch
from

Conversation

christothes
Copy link

@christothes christothes commented Apr 3, 2021

fixes #128

This PR makes the following changes:

  • funcStatus is now a pointer
  • The pointer value of _status is now copied between the setupTest method and the newly created C for the running Test.

Now, when the C from the TestSetup it is cloned to the Test method in forkTest, any changes to status are reflected across both contexts.

@christothes christothes changed the title Flow C status from setup C to Test C Flow C funcStatus from setup C to Test C Apr 3, 2021
@christothes
Copy link
Author

FYI @jhenstridge @niemeyer

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

Successfully merging this pull request may close these issues.

Test status does not flow from TestSetup to its running Test
1 participant