Skip to content

Session scoped contexts and queues

Timothy Smith requested to merge device-setup into master

Added a pytest_generate_tests which uses session-scoped parametrization to generate ContextFactorys. 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

Merge request reports