Replies: 1 comment 5 replies
-
You're monkeypatching something onto the It's unclear to me what your goal is (something checked for a session can by definition only exist for the entire session, not individual test items), so I can't really suggest much (beyond that you probably want to use |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a fixture
Here, I want to retrieve the
crash
value and put it in my reportBut the value is always
False
, even when I entered theif
statement afteryield
. I understood that afteryield
, we are in the teardown phase of a test, but is there a way to retrieve a value from this point? Basically, what's after the yield statement is what I want to check after a test has finished, hence checking at teardown.Beta Was this translation helpful? Give feedback.
All reactions