Releases: jupe/py-lockable
Releases · jupe/py-lockable
auto reload resources.json
Release improve resource reading by reloading from file every time when lock() is called and file is changed.
cli: --validate-only
CLI Option to validate only resources.json
auto_lock() returns now Allocation context
NOTE: Introduce breaking changes:
- auto_lock() method yields now Allocation object
- unlock() takes Allocation object as argument
151c111 Fix pid folder usage (#8)
1556a17 Introduce simple lockable cli tool (#7)
5242026 return Allocation context also for auto_lock() (#9)
0325c66 add possibility to load resources list data directly (#10)
Cleanup
Separate load resources list file
Added option to separate load resources list file for Lockable
-object.
refactored library
Totally rewritten library that supports more use cases.
sync with core functionality with pytest-lockable
sync with latest pytest-lockable core functionality (#2) * update lockable implementation and rename file * add missing import * update tests * add missing docstring
initial release
This release brings basic functionality for library - based on pytest-lockable.