Made Projects and Groups be context managers
This will allow for nicer cleanups, especially for those created in tests. We're adopting the strong cleanup capability and the larger timeout in `Project.__exit__()` to mimic what the Project fixtures do, in the hope to have them simply use the new Context Managers.
Please register or sign in to comment