Skip to content

Commit

Permalink
Enable tests for module info that don't require install
Browse files Browse the repository at this point in the history
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
pkratoch committed Dec 19, 2023
1 parent b9d803c commit 83141a2
Show file tree
Hide file tree
Showing 3 changed files with 408 additions and 1 deletion.
1 change: 1 addition & 0 deletions dnf-behave-tests/dnf/module/defaults.feature
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Scenario: The default streams are identified in the output of module list
| nodejs | 11 | development, minimal, default |


@dnf5
@bz1618553
Scenario: Default profiles are identified in the output of dnf info
When I execute dnf with args "module info nodejs"
Expand Down
Loading

0 comments on commit 83141a2

Please sign in to comment.