Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test lock releases with/without arguments
StrictLock and CompositeLock can be used as context managers in 2 ways. They are context manager classes (__enter__ and __exit__ methods) but the __call__ method is a generator context manager too - allowing arguments. This code now tests both forms.
- Loading branch information