Original Pulp Redmine Issue: https://pulp.plan.io/issues/4748
The tests written during the feature change are a stopgap, and have some problems:
#242
The tests need to be broken up. Currently they are fragile and fully dependent on each other to pass. Ideally, the preparation should be moved to the setup of each class, but this could cause slow tests since a lot of steps need to be in place before a publication can be created. Please have a look at the utilities, they probably need to be refactored.
Original Pulp Redmine Issue: https://pulp.plan.io/issues/4748
The tests written during the feature change are a stopgap, and have some problems:
#242
The tests need to be broken up. Currently they are fragile and fully dependent on each other to pass. Ideally, the preparation should be moved to the setup of each class, but this could cause slow tests since a lot of steps need to be in place before a publication can be created. Please have a look at the utilities, they probably need to be refactored.