Skip to content
Snippets Groups Projects
Commit c824eb4e authored by Nathaniel Manista's avatar Nathaniel Manista
Browse files

Make servers and stubs context managers

Servers and stubs were context managers in the Alpha API; they may not
need to be in the Beta API but it's easy enough to do, eases migration,
and probably helps some use cases.

For now the stub is given empty __enter__ and __exit__ methods; we can
always come back and implement the actual work of context management in
a later change.
parent 0269c9c2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment