Skip to content
Discussion options

You must be logged in to vote

Hi @marioaag, avocado doesn't support changes to params during the runtime. Also, avocado runs each test in a separated process to isolate the test as much as possible, because of that avocado doesn't support any communication between tests.

I am not really sure what your use-case is, but if you are using process spawner, you could use environment variables, for sharing information between tests. You can use avocado variables or you can create your own in setup phase.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by marioaag
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants