Guy Nir
Guy Nir
I think I know what they are talking about.
@StephenTheCoder give this a try?
@mcoughlin add a test that recreates this bug and then fix the bug.
Something got broken with the groups here (see the failed tests).
I think you should just make a few fixtures that load these GCNs into memory, and use `scope="session"` so that same GCN is only loaded once for the entire test...
What if you just add the `load_gcnevent()` function into `conftest.py` and in each fixture just call it with the right filename. You can grab a token in the definition of...
I agree, it is a problem, particularly when you are returning an object, not an ID. We should think deeper on whether we want to have one session for the...
@mcoughlin any progress on this?
@mcoughlin need another review or is this ready to go?
Is this causing new tests that previously passed to fail, on local testing as well?