Skip to content

Commit b35438c

Browse files
konturapkratoch
authored andcommitted
Add explaining comments to manual comps creation
1 parent 64b8e35 commit b35438c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dnf-behave-tests/dnf/comps-environment-list.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Feature: Tests for environment list and info commands
33

44
Background: Enable repo and mark an environment as installed
55
Given I use repository "comps-group-list"
6+
# Create the installed environment manually so the test can be
7+
# used by dnf5daemon because it doesn't implement the environment
8+
# install command yet.
69
And I create file "/usr/lib/sysimage/libdnf5/environments.toml" with
710
"""
811
version = "1.0"

dnf-behave-tests/dnf/comps-group-list.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Feature: Tests for group list and info commands
33

44
Background: Enable repo and mark a group as installed
55
Given I use repository "comps-group-list"
6+
# Create the installed group manually so the test can be
7+
# used by dnf5daemon because it doesn't implement the group
8+
# install command yet.
69
Given I create file "/usr/lib/sysimage/libdnf5/groups.toml" with
710
"""
811
version = "1.0"

0 commit comments

Comments
 (0)