mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-10-17 13:50:53 +02:00
This change adds a new SQLAlchemy object to the database model representing the ObjectGroup attribute. The new object is linked to the base ManagedObject object, allowing ObjectGroup attributes to be associated with any managed object. A new unit test suite has been added to verify the new object functionality and to confirm that the object can be stored and retrieved from an in-memory database.