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

sync vars in runtime #201

Closed
daviddias opened this issue Feb 23, 2018 · 1 comment
Closed

sync vars in runtime #201

daviddias opened this issue Feb 23, 2018 · 1 comment

Comments

@daviddias
Copy link
Member

To avoid situations like this: https://github.com/ipfs/js-ipfs/pull/1103/files#r169972169, we need a way to pass variables that are generated after the execution starts to the tests.

@victorb
Copy link
Member

victorb commented Feb 23, 2018

Yeah. Basically, having a way of passing data between the pre and post hooks and execution of tests would help a lot. The callbacks for the hooks could accept data that that would then be available in the tests and the rest of the hooks.

@daviddias daviddias added the status/ready Ready to be worked label Aug 25, 2018
@ghost ghost removed the status/ready Ready to be worked label Feb 14, 2019
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

3 participants