Replies: 1 comment
-
It's not clear what you mean by sharing data In general the recommendation is to explicitly use resources as parameters to functions and context managers Sharing data as some kind of magic global is generally a common source of hard to debug issues |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
what is the ideal way of Sharing data from fixtures to the non test modules ?
Currently, I am calling a functions of non test modules in fixtures to share the data.
Beta Was this translation helpful? Give feedback.
All reactions