Session scoped contexts and queues
Added a pytest_generate_tests
which uses session-scoped parametrization to generate ContextFactory
s.
Also added a session-scoped queue
fixture and deleted the corresponding utility function.
EDIT: Put the utility function back for the case where we want both the context and the queue in the same test.
Closes #11 (closed)
Edited by Timothy Smith