Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable tests for module info that don't require install
I considered installing modules using dnf4 and enabling the `info.feature`, but dnf5 then doesn't have information about how that changed the module states, since it's stored differently in dnf4 and dnf5, so it's not very usable. Instead, I created a duplicit set of tests for module info without the need of module install. They can be removed once the install command is implemented and the `info.feature` enabled.
- Loading branch information