pulp / pulp-smash

A GPL-licensed Python library that facilitates integration testing of Pulp.
https://pulp-smash.readthedocs.io/
GNU General Public License v3.0
3 stars 44 forks source link

Add support for multiple created_resources #1300

Closed bmbouter closed 2 years ago

bmbouter commented 2 years ago

When creating objects that need cleanup later, you may end up with multiple created_resource objects in the task. This adds support for that situation, and it will find the right type instead of raising an Exception.

[noissue]