pulp / pulp_python

A Pulp plugin to support Python packages
GNU General Public License v2.0
35 stars 74 forks source link

Modernize tests to use new fixtures #676

Closed gerrod3 closed 1 month ago

gerrod3 commented 1 month ago

This is required work for my domains PR (and future RBAC PR). This brings pulp_python into modern Pulp testing era and removes its dependency on pulp_smash. Trimmed a lot of pointless tests, so hopefully the CI runs even faster.